Mozilla Firefox not displaying embedded Flash

Mozilla Firefox not displaying embedded Flash

per Kendra Smith -
Nombre de respostes: 2

Hello everyone,

I have created a lesson with several pages containing Flash animations. If loaded on Internet Explorer everything runs perfect.

But just recently a trial run on Mozilla Firefox was ran and none of the Flash animations were loaded. The HTML code was still present, all files were still there and able to display in a pop-up window, and the addresses to the files from the HTML was all correct.

I'm very confussed. Any ideas??

Thanks bunches in Advance,

kendra

Mitjana de qualificacions: -
En resposta a Kendra Smith

Re: Mozilla Firefox not displaying embedded Flash

per Kendra Smith -

Hello again,

When designing my lesson pages in order to embed my flash i followed the directions located on http://docs.moodle.org/en/Flash.

http://tracker.moodle.org/browse/MDL-5981 On the bug tracker site I found that the IE browsers tolerate HTML errors much more than Firefox.

Here is an example of my HTML:

<object id="Activity1Part1" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" height="415" width="550" align="middle" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"><param name="_cx" value="14552" /><param name="_cy" value="10980" /><param name="FlashVars" /><param name="Movie"value="http://*serverName*/file.php/21/Activity_1/Activity1Part1.swf" /><param name="Src"value="http://*serverName*.com/file.php/21/Activity_1/Activity1Part1.swf" /><param name="WMode" value="Window" /><param name="Play" value="0" /><param name="Loop" value="-1" /><param name="Quality" value="High" /><param name="SAlign" /><param name="Menu" value="-1" /><param name="Base" /><param name="AllowScriptAccess" value="sameDomain" /><param name="Scale" value="ShowAll" /><param name="DeviceFont" value="0" /><param name="EmbedMovie" value="0" /><param name="BGColor" value="FFFFFF" /><param name="SWRemote" /><param name="MovieData" /><param name="SeamlessTabbing" value="1" /><param name="Profile" value="0" /><param name="ProfileAddress" /><param name="ProfilePort" value="0" /><param name="AllowNetworking" value="all" /><param name="AllowFullScreen" value="false" />
<embed src="Activity1Part1.swf" quality="high" bgcolor="#ffffff" width="550" height="415" name="Activity1Part1" align="middle" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>

Thanks,

kendra

En resposta a Kendra Smith

Re: Mozilla Firefox not displaying embedded Flash

per Kendra Smith -
I reposted this in the HTML Editor forum. If you would like to view it there with any updates or responces it would be greatly appreciated.