Hello there,
I'm in the middle of building a website, and have just added a flash nav bar to it.
The problem is, on rollover, the nav bar will play a sound ('beep').
The flash file works fine from a folder were i saved it. (The .swf file)
It also works fine when previewing the site in IE.
But when i preview the site in FireFox, the nav bar is there, yet NO SOUND!
Should i be adding something to the <head> of the page to allow FF to play sounds?
Heres the code for the flash file:
Code:
<OBJECT ID=dynamic glass classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH=660 HEIGHT=22 STYLE="">
<PARAM NAME="flashvars" value="Copyright=[www.dreamingsoft.com]">
<PARAM NAME="movie" VALUE="Grey.CS.Flash.Header.swf">
<PARAM NAME="menu" VALUE="false">
<PARAM NAME="quality" VALUE="best">
<PARAM NAME="scale" VALUE="noscale">
<PARAM NAME="salign" VALUE="LT">
<PARAM NAME="wmode" VALUE="transparent">
<param name="bgcolor" value="transparent">
<EMBED src="Grey.CS.Flash.Header.swf" menu="false" quality="best" scale="noscale" salign="LT"
WIDTH=660 HEIGHT=22 bgcolor="000000" wmode="transparent" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>
Any help would be appreciated.
PS: I have no other audio apps running at the same time.
MXMaster
|