Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DHTML menu - flash movie - firefox issue

Status
Not open for further replies.

countdrak

Programmer
Jun 20, 2003
358
US
I have a dhtml menu and a flash video player that plays videos.

In firefox the dhtml menu is under the flash movie. I tried googleing it and found nothing that worked.

A lot of people suggested wmode = "transparent" tried that didnt work. Also tried a DIV. The menu works fine in IE.

Any help will be great here is my code.

Code:
<div style="z-index: 0" id="swfContainer">
<noscript>
	<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="[URL unfurl="true"]http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"[/URL] width="360" height="320" id="EHMC_VideoPlayer" align="middle">
		<param name="allowScriptAccess" value="sameDomain" />
		<param name="wmode" value="opaque"> 
		<param name="movie" value="media/mediavid.swf" />
		<param name="quality" value="high" />
		<param name="bgcolor" value="#ffffff" />
		<embed src="media/mediavid.swf" quality="high" bgcolor="#ffffff" width="360" height="320" name="mediavid" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="[URL unfurl="true"]http://www.macromedia.com/go/getflashplayer"[/URL] wmode="opaque" play="true"/>
	</object>
</noscript>
</div>
 
Like I said I tried it. Didnt work for me., but thanks..any other suggestions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top