Link to home
Start Free TrialLog in
Avatar of nsitedesigns
nsitedesignsFlag for United States of America

asked on

adding mp3 audio file to website

I found code to add a mp3 file to a website.  I am not familiar with flash so I am kinda winging it.

http://plymouthwisconsin.com/test.html
http://screencast.com/t/MDQ1MzIxY2It

1. How do I remove the downward facing arrow?
2. How do I remove the excess white space above player?
<object id="MediaPlayer" width=50 height=50
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
standby="Loading Microsoft® Windows® Media Player components..."
type="application/x-oleobject"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">
<PARAM NAME="filename" VALUE="oktoberfest.mp3">
<PARAM NAME="autoStart" VALUE="false"> <PARAM NAME="showControls" VALUE="true">
<param name="ShowStatusBar" value="true"> <PARAM NAME="Autorewind" VALUE="true">
<PARAM NAME="ShowDisplay" VALUE="true"> 
  <EMBED SRC="oktoberfest.mp3" WIDTH=50 HEIGHT=50 autostart=false type="application/x-mplayer2" name=MediaPlayer showcontrols=true showstatusbar=true autorewind=true showdisplay=true filename="oktoberfest.mp3">
</EMBED></OBJECT>

Open in new window

Avatar of Tyler Laczko
Tyler Laczko
Flag of Canada image

You cannot it is built into the flash source.

unless you have the flash source which i'm assuming you do not have.
FYI the player does not load on my computer.

Vista, Firefox


I would try a different player.
Avatar of nsitedesigns

ASKER

What is the easiest way to add a mp3 audio file to a website?  It is a radio ad that client wants to make available.
ASKER CERTIFIED SOLUTION
Avatar of Tyler Laczko
Tyler Laczko
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hmmm...I don't want it to auto start.  How do I change the code so the only way it plays is if someone presses the play button?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
perfection!