Has anyone done much work with Flash 9 Alpha swf's inside of Flex? What's the best way for flex components to interact with the swf? LocalConnection? Basically I want to broadcast events from the .swf created in Flash 9 that trigger state changes in the parent application; I want to use it as a loosely coupled component within my Flex application.
thanks --- In [email protected], "Abdul Qabiz" <[EMAIL PROTECTED]> wrote: > > I was looking into docs (flash.display.AVMMovie), didn't found any method > (gotoAndPlay etc)... > > I guess, docs are not updated ? > > -abdul > > On 9/1/06, wesubotnix <[EMAIL PROTECTED]> wrote: > > > > Easier than LocalConnection is compiling the swf using the Flash9 > > alpha version. Then using the SWFLoader, and on event complete you > > should typecast the content to a movieclip, then just use the normal > > gotoAndPlay(), gotoAndStop()....whenever you wish > > > > /Fredrik Sandberg > > > > > > --- In [email protected] <flexcoders%40yahoogroups.com>, > > "mitchgrasso" <mgrasso@> wrote: > > > > > > Although the docs would lead me to believe this isn't possible, I > > > wanted to confirm whether you can dynamically load a SWF animation > > > created in Flash into a Flex application and be able to access it's > > > timeline to jump to a frame or set the framerate, etc. I have been > > > using SWFLoader to load the SWF file. > > > > > > Am I missing something here? Do we need to wait for Flash 9 until you > > > can control a SWF animation in Flex? I hope I am just lamely confused... > > > > > > thanks > > > > > > Mitch > > > > > > > > > > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

