Re: [Flashcoders] How to give a swf loading priority on a page.

2006-12-05 Thread eric dolecki
How about your one SWF communicates with the other... gallery loads 1st, then uses localConnection to tell the media component to load... or if its a single SWF, have the media component load up after the gallery. - e On 12/5/06, Sunnrunner [EMAIL PROTECTED] wrote: Hello, I have a

Re: [Flashcoders] How to give a swf loading priority on a page.

2006-12-05 Thread Chester McLaughlin
Use the javascript onLoad event in the body tag to trigger the FLV load in flash using the localConnection object. I've never tried it, but it should work. Chester On Dec 5, 2006, at 1:24 PM, Sunnrunner wrote: Hello, I have a mediaPlaback component and a gallery on one page. The

RE: [Flashcoders] How to give a swf loading priority on a page.

2006-12-05 Thread Steven Sacks | BLITZ
Use the javascript onLoad event in the body tag to trigger the FLV load in flash using the localConnection object. Or have the gallery swf tell the FLV swf to start its load after the gallery is finished loading via localConnection. -Steven ___