View Single Post
  #1 (permalink)  
Old 03-14-10, 11:31 PM
mozart66 mozart66 is offline
Newbie Coder
 
Join Date: Oct 2008
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
need help with sound

Hi!

I have used the following <object> tag in my HTML file but it not playing the sound.

Code:
<OBJECT ID="MediaPlayer" WIDTH="240" HEIGHT="68" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject">
<PARAM NAME="FileName" VALUE="videos/raga_maru_bihag.mp3">
<PARAM name="ShowControls" VALUE="true">
<param name="ShowStatusBar" value="true">
<PARAM name="ShowDisplay" VALUE="false">
<PARAM name="autostart" VALUE="false">
<param name="Volume" value="-300">
<EMBED TYPE="application/x-mplayer2" SRC="videos/raga_maru_bihag.mp3" NAME="MediaPlayer"
WIDTH="240" HEIGHT="68" ShowControls="1" ShowStatusBar="1" ShowDisplay="0" autostart="false"> </EMBED>
</OBJECT>
What is possibly wrong with this? How can I make the sound play in ALL browsers? The above <object? tag is not playing properly even in any version of Internet Explorer. Please help.

Thank you in advance.

Mozart66

Last edited by digioz; 03-28-10 at 08:11 PM.
Reply With Quote