Clive said:
Trevor,
This is my second reply to get notification for a reply. I downloaded
Quicktime + iTunes but still Firefox does not play my embeded sound
file. Could it be that, during installing Quicktime, I specified that
it not be my default player?
Thanks,
Clive
Clive,
I only received this post about 10 minutes after it was sent, so I don't
know why you needed to send it twice.
I seem to recall that I had some problems getting Quicktime to work in
Firefox. You may be correct in that you haven't set it as the default
player.
However, I just tried to play music again in Firefox and it failed, so now I
am just as in the dark as you.
This is my code:
<span id="sound"></span>
<input type="button" value="Play/Stop
Music" onclick="playSound()"/>
function playSound(fname)
{
if (!fname)
var fname = "audio/minuet.mid"
var x = document.getElementById("sound")
x.innerHTML = (!x.innerHTML )
? '<embed src="' + fname + '" loop=false autostart=true
hidden>'
: ''
}
These are the files in plugins
Contents of C:\Program Files\Mozilla Firefox\plugins\
At 22/12/05 1:33:42 PM 21 Files 2.04 MB
flashplayer.xpt
GetFlash.exe
GetFlash.exe.manifest
np32dsw.dll
NPDocBox.dll
NPIPRT32.DLL
npnul32.dll
nppl3260.dll
npqtplugin.dll
npqtplugin2.dll
npqtplugin3.dll
npqtplugin4.dll
npqtplugin5.dll
npqtplugin6.dll
npqtplugin7.dll
nprjplug.dll
nprpjplug.dll
NPSWF32.dll
nsIQTScriptablePlugin.xpt
QuickTimePlugin.class
ShockwavePlugin.class
This does work in IE6.
So anyone, any ideas to help both of us.