Mp3 Playing/Downloading |
Mp3 Playing/Downloading |
Mar 31 2005, 10:46 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 7,048 Joined: Jun 2004 Member No: 22,696 |
Okay, I am fairly sure that when you do a regular link such as
CODE <a href="music.mp3">My Song</a> That is SHOULD play the song [as in going to a media player]. But my links, that I uploaded onto my server, go the the downloading screen that says [open, save, close] (just like any other downloading screen). Do you know what the problem may be? If you can help, I would like to know the code that will play my mp3 file urls [and im 100% sure they're mp3 files]. Thank You --Jordan |
|
|
|
![]() |
Apr 1 2005, 01:04 AM
Post
#2
|
|
![]() New Type ![]() ![]() ![]() ![]() Group: Member Posts: 145 Joined: Mar 2005 Member No: 119,960 |
QUOTE(JlIaTMK @ Mar 31 2005, 10:46 PM) CODE <a href="music.mp3">My Song</a> ok, so this is what you have. 1.what you need to do is create a new text document in that folder, so "New Document.txt". 2.open it with notepad, write "music.mp3". you're done, that's all that needs to be in there. 3.save it. 4.rename this saved new document to "music.m3u". 5.upload it along with your mp3 file. 6.in your html, change what you originally had, to: CODE <a href="music.m3u">My Song</a> that's all there is. Basically instead of having to go straight to the mp3, you created a playlist with 1 song in it. With playlists, you most likely wont be asked to save or open. default media player will open it automatically as streaming file. |
|
|
|
JlIaTMK Mp3 Playing/Downloading Mar 31 2005, 10:46 PM
IGB it gets a little complicated.
There are simple ... Mar 31 2005, 10:54 PM
sweetxsimplicity QUOTE(IGB @ Mar 31 2005, 7:54 PM)it gets a li... Apr 1 2005, 01:43 AM
IGB QUOTE(sweetxsimplicity @ Apr 1 2005, 1:43 AM)... Apr 1 2005, 02:38 AM
mona lisa are you using firefox? just wondering. if the mp3 ... Mar 31 2005, 10:55 PM
JlIaTMK Thank you guys for the help
IGB, isnt that the co... Mar 31 2005, 11:36 PM
IGB well then you can make a new file in notepad, type... Mar 31 2005, 11:45 PM
mona lisa sorry i don't really know for sure. could you ... Mar 31 2005, 11:46 PM
IGB QUOTE(gotnoheart @ Mar 31 2005, 11:46 PM)edit... Mar 31 2005, 11:47 PM
JlIaTMK bah, im so confused IGB, but thanks so much
if yo... Apr 1 2005, 12:18 AM
JlIaTMK Thank you TGB :P. You're a great help.
[P.S.
... Apr 1 2005, 02:59 PM
IGB lol im sorry I totally wasn't paying attention... Apr 1 2005, 03:46 PM![]() ![]() |