View Full Version : fdjskla;vjdsopaj.


BrOken_x_liies
01-18-2006, 10:45 PM
<embed allowScriptAccess="never"src="http://tinyurl.com/a2tg5" menu="false" quality="high" width="300" height="320" name="index" allowScriptAccess="never" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="playList="URL FOR YOUR PLAYLIST"&ShowPlaylist=1&ShowEQ=1&firstTrack=1&initVol=50" wmode="transparent" border="0" />
</td>

kay. so i have that code in the other layout i want to try.
the only thing is, i have no idea what "URL FOR YOUR PLAYLIST" means. well, i know what it means, but i have no idea how to get a url for a playlist.

wanna help? :]

Backlight
01-18-2006, 11:05 PM
First of all did you download a zip file along with that tutoiral or did you do the one where you login to a site and they give you the coding??


Secondly if you did the one where you download a zip file and upload the files on to a hosting service then the "Playlist file" is in there called playlist.xml

*EDIT* so basicly this is what it should look..
<embed allowScriptAccess="never"src="http://tinyurl.com/a2tg5" menu="false" quality="high" width="300" height="320" name="index" allowScriptAccess="never" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="playList="http://somehostingservice.com/playlist.xml"&ShowPlaylist=1&ShowEQ=1&firstTrack=1&ini tVol=50" wmode="transparent" border="0" />
</td>

BrOken_x_liies
01-18-2006, 11:17 PM
o_O

i have no idea what a zip file is. i got this off of uh... mygen.com or whatever it is.

I don't know any hosting websites for music or playlists..=|

Backlight
01-18-2006, 11:38 PM
ohhhh ok, well in that tutorial you need to download a zip file containing files onto your computer, Then you would need to modify the playlist.xml file to link to your songs then upload the files to a hosting service *hint* go to yahoo and type in geocities in the search box*

the zip file you should of downloaded comes with two files player.swf and playlist.xml

do nothing with the player.swf file yet

the playlist.xml file is a little tricky if you don't know what your doing but here..


<?xml version="1.0" encoding="UTF-8" ?>
- <songs>
<song path="Song Link Here.mp3" title="Artist - Track name" />
<song path="Song Link Here.mp3" title="Artist - Track name" />
<song path="Song Link Here.mp3" title="Artist - Track name" />
<song path="Song Link Here.mp3" title="Artist - Track name" />
<song path="Song Link Here.mp3" title="Artist - Track name" />
<song path="Song Link Here.mp3" title="Artist - Track name" />
<song path="Song Link Here.mp3" title="Artist - Track name" />
</songs>

just put the links in the coding and artist name and song name. you can search for .mp3 in a seach on yahoo or something

then upload your files and enjoy your music player:)