swf flash objects take too long to load

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
thosecars82
Forum Commoner
Posts: 94
Joined: Thu Apr 03, 2008 6:31 am
Location: Arganda, Madrid
Contact:

swf flash objects take too long to load

Post by thosecars82 »

Hello
I would appreciate if you told me why my swf flash objects might be taking so long to load. I think they were loaded much quicker in the past but I have not changed the code. Now it might take like a minute to load the
two swf objects which are on the page: http://www.arreglaordenador.com

Thanks
cpetercarter
Forum Contributor
Posts: 474
Joined: Sat Jul 25, 2009 2:00 am

Re: swf flash objects take too long to load

Post by cpetercarter »

When I navigate to the page, Firefox says that it is the iframe from bannersxchange which is taking a long time to load. I guess that javaScript is not able to place the swf objects on the page until the iframe has finished loading. Try removing the bannersxchange iframe and see what happens.
thosecars82
Forum Commoner
Posts: 94
Joined: Thu Apr 03, 2008 6:31 am
Location: Arganda, Madrid
Contact:

Re: swf flash objects take too long to load

Post by thosecars82 »

cpetercarter wrote:When I navigate to the page, Firefox says that it is the iframe from bannersxchange which is taking a long time to load. I guess that javaScript is not able to place the swf objects on the page until the iframe has finished loading. Try removing the bannersxchange iframe and see what happens.
I had already tried that but it did not work. Anyways, I have removed the banner again so that we can check it again.
Please, let me know.
Thanks
cpetercarter
Forum Contributor
Posts: 474
Joined: Sat Jul 25, 2009 2:00 am

Re: swf flash objects take too long to load

Post by cpetercarter »

If I enter the address of either of your Flash objects in the address bar, they download and display almost immediately. So I still think that there is something else on your page - one of the JavaScript files perhaps - which is causing the delay. I suspect that swfobject (a JavaScript programme used to place Flash objects on a web page) cannot start until the page has loaded completely. I am sorry that I cannot be more helpful.
Post Reply