Forum Moderators: open

Message Too Old, No Replies

Flash Script does not work anymore.

because of an udpate?

         

tonynoriega

2:19 pm on Mar 9, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



i have been using this javascript to play my flash files for quite a while... when i noticed that now its not displaying in FF 3.0.6...

did i miss an update or something in regards to displaying flash in FF?


function call_menu()

{

document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="485" height="660">\n');

document.write('<param name="allowScriptAccess" value="sameDomain" />\n');

document.write('<param name="movie" value="BCI_January.swf" />\n');

document.write('<param name="quality" value="high" />\n');

document.write('<param name="bgcolor" value="#FFFFFF" />\n');

document.write('<param name="wmode" value="transparent" />\n');

document.write('<embed src="BCI_January" wmode="transparent" width="485" height="660" quality="high" scale="exactfit" bgcolor="#FFFFFF" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');

document.write('</object>\n');

}

tonynoriega

1:51 pm on Mar 10, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



problem found. resolved.

dreamcatcher

8:36 am on Mar 11, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Glad you got it sorted Tony. You might want to look into SWF Object to display your flash in the future.

[code.google.com...]

dc