If you just need to display the swf movie, then why dont you use the SWF loader that is a built in component of flex?
--- In [email protected], "helihobby" <[EMAIL PROTECTED]> wrote: > > Hello all, > > I have a a Intro.swf ( made in Flash CS3 ) which is compiled and > ready to go ( has a preloader and everything ). > > Converting it into a swc is a pain in b... since I have to use the > new Flash/Flex integration tool which requires me to convert my flash > into a single MovieClip so I will be forced to move all the layers > around. Not to mention that if I the Intro.swf ( Flash CS3 file ) has > an embeded MP3 it crashes Flex. > > > So .... > > Is there a way just to load @ runtime when user click on preview > intro the pre compiled Intro.swf ( Flash CS3 Intro.swf ) inside of > the Flex App. I don't need any interactions between Flex and Flash so > swc will be an overkill for me. Just need to be able to load it when > user clicks it ( and stop it from with the Intro.swf ). > > > As always, Thank you for all the help and support. > > Regards, > > Sean - http://www.HeliHobby.com > > P.S. > > You can read my solution for Flex Component communication here: > > http://www.helihobby.com/html/alon_desingpattern.html >

