Hi this is what i'm using:
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
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