[flexcoders] Re: SWF Loader

2006-07-13 Thread flexnewbie06
: [flexcoders] Re: SWF Loader Thank you for your response...I am not very familiar with LocalConnection, however I have a general understanding...would I need to create a sender lc in my Flex app and add a receiver lc in my SWF to make the two communicate? --- In flexcoders

Re: [flexcoders] Re: SWF Loader

2006-07-13 Thread Derek Vadneau
: flexnewbie06 [EMAIL PROTECTED] flexnewbie06% 40yahoo.ca To: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com Sent: Wednesday, July 12, 2006 9:37 AM Subject: [flexcoders] Re: SWF Loader Thank you for your response...I am not very familiar with LocalConnection, however I have

Re: [flexcoders] Re: SWF Loader

2006-07-13 Thread Derek Vadneau
as myLoadedSWF.gotoAndPlay(2), but those are the breaks. - Original Message - From: flexnewbie06 [EMAIL PROTECTED] flexnewbie06% 40yahoo.ca To: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com Sent: Wednesday, July 12, 2006 9:37 AM Subject: [flexcoders] Re: SWF Loader

Re: [flexcoders] Re: SWF Loader

2006-07-12 Thread JesterXL
Yeah, basically. It's asynchronus communication. It's not as cool as myLoadedSWF.gotoAndPlay(2), but those are the breaks. - Original Message - From: flexnewbie06 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, July 12, 2006 9:37 AM Subject: [flexcoders] Re: SWF

[flexcoders] Re: SWF Loader

2006-07-12 Thread flexnewbie06
Hilary, that is EXACTLY what I am trying to do...so basically my V8 SWF just won't work and I'll have to export to V9??... QUOTESo, I imported my V8 SWF into the Flash 9 alpha IDE, and exported it as a V9 SWF.END QUOTE Thanks everyone for your replies...wiping sweat from my brow Jenn --- In

Re: [flexcoders] Re: SWF Loader

2006-07-12 Thread Derek Vadneau
, July 12, 2006 9:37 AM Subject: [flexcoders] Re: SWF Loader Thank you for your response...I am not very familiar with LocalConnection, however I have a general understanding...would I need to create a sender lc in my Flex app and add a receiver lc in my SWF to make the two communicate

Re: [flexcoders] Re: SWF Loader

2006-07-12 Thread Hilary Bridel
Here is great example (by Peter Ent) of localconnection applied between Flex and SWF v8 http://weblogs.macromedia.com/pent/archives/2006/07/using_actionscr.cfm Hilary -- On 7/13/06, Derek Vadneau [EMAIL PROTECTED] wrote: You could use ExternalInterface to communicate between the two. It's as