This is a discussion on "HTML code for audio player needed" within the Web Page Design section. This forum, and the thread "HTML code for audio player needed are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
HTML code for audio player needed
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Does anyone have some code for a free audio player I can use on my site? This is a simple HTML site. I'm new at code.
I have tried a few but I can't seem to find something that works (or I'm having trouble making any work.) I just want to play a simple two or three minute mp3 audio file (Maybe a few of them) and I'd like to be able to do so without having to link to someone elses site. If I have to use another audio format I have converter software to change mp3s to mp4s or aiff etc. I currently have Macromedia Flash 8 Professional but not a clue as to how to use it. I know how to cut and paste code into my site and follow easy directions. Any free code that will work in most browsers would be greatly appreciated! Thanks! |
|
|
|
#2
|
|||
|
|||
|
Re: HTML code for audio player needed
Never tried anyhting like this but what about this http://www.flamplayer.com/
|
|
#3
|
|||
|
|||
|
Re: HTML code for audio player needed
I had the BEST luck with this...http://musicplayer.sourceforge.net/
I had a client that wanted to promote his album, play his songs and have a playlist. This worked so well. It was my first time doing anything like this at all and I really had to pay attention to the directions and a thread that was made here at webforumz. I will see if I can find that thread. But it was slick when done. Here is my finished product. http://www.pierrenadeau.net/purchase-cd.html Edit: Here is a very helpful thread Last edited by Lchad; Oct 13th, 2007 at 00:47. Reason: added thread link |
|
#4
|
|||
|
|||
|
Re: HTML code for audio player needed
This is one i use
<OBJECT HEIGHT="45" NAME="RAOCXplayer" STYLE="FILTER: xray" WIDTH="300" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" ID="Player"> <PARAM NAME="StretchToFit" VALUE="0"> <PARAM NAME="AutoStart" VALUE="1"> <PARAM NAME="Balance" VALUE="0"> <PARAM NAME="EnableContextMenu" VALUE="0"> <PARAM NAME="Disabled" VALUE="0"> <PARAM NAME="EnableErrorDialogs" VALUE="0"> <PARAM NAME="CurrentMarker" VALUE="0"> <PARAM NAME="" VALUE="0"> <PARAM NAME="URL" VALUE="http://www.sitename.com/song.mp3"> <PARAM NAME="Mute" VALUE="0"> <PARAM NAME="PlayCount" VALUE="5"> <PARAM NAME="Uimode" VALUE="Full"> <PARAM NAME="Volume" VALUE="50"> </OBJECT> |
|
#5
|
|||
|
|||
|
Re: HTML code for audio player needed
Quote:
|
|
#6
|
|||
|
|||
|
Re: HTML code for audio player needed
I've created a very good Flash MP3 Player (if I say so myself) by following Lee Brimelow's MP3 Player tutorials
It may be a little more complex than you want at this stage but if you follow the tutorials closely you will learn a lot and end up with a fully functional Flash MP3 Player for your site. My one can be seen on The Cambridge Jazz and Blues website it's on the righthand side, and I have made several modifications to it from the one detailed in the tutorial. Last edited by Phil; Oct 25th, 2007 at 08:50. Reason: Major typos in the first sentence |
|
#7
|
|||
|
|||
|
Re: HTML code for audio player needed
Great link Phil.. thanks for that!
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| embedding audio in html 4.01 | shevorne | Flash & Multimedia Forum | 1 | Sep 24th, 2007 14:12 |
| Media player inside HTML. | McAurthur19 | Web Page Design | 6 | Feb 18th, 2007 14:09 |
| Adjusting/Synching Audio for Audio and Video Clips | junestag | Flash & Multimedia Forum | 3 | Sep 19th, 2006 02:43 |
| Help, with creating a Music Player, to be embedded into a html code website | sx-nutta | Flash & Multimedia Forum | 1 | Jan 25th, 2006 05:41 |