Does that program create AS2 or AS3 based swfs? IF AS2, then controlling them from within an AS3 (Flex 2) app is not straightforward.
Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Sent: Wednesday, May 09, 2007 4:41 PM To: [email protected] Subject: [flexcoders] SWF, Image, and Interaction - not the friends I had hoped 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?

