Swf flash objects take to long to load

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: www.arreglaordenador.com

Thanks

Update your flash player. Also you might need to put all the swfobject embded codes after the body tag

Google “website testers”. You will see several free websites that will test your url for free. Some will tell you what needs to be improved.

Thanks but
Updating my flash player? Do u mean that it runs slowly because the flash player installed in my computer is an old version? Well, I do not think it should only work fine with the last version of flash player. I have installed the last one though, flash player 10 version.

As for putting the swfobject embeded codes I guess you mean the javascript
code
swfobject.embedSWF(…);
Well the thing is that this call is written inisde of a javascript piece of code like <script type=“text/javascript”> …</script> which is before the body tag. But, I wonder why this is working great locally and it takes too long to load when I run it in the remote server. Anywayws, just because you told me I tried it out by putting the code in the body tag but the effect was the same.
Thanks for the try though.

Good idea, thanks.

Ooops I thought you were using the swfobject 1.5, If you’re using swfobject2 then the scripts should be before the body tag…Try disabling other javascripts on your page and compare the results

goodluck