Jump to content
xisto Community
Sign in to follow this  
round

Shtml Page With Flash Loading Problems anyone have problems with shtml

Recommended Posts

Hey,
I created this site http://forums.xisto.com/no_longer_exists/. Had to use .shtml extensions on the pages so I could have included, his server isn't php enabled and for some reason some people aren't seeing the two flash elements on the page. Not all computers are having this problem, just some. The page keeps saying that there 2 elements left to load(the two flash elements). I have no clue why?
I had people download the lastest flash player and they all can see the files when i send them the direct link to them but the flash just won't load on the page.

*Anyone else having problems loading Xisto.com in ie on mac os 9, i keep asking but it's like i'm the only one having the problem.

round

Share this post


Link to post
Share on other sites

First thing's first: nice site. -_-

Second, I think I see your problem. You have two flash files that you are calling: http://forums.xisto.com/no_longer_exists/ and http://forums.xisto.com/no_longer_exists/. Well, the former does not exist, so try putting this code on to replace the first logo (top right):

 	<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="56" height="52">    <param name="movie" value="/images/logo_round.swf">    <param name="quality" value="high">    <embed src="/images/logo_round.swf" quality="high" pluginspage="http://http://www.adobe.com/special/errorpages/404.html; type="application/x-shockwave-flash" width="56" height="52"></embed>  	</object>

Do the same thing for the second instance of the flash file:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="56" height="52">    <param name="movie" value="/images/biglogo.swf">    <param name="quality" value="high">    <embed src="/images/biglogo.swf" quality="high" pluginspage="http://http://www.adobe.com/special/errorpages/404.html; type="application/x-shockwave-flash" width="56" height="52"></embed>  	</object>
Remember to change the size of the biglogo.swf file because I forgot to look at its size, so I left it the same size as logo_round.swf

Hope that helps, and good luck!

If you need additional help, feel free to post a reply or PM me. :D

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | 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.