So I've got my shiny new screencast created with Jing (which I love) and have put my swf file on my web server and embedded in a test html page. It works just fine. However, there are no playback controls on the video when I play it. How can I added simple playback controls (pause, play, progress indicator minimally) to the video?
Here's the embed code I'm currently using:
<object width="1024" height="768">
<param name="movie" value="swf/ClientSchedules1.swf">
<embed src="swf/ClientSchedules1.swf" width="1024" height="768></embed>
</object>