Flash not showing in Mozilla?

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Flash not showing in Mozilla?
Larcen
CZ Super Newbie
Larcen has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Apr 02, 2004
0.00 posts per day
Posts: 36
Points: 1,270
   
I use the Blackened theme and I was curious if anyone knew how to get the Flash to load in Mozilla, it works fine in IE, but not Mozilla.



Back to top Reply with quote
#2   re: Flash not showing in Mozilla?
GoddsEgo
PayPal Donation
CZ Moderator
Status: Offline
Joined: Jun 26, 2003
0.16 posts per day
Posts: 1211
Points: 69,166
 Yahoo Messenger  
I use both Mozilla/5.0 / Firefox/0.8 and Ie and I know that to play a flash in both I need to have the "embed" code for Moz because it won't reconize the "object" code



this will work in only Ie


<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="204" HEIGHT="80" id="flashspkrsdu" ALIGN="">
<PARAM NAME=movie VALUE="flashspkrsdu.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#ffffff>
</OBJECT>


But the following 2 will work in both Moz and Ie


<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="204" HEIGHT="80" id="flashspkrsdu" ALIGN="">
<PARAM NAME=movie VALUE="flashspkrsdu.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#ffffff>
<EMBED src="flashspkrsdu.swf" quality=high bgcolor=#000000  WIDTH="204" HEIGHT="80" NAME="flashspkrsdu" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>


or


<EMBED src="flashspkrsdu.swf" quality=high bgcolor=#000000  WIDTH="204" HEIGHT="80" NAME="flashspkrsdu" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>



I could be wrong but I think the "object" code is more or less for other browser and older versions of Ie


Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum