Forum Moderators: open

Message Too Old, No Replies

Flash text doesn't show up on Mozilla

         

Sunshy

11:05 pm on Oct 28, 2004 (gmt 0)

10+ Year Member



Hello all. I'm a newbie to web pages and found this topic with my exact same problem:

[webmasterworld.com...]

The problem is that the information that Pixelkat said to add is already present in my code. Is it in the wrong place? The flash text on the bottom of my page shows up in IE but not Mozilla. Can anyone give me a tip as to what's wrong?

[edited by: rogerd at 6:24 pm (utc) on Oct. 29, 2004]
[edit reason] No URLs, please... [/edit]

encyclo

1:08 am on Oct 30, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld [webmasterworld.com], Sunshy.

The first question to ask is, does Flash work anywhere else when using Mozilla? You may simply have the Flash plugin installed incorrectly or not at all.

Try going to macromedia.com and get the latest version of the plugin for Mozilla, and see if that fixes your problem.

Sunshy

5:45 pm on Nov 1, 2004 (gmt 0)

10+ Year Member



Thank you and I'm sorry for posting the URL; I'll post the code instead. I should have also mentioned that flash DOES work in other places in Mozilla (and even on the same page as there is a flash logo there) so there must be something wrong with the code for the flash text links. Anyway, thanks for the reply and here is the code:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="42" height="16">
<param name="BGCOLOR" value="#000000">
<param name="movie" value="Buttons/Home.swf">
<param name="quality" value="high">
<param name="scale" value="exactfit">
<embed src="Home.swf" width="42" height="16" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" scale="exactfit" bgcolor="#000000" ></embed>
</object>

whoisgregg

6:13 pm on Nov 1, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You probably want these two values to match:

<param name="movie" value="Buttons/Home.swf">
<embed src="Home.swf" ...

Right know, they are pointing to two separate files, which may be causing Netscape to choke?

Sunshy

11:13 pm on Nov 1, 2004 (gmt 0)

10+ Year Member



You were right. Apparently it made no difference in IE, but it did in Netscape and Mozilla. Thanks so much to you both for all your input. I've been trying to get this licked forever!