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!

flash not displaying in firefox only IE

Status
Not open for further replies.

tester321

Programmer
Mar 13, 2007
150
CA
Hi this is what i'm using:
Code:
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="[URL unfurl="true"]http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"[/URL] width="200" height="360" id="NewCalendar" align="middle">');
	document.write('<param name="allowScriptAccess" value="sameDomain" />');
	document.write('<param name="movie" value="NewCalendar.swf" />');
	document.write('<param name="quality" value="high">');
	document.write('<embed src="NewCalendar.swf" width="200" height="360" align="bottom" quality="high" pluginspage="[URL unfurl="true"]http://www.macromedia.com/go/getflashplayer"[/URL] type="application/x-shockwave-flash">');


if i don't document.write teh flash in the html page then it displays in both browsers but when i do it only displays in IE, any thoughts on this? THnaks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top