/    Sign up×
Community /Pin to ProfileBookmark

Back-to-back Audio?

Hello,
I’m trying to find a tag or some code that would allow me to embed more than one songs onto my myspace profile so i could play two, or more songs continuously in the background. If you could help me in any way, or have any suggestions for me, I would really appreciate it. Thank you
turlach

to post a comment
HTML

2 Comments(s)

Copy linkTweet thisAlerts:
@_Aerospace_Eng_Dec 17.2005 — You would need to make an m3u playlist. Do you have a play where you can upload .m3u files? They basically are text files.

How to make an .m3u file:

1. Open notepad.exe or notepad (same program) then type this as your first line
#EXTM3U
2. On the next line type this, it will be what you want displayed on the status bar of the player if you have it enabled
#EXTINF:Artist of Song Goes Here - Title of Song Goes Here
3. On the line after that type this, it will be the exact location relative to your root directory on your server for compatibility put the exact location of the file
http://locationtosongfilehere.mp3
4. You have now made a playlist for one song, to have multiple songs repeat steps 2-3 for the other songs, for example a playlist with 5 songs would look like this
#EXTM3U
#EXTINF:Artist of Song 1 Goes Here - Title of Song 1 Goes Here
<a href="http://locationtosongfile1here.mp3">http://locationtosongfile1here.mp3</a>
#EXTINF:Artist of Song 2 Goes Here - Title of Song 2 Goes Here
<a href="http://locationtosongfile2here.mp3">http://locationtosongfile2here.mp3</a>
#EXTINF:Artist of Song 3 Goes Here - Title of Song 3 Goes Here
<a href="http://locationtosongfile3here.mp3">http://locationtosongfile3here.mp3</a>
#EXTINF:Artist of Song 4 Goes Here - Title of Song 4 Goes Here
<a href="http://locationtosongfile4here.mp3">http://locationtosongfile4here.mp3</a>
#EXTINF:Artist of Song 5 Goes Here - Title of Song 5 Goes Here
<a href="http://locationtosongfile5here.mp3">http://locationtosongfile5here.mp3</a>

5. Now that you know what it looks like, you have to save it, click on the File menu in notepad, then click on save as, to the left of the save and cancel buttons you will see 3 boxes, the first box is the filename that you want to save it as, the second box is the file type (change this to all types), and the last one is encoding type, DO NOT change this box. In the file name box after you have changed the second box to all types, you should type in this
yourplaylistfilename.m3u
Find the location you want to save your file at, this will be needed later so you can upload your playlist file to some type of webhost.
Copy linkTweet thisAlerts:
@turlachauthorDec 18.2005 — thanks alot for the help. Im going to need to get at it tommorow though.

Thanks again!

be back with an update.
×

Success!

Help @turlach spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...