jkuboschek
07-13-2008, 12:04 AM
Hey folks,
I'm stuck at work trying to get a flash object to display in Firefox. It's displayed just fine in IE so we're guessing that something went wrong in the embed tag. Here's the code in question:
<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' width='200' height='180' id='charts' >
<PARAM NAME='movie' VALUE='framework/charts/charts.swf?library_path=framework%2Fcharts%2Fcharts_library&stage_width=200&stage_height=180&php_sou rce=institution_residence_chart_data.php%3Fid%3D12336%26chart_type%3D%27ethnic%27&license=H1EYFUDK2M-NLATYPWU28RU1PSTILK' />
<PARAM NAME='quality' VALUE='high' /><param name='allowScriptAccess' value='sameDomain' /><PARAM NAME='bgcolor' VALUE='#666666' />
<EMBED src='framework/charts/charts.swf?library_path=framework%2Fcharts%2Fcharts_library&stage_width=200&stage_height=180&php_sou rce=institution_residence_chart_data.php%3Fid%3D12336%26chart_type%3D%27ethnic%27&license=H1EYFUDK2M-NLATYPWU28RU1PSTILK' quality='high' bgcolor='#666666' width='200' height='180' NAME='charts' allowScriptAccess='sameDomain' swLiveConnect='true' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED>
</OBJECT>
Anybody see anything that would prevent Firefox from displaying the object? Thanks a bunch in advance!
I'm stuck at work trying to get a flash object to display in Firefox. It's displayed just fine in IE so we're guessing that something went wrong in the embed tag. Here's the code in question:
<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' width='200' height='180' id='charts' >
<PARAM NAME='movie' VALUE='framework/charts/charts.swf?library_path=framework%2Fcharts%2Fcharts_library&stage_width=200&stage_height=180&php_sou rce=institution_residence_chart_data.php%3Fid%3D12336%26chart_type%3D%27ethnic%27&license=H1EYFUDK2M-NLATYPWU28RU1PSTILK' />
<PARAM NAME='quality' VALUE='high' /><param name='allowScriptAccess' value='sameDomain' /><PARAM NAME='bgcolor' VALUE='#666666' />
<EMBED src='framework/charts/charts.swf?library_path=framework%2Fcharts%2Fcharts_library&stage_width=200&stage_height=180&php_sou rce=institution_residence_chart_data.php%3Fid%3D12336%26chart_type%3D%27ethnic%27&license=H1EYFUDK2M-NLATYPWU28RU1PSTILK' quality='high' bgcolor='#666666' width='200' height='180' NAME='charts' allowScriptAccess='sameDomain' swLiveConnect='true' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED>
</OBJECT>
Anybody see anything that would prevent Firefox from displaying the object? Thanks a bunch in advance!