Help! My website won't work in Firefox! (Flash)

Need technical advice on coding your web pages? Covers HTML, JavaScript, CSS, and some server side technologies. Also the issue of some webpages not displayed well.

Moderator: Don_HH2K

Help! My website won't work in Firefox! (Flash)

Postby TuneWax.Com » Tue 06 Jul, 2010 4:51 pm

Hey guys, I'm a new poster here. I'm a bit of a novice when it comes to web design, though I'm well versed in computers. I'm trying to get my website up and running and I am having a horrendous time getting it to display in Firefox. It's very flash intensive, so obviously I was expecting to run in to some errors. But I just can't get it up and running! Can you check out my code and hopefully get me up and running in firefox. Thank you SO MUCH!
Here is my code that isn't allowing my flash to display. I can upload more code if necessary. Or feel free to view source at TuneWax.Com. Seriously guys I REALLY would appreciate any help.
Thanks,
Connelly


<body id="page1">
<div class="style2" style="height: 100%; width: 100%; top: 0px; position: inherit; left: 0px;">
<br />
<br />
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24" style="height: 521px; width: 100%;" class="style1">
<param name="movie" value="site_flash/flash/menu_v8.swf?button=1" />
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="wmode" value="transparent" />
<param name="scale" value="noscale" />
<!--[if !IE]> <-->
</object>
<br />
<br />
<img src="New_Folder/logo4.png" width="1281" height="208" /></div>
</body>
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4
TuneWax.Com
new member
new member
 
Posts: 2
Joined: Tue 06 Jul, 2010 4:46 pm

Re: Help! My website won't work in Firefox! (Flash)

Postby TuneWax.Com » Tue 06 Jul, 2010 9:20 pm

Hey guys I figured it out, so just in case google sends someone to this page looking for the answer to a similar question, the problem was in Firefox I needed to declare the object type. I will post the old code, and then the new code that works after it.

OLD CODE

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24" style="height: 521px; width: 100%;" class="style1">
<param name="movie" value="site_flash/flash/menu_v8.swf?button=1" />
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="wmode" value="transparent" />
<param name="scale" value="noscale" />

NEW CODE

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24" style="height: 521px; width: 100%;" class="style1">
<param name="movie" value="site_flash/flash/menu_v8.swf?button=1" />
<param name="wmode" value="transparent" />
<object type="application/x-shockwave-flash" width="100%" height="521" data="site_flash/flash/menu_v8.swf?button=1">
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="wmode" value="transparent" />
<param name="scale" value="noscale" />
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4
TuneWax.Com
new member
new member
 
Posts: 2
Joined: Tue 06 Jul, 2010 4:46 pm


Return to Web Design and Page Coding

Who is online

Registered users: Google [Bot], psbot [Picsearch]