I am having a problem with flash in firefox 7. I am not sure this is the right forum, but someone can move it if they see fit. Anyway, say I write some embed code like this:
<html>
<body>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/
cabs/flash/swflash.cab#version=6,0,40,0"
width="800" height="600"
id="mymoviename">
<param name="movie"
value="Adv1.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="Adv1.swf" quality="high" bgcolor="#ffffff"
width="800" height="600"
name="mymoviename" align="" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer">
</embed>
</object>
</body>
</html>
If I have a folder with this file and a file Adv1.swf, when I open the html in firefox, the flash shows. However, when these two files (index.html and Adv1.swf) are uploaded to a server, it does not work in firefox, but does in opera and IE. Please help me. I have been looking for a solution for about 8 hours.