Forum Statistics

  • Forum Members: 4,246
  • Total Threads: 3,572
  • Total Posts: 1
There are 1 users currently browsing forums.

Partner Sites

Reply
Old 06-19-2009, 09:51 AM   #1 (permalink)
 
Status: Newbie
Join Date: Jun 2009
Posts: 3

Rep Power: 11 ranga227 is on a distinguished road



Default mp3 sound file player code?

I'm currently trying to figure out what or why I am unable to get my player to show up in IE and in FF. It shows up in IE for others that use the embedded player for sound clips, but when I try to code it into my website it won't work. It just shows a Q for quicktime. I'm not sure on what I am doing wrong. Here is the code that I have:

Code:
<p style="text-align:center">
               <!--[if IE]><!-->
                    <object data="mountainchorus.mp3" type="audio/mpeg" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="280" height="16">
                <!--<![endif]><!-->
                
                <!--[if !IE]><!-->
                    <object data="mountainchorus.mp3" type="audio/mpeg" width="280" height="16">
                <!--<![endif]-->
                
                    <param name="src" value="mountainchorus.mp3" />
                    <param name="autoplay" value="false" />
                    <param name="controller" value="true" />
                    
                    <embed src="mountainchorus.mp3" />
                    Click <a href="mountainchorus.mp3">here</a> to hear the media clip.
                    </object>
               
               </p>
ranga227 is offline Add Infraction for ranga227   Reply With Quote


Reply

Bookmarks

Tags
None


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may post new threads
You may post replies
You may post attachments
You may edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Search Engine Optimization by vBSEO 3.5.0 RC2