Motionographer Posted September 13, 2009 Share Posted September 13, 2009 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 More sharing options...
ToonMariner Posted September 13, 2009 Share Posted September 13, 2009 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. Link to comment https://forums.phpfreaks.com/topic/174064-load-large-swf-and-basic-q/#findComment-917531 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.