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

2006-12-05 Thread Sunnrunner
Hello,

I have a mediaPlaback component and a gallery on one page. The mediaPlayback
sucks up all the bandwidth while it's downloading the .flv while leaving my
gallery blank. Is there a way to give a separate swf on an HTML page loading
precedence over the rest? I want my gallery to load first.

Thanks ahead, T

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 mediaPlaback component and a gallery on one page. The
mediaPlayback
sucks up all the bandwidth while it's downloading the .flv while leaving
my
gallery blank. Is there a way to give a separate swf on an HTML page
loading
precedence over the rest? I want my gallery to load first.

Thanks ahead, T

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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  
mediaPlayback
sucks up all the bandwidth while it's downloading the .flv while  
leaving my
gallery blank. Is there a way to give a separate swf on an HTML  
page loading

precedence over the rest? I want my gallery to load first.

Thanks ahead, T

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed.  If 
you are not the named addressee you should not disseminate, distribute or copy 
this e-mail  Please notify the sender immediately by e-mail if you have 
received this e-mail by mistake and delete this e-mail from your system.  Any 
other use, retention, dissemination, forwarding, printing or copying of this 
e-mail is strictly prohibited.  Finally, the recipient should check this e-mail 
and any attachments for the presence of viruses.  Lambesis accepts no liability 
for any damage caused by any virus transmitted by this email.

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com