I created a video tutorial in Wink, a program that creates SWF videos from sequencing screenshots together, and now I'm loading it into my Flex application as an Image. This actually works quite well except it has a pause button and navigation features. I can actually hit the pause button and that works, but when I try to resume it doesn't. Further, I can't jump around in the SWF file at all. I'm not doing any fancy video streaming, it's just loading the SWF file directly from the web server via reference URL at runtime.
Should I not expect runtime interactions to work well or can I modify something to make it work right?

