View Full Version : Flash site=slow
M-Clorax-M
09-22-2000, 08:33 PM
I have a flash 5 site and it takes forever to load...any suggestions? http://mmen.clanpages.com
thanks
brobe
10-02-2000, 01:08 AM
Hi,
Thanks for posting...hope this helps
Ok...as far as the main flash loading...it loaded fast for me...it automatically showed the main navigation and the whole top part...
However there is a small white box trying to load at the bottom left which is what i am assumming you are talking about. I then inspected your code and noticed something very bad. After the </object> tag below...you start another <object classid="clsid :D27CDB6E-AE6D-11cf-96B8-444553540000" and that's it...it doesn't end... that needs to be deleted...that will then eliminate the small box loading in the bottom left.
<body bgcolor="#000000">
<object classid="clsid :D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="800" height="800">
<param name=movie value="blah2.swf">
<param name=quality value=high>
<embed src="blah2.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="800" height="800">
</embed>
</object><object classid="clsid :D27CDB6E-AE6D-11cf-96B8-444553540000"
<center><font color="darkred">If you cannot see the objects above, you need to download a flash/shockwave player.</center>
</body>
If this is not the problem and the code was cut off as a result of the page not loading then please post the full html into a reply to this thread. It could be that you are calling a .swf file in the wrong location on your server.
Hope this helps...
EDITED HERE: hehe...ignore the icons...i am disabling smilies in this post because the code activated a smily...lol ( you will no longer see them )
------------------
Brett Roberts
Programmer / Analyst
http://www.mp3-search-portal.com
ICQ: 85408692
[This message has been edited by brobe (edited 10-02-2000).]
vBulletin® v3.6.7, Copyright ©2000-2009, Jelsoft Enterprises Ltd.