Jump to content

Load large swf and basic Q


Motionographer

Recommended Posts

Hi,

 

  First time visitor and very new to php. I have a very large swf file on a HTML page that needs to load instantly. How can this be done?

Am I correct that php displays page content instantly because it's loaded on the server?

 

Thanks ahead of time,

 

Eric

Link to comment
https://forums.phpfreaks.com/topic/174064-load-large-swf-and-basic-q/
Share on other sites

php has nothing to do with loading the swf - php simple generates the markup that tells the browser to load it.

 

If the swf is large then it will take a little time to load - in which case I would have a look at using a progress bar in your flash.  you could pre-load the file using javascript on another page of your site that the users would normally visit before hitting this page but otherwise you are stuck with the bandwidth available to the visitor.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.