Petmo
03-13-2009, 04:49 PM
I am at a loss to explain this but Firefox, Safari garble this sound file but it plays just fine in IE. Here is the URL: http://judetrederwolff.com/indexS.html
Here is the code:
<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
id="asWeGo"
width="2" height="2"
>
<param name="movie" value="asWeGo.swf">
<param name="bgcolor" value="#FFFFFF">
<param name="quality" value="high">
<param name="loop" value="false">
<param name="wmode" value="transparent">
<param name="allowscriptaccess" value="samedomain">
<embed
type="application/x-shockwave-flash"
pluginspage="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
name="asWeGo"
width="2" height="2"
src="asWeGo.swf"
bgcolor="#FFFFFF"
quality="high"
loop="false"
wmode="transparent"
allowscriptaccess="samedomain"
>
<noembed>
</noembed>
</embed>
</object>
As a workaround I made this page to detect the browser and use an embedded mp3 file, but that is not good and why would a Flash file not play right in Firefox. http://judetrederwolff.com/indexSd.html
Here is the code snippet:<embed src="asWeGo.mp3" type="application/x-mplayer2" autostart="true" playcount="true" loop="true" height="0" width="0">
I have some Flash files on the same site that play fine so I can't understand it. Anyone have this experience and found a:confused: way to correct it?
Here is the code:
<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
id="asWeGo"
width="2" height="2"
>
<param name="movie" value="asWeGo.swf">
<param name="bgcolor" value="#FFFFFF">
<param name="quality" value="high">
<param name="loop" value="false">
<param name="wmode" value="transparent">
<param name="allowscriptaccess" value="samedomain">
<embed
type="application/x-shockwave-flash"
pluginspage="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
name="asWeGo"
width="2" height="2"
src="asWeGo.swf"
bgcolor="#FFFFFF"
quality="high"
loop="false"
wmode="transparent"
allowscriptaccess="samedomain"
>
<noembed>
</noembed>
</embed>
</object>
As a workaround I made this page to detect the browser and use an embedded mp3 file, but that is not good and why would a Flash file not play right in Firefox. http://judetrederwolff.com/indexSd.html
Here is the code snippet:<embed src="asWeGo.mp3" type="application/x-mplayer2" autostart="true" playcount="true" loop="true" height="0" width="0">
I have some Flash files on the same site that play fine so I can't understand it. Anyone have this experience and found a:confused: way to correct it?