 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
hope
Joined: 17 Jun 2004 Posts: 1 Location: Beverly Hills, CA
|
Posted: Thu Jun 17, 2004 9:33 pm songs on website |
|
|
|
hi, i am quite new at this and i need help getting songs to play on websites. i prefer not to use real audio / media, and would like to use my mp3s. how do i put them on a page and where do i place the actual mp3s? (i.e., photos and graphics go into the images folder?)
any help would be appreciated .. the easier the better
thanks in advance,
hope  |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8267 Location: Castle Rock CO USA
|
Posted: Sat Jun 19, 2004 7:14 am |
|
|
|
Welcome to the forums my neighbor!
I use this code & it works pretty well for me:
| Code: |
<object id="MediaPlayer" width=320 height=286
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="interview_fox_video.asx">
<PARAM NAME="autoStart" VALUE="true"> <PARAM NAME="showControls" VALUE="true">
<param name="ShowStatusBar" value="true"> <PARAM NAME="Autorewind" VALUE="true">
<PARAM NAME="ShowDisplay" VALUE="false">
<EMBED SRC="interview_fox_video.asx" WIDTH=320 HEIGHT=286 type="application/x-mplayer2" name=MediaPlayer autostart=1 showcontrols=0 showstatusbar=1 autorewind=1 showdisplay=0>
</EMBED></OBJECT> |
change the source (interview_fox_video.asx) in BOTH places to the path of your MP3 that you have uploaded to the server. |
|
mjpliv

Joined: 11 May 2004 Posts: 406 Location: Nova Scotia
|
Posted: Sat Jun 19, 2004 1:42 pm |
|
|
|
| Offer the of loading/listening of the music as an option on your "welcome" page. Not everybody has a high speed connection! |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|