Groups » HTML & CSS Support » Topics » Flash Mp3 tutorial

Listing 1-15 of 210    1   2   3   4   5   >>   of  14 Next >
Author Message
Gomez

/22
Los Angeles,
Nevada
Instant Message
Send Message
Reply with this quote Reply to this Post Posted:  May 1, 2005 6:52 AM
Because so many people have been having trouble when it comes to installing a Flash Mp3 player on their respective pages, I've decided to post my tutorial in it's own topic so guys can just link the people here instead of trying to explain everything over again, and making sort of a troubleshooter page also, by having people post what went wrong, and how they eventually fixed it.

Download this file first, by clicking here Flash player file It comes with a readme, so try reading this first to get an idea, and if you still can't get it, read the following.


Go to a hosting site, such as
Ripway.com, Angelfire.com , or if you want, you can scan through some free host services through this google search link (click here)



After you've found a host, register with them, and upload the flash player in the folder you downloaded, which is named "player", saying, shockwave flash object directly under it. After you're done uploading the player remember get the path, or URL to the actual file, it'll be something like http://www.HOSTSITE.com/registereduser/file1434.swf, putting emphasis on it ending with ".SWF". Now you can start making your playlist, start by opening up the playlist xml file in notepad. It'll look something like this,





Code

<?xml version="1.0" encoding="UTF-8"?>



<songs>



<song path="http://path/to/your/song.mp3" title="My 1st Song" />

<song path="http://path/to/your/song.mp3" title="My 2nd Song" />



</songs>





Now, you put the URL of the song where it is marked by italic text, and the name of the song where it is marked by bold text. You can look for the URL's of Mp3's at sites like http://www.emp3finder.com/, or you can upload a limited number of songs at the host sites I mentioned above.



Here's an example of an XML playlist with 3 songs.





EXAMPLE Code

<?xml version="1.0" encoding="UTF-8"?>

<songs>



<song path="http://yesnet.free.fr/musique/mp3/Californication.mp3" title="Red Hot Chilli Peppers - Californiacation" />



<song path="http://lolochaos.free.fr/Incubus%20-%20Pardon%20Me%20(Acoustic).mp3" title="Incubus - Pardon me (acoustic)" />



<song path="http://www.live-incubus.com/liveinc/lolla-07-27-03/10_Pistola.MP3" title="Incubus" />



</songs>





You can continue to recycle the basic code,

<song path="http://path/to/your/song.mp3" title="My 2nd Song" />

according to how many songs you actually want in the player.

Remember to start the playlist with

<?xml version="1.0" encoding="UTF-8"?>

<songs>

and close it off with </songs>. Save your playlist by going to file in notepad, and just clicking Save. After You've saved the playlist, rename it to your liking, then upload it to your host, just like you did with the player, and be sure to get the URL path to your playlist also, the url will end with a ".XML"



Ok, now that you've uploaded your player and list, it's time to place it on your page.

I'll just be showing the same code that came along with the player in the readme.



Paste this code\/, wherever you want to have your flash player.





Code

<embed src="http://pathto/player.swf" menu="false" quality="high" bgcolor="Transparent" width="300" height="320" name="index" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="playList=http://pathto/playlist.xml&ShowPlaylist=1&ShowEQ=1&firstTrack=1&initVol=50" wmode="transparent" />





You can change the values in bold

1=true 0=false



Place the URL of the player where it says "pathto/player.swf", then place the URL to your playlist where it says "pathto/playlist.xml", both marked by red text, be careful where you place the URL for your playlist, ONLY replace the red text with your URL. After you've entered the paths to your player and playlist, you can go ahead and submit the code, and it should appear just fine on your page. You can post here if you have any problems.


The Official Blake


M/25
,
CALIFORNIA
Instant Message
Send Message
Reply with this quote Post a reply to this Topic Posted: May 1, 2005 7:07 PM
~:~ Noel ~:~ Wrote:
where do i get this?



playList=http://pathto/playlist.xml&ShowPlaylist



thats wut i dont get where do i get that from?


the playlist is in the folder you downloaded. Extract all files from that folder and open up the Playlist.xml by right clicking and choosing a text editor of choice. Once you open that edit it by replacing the url's and the titles. After you're done save it. Go to ripway.com or some hosting site upload both player and playlist. There you will get the direct url to your playlist that you need to put up there in place of http://pathto/playlist.xml make sure no spaces come after that url too.
Sp00n aka Ryan


M/26
,
Ohio
Instant Message
Send Message
Reply with this quote Post a reply to this Topic Posted: May 1, 2005 7:08 PM
Gomez Wrote:
Because so many people have been having trouble when it comes to installing a Flash Mp3 player on their respective pages, I've decided to post my tutorial in it's own topic so guys can just link the people here instead of trying to explain everything over again, and making sort of a troubleshooter page also, by having people post what went wrong, and how they eventually fixed it.



Download this file first, by clicking here Flash player file It comes with a readme, so try reading this first to get an idea, and if you still can't get it, read the following.




It said right here where to get the player...
The Official Blake


M/25
,
CALIFORNIA
Instant Message
Send Message
Reply with this quote Post a reply to this Topic Posted: May 1, 2005 7:13 PM
$p00n (Ryan..Alfred..Donut..hell I can't keep up!) Wrote:

[t]Gomez Wrote:
Because so many people have been having trouble when it comes to installing a Flash Mp3 player on their respective pages, I've decided to post my tutorial in it's own topic so guys can just link the people here instead of trying to explain everything over again, and making sort of a troubleshooter page also, by having people post what went wrong, and how they eventually fixed it.



Download this file first, by clicking here Flash player file It comes with a readme, so try reading this first to get an idea, and if you still can't get it, read the following.

[/t]



It said right here where to get the player...


lol yeah but he/she was wanting to know how to get the playlist url
nUCLEArcENTURy.COM


M/24
Mira Loma,
California
Instant Message
Send Message
Reply with this quote Post a reply to this Topic Posted: May 1, 2005 7:29 PM
Does anyone have a .fla file for this famous Flash_Player? i think there was one site that had it, but i cant find it anymore.

Any help?
→¥øµñ¬ ¿?


M/24
kannapolis,
North Carolina
Instant Message
Send Message
Reply with this quote Post a reply to this Topic Posted: May 1, 2005 7:39 PM
you can check out this site the .fla file might be on there somewhere.
The Official Blake


M/25
,
CALIFORNIA
Instant Message
Send Message
Reply with this quote Post a reply to this Topic Posted: May 3, 2005 1:48 AM
.. Wrote:
omg this is pissing me off.. i cant get it lol.. god.. lol im stupid i dont know where to get the .xml URL at walagata.com do i use the file URL or what


yes!!! it will say http://www.walagata.com/blahblahblah/filename.xml
The Official Blake


M/25
,
CALIFORNIA
Instant Message
Send Message
Reply with this quote Post a reply to this Topic Posted: May 3, 2005 2:16 AM
andy Wrote:
i cant seem to make it work is it cos iv got Mac X?


hmm i have no clue to what or how a mac works.....sorry
→¥øµñ¬ ¿?


M/24
kannapolis,
North Carolina
Instant Message
Send Message
Reply with this quote Post a reply to this Topic Posted: May 11, 2005 11:25 PM
ok 1) the code for the player is in this thread.
2) only the playlist.xml file and the player.swf file need to be hosted on the same site. mp3s can be on as many other sites as you wish.
3) you need all of the url to the mp3's for it to work, you will then put those urls into the sample playlist as it is stated within the zip file.
Gomez


/22
Los Angeles,
Nevada
Instant Message
Send Message
Reply with this quote Post a reply to this Topic Posted: Jun 3, 2005 4:11 AM
You can't change the color of the player with HTML, unless you have Flash, you can change it with that program, which is the one used to make it.
Goddess Shanna


F/27
Destin,
Florida
Instant Message
Send Message
Reply with this quote Post a reply to this Topic Posted: Jun 8, 2005 6:10 PM
Ok, I finally got a hosting site that lets me direct link or whatever. the player is on my page, but the songs aren't working. . .

ATL Muzik Freaks

Thats the link to my group page. . .
Listing 1-15 of 210    1   2   3   4   5   >>   of  14 Next >

dspPostReplies v29