PDA

View Full Version : firefox issues!


Navarone
01-13-2006, 02:56 PM
Please check this link http://dev-g2.virtual1.com/intro.asp

I have my flash movie set to wmode transparent but the web page menu doesn't seem to recognize it. Looks ok in IE.

Has any one run into this before?



<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="554" height="363" id="intro" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="<%=movie%>" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="bgcolor" value="#ffffff" />
<embed src="<%=movie%>" quality="high" bgcolor="#ffffff" width="554" height="363" name="intro" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>

Scottae
01-13-2006, 03:12 PM
It may not be supported:

Specifying publish settings that create HTML documents with embedded Flash content (http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00000808.html)

Navarone
01-13-2006, 03:16 PM
I think it is, here is another site I did, but I can't figure out what is different.
http://dev-legacy.virtual1.com/

Navarone
01-13-2006, 03:26 PM
Ah.. I figured out what was wrong, I was missing the

wmode="transparent"

in the embed tag. I had it as a param but missed it in the tag!

Scottae
01-13-2006, 03:57 PM
Silly rabbit......:rolleyes: ;)

Headshotz
01-15-2006, 06:00 AM
HTML and Javascript help this one goes ;)