Search  

WILDWISE MP3 PLAYER - NO NEED XML

HomeBrowse CategoriesFlashApplications and UtilitiesUtilitieswildwise MP3 player - no need XML
Full_screen_preview

You heard me ! No need XML , a PHP file is in charge to send your mp3 names to flash ! You don’t need any XML or PHP knowledge. Everything is automatic !
The only thing you have to do is to prepare your MP3 files as explain in my help file : each MP3 name is formatted with a number to organize your playlist, and fill your ID3 tags (optional).

It has the same features as winamp, but online !
a. REPEAT ONE , REPEAT ALL , NO REPEAT
b. SHUFFLE , NO SHUFFLE
c. SCROLLING TEXT INFORMATIONS ABOUT SONG AND TIME
d. PLAYING STATUS (stopped, playing, paused, loading)
e. SLIDING SEECKER (to jump to another moment of the song)
f. PRELOAD STATUS BAR
g. PLAY , PAUSE, STOP , NEXT, PREVIOUS
h. ELAPSED & REMAINING TIME (click to change)
i. DYNAMIC PLAYLIST (moves according mouse position on it, you can add as many MP3s as you want !)
j. THE PLAYLIST IS DRAGGABLE (alone or with the complete player)
k. THE PLAYER CAN BE MINIMIZE , MAXIMIZE, CLOSED (the sound will keep going, if don’t stop it before) OR OPEN (you have to create a button fort that, following instructions on the CLOSE button in the FLA )
l. SPECTRUM SIMULATOR (random waves)

---- HELP FILE CONTENT ------
You can find fonts I used over there : www.dafont.com
Loops I used are in free download over here : www.pocketfuel.com/gallery.php

That’s really simple to use and doesn’t even need an XML file. Just need to prepare your MP3 files and ID3 tags.

1. HOW TO prepare your MP3 files

a. Here is the way to name you MP3 files correctly :
The 5 first characters of the name of the file are dedicated to order your MP3s in the playlist.
Then arrives the name of your song.
Finally, it ends with the extension ”.mp3”
For example: 00001mySong.mp3

the 5 digits allows you to add till 99 999 songs. The MP3player will order the files in the playlist according to this number.
“mySong” is the text which will appear in the playlist’s button of this song. The extension ”.mp3” allows the PHP file to browse the directory, to pick all the ”.mp3” files, then to send all file names to the MP3player

b. Here the way to prepare your mp3’s ID3 tags :
These tags are usable by flash. They will appear in the scrolling text once a MP3 is loaded.
Go to your favorite MP3player on your computer (mine is winamp). Open the files you’d like to put in your flash MP3player.
Now you can edit ID3 tags by right-clicking your file name and click “view file info” (always in winamp huh ? I don’t know how works the other players, but it should be the same).
Fill the ID3 v1 and v2 fields, save, and that’s it !
The flash MP3player will load and display the title, the artist and the year of the song !
If ID3 tags are not filled, the scrolling text will display the same name than the playlist’s button (“mySong” in my example).

2. HOW TO organize your files
a. On your server, put the HTML that contains your swf (here, index.html), your swf, your PHP file (songList.php) and your MP3s in the same directory (or on the root of the server).
b. There’s no “b.”, that’s all !

3. HOW TO customize your MP3player
First of all, install the fonts I provided to you. These are free fonts, or system font (for arial), so you could already have them or find them on www.dafont.com
Every action is commented ! So you can modify, add or substract what you want !
Quite every graphics are in MovieClips, so you can change them easily (even if I don’t recommend it, you could deteriorate the design)
You can change the logo very easily and the link it targets too !

4. WHAT ARE this MP3player functions ?
It has the same functions than winamp, but online !
a. REPEAT ONE , REPEAT ALL , NO REPEAT
b. SHUFFLE , NO SHUFFLE
c. SCROLLING TEXT INFORMATIONS ABOUT SONG AND TIME
d. PLAYING STATUS (stopped, playing, paused, loading)
e. SLIDING SEECKER (to jump to another moment of the song)
f. PRELOAD STATUS BAR
g. PLAY , PAUSE, STOP , NEXT, PREVIOUS
h. ELAPSED & REMAINING TIME (click to change)
i. DYNAMIC PLAYLIST (moves according mouse position on it)
j. THE PLAYLIST IS DRAGGABLE (alone or with the complete player)
k. THE PLAYER CAN BE MINIMIZE , MAXIMIZE, CLOSED (the sound will keep going, if don’t stop it before) OR OPEN (you have to create a button fort that, following instructions on the CLOSE button in the FLA )
l. SPECTRUM SIMULATOR (random waves)

I hope it will be usefull for you, and don’t hesitate to show me when you used it :-)
Thanks for purchasing.

Arnaud, for wildwisestudio.com

Posted about 1 year ago

Very nice interface :)

Posted about 1 year ago

Thank you. I just noticed there’s no MP3 files to be loaded, so this online version is empty.

You can see a full version (with mp3s) over there : http://www.wildwisemedia.com/archives/mp3player

Take care

Posted about 1 year ago

great :D

Posted about 1 year ago

Nice, the spectrum seems true :)

Posted about 1 year ago

Is it possibile to change the playlist (songList.php) in my swf ?

- nice file ; )

Posted about 1 year ago

to change your playlist, you dont have to do anything in the PHP file or in the swf/fla. You just have to change MP3s in your folder and to name it correctly to order them as you want. Nothing’s easier :)

Posted about 1 year ago

ups, I knew that of course ; ) sorry

Posted about 1 year ago

hi

can you change the size of the player it’s looks great!!!!!

brgds

Posted about 1 year ago

No you cant change its size, because thats not a vector based design, but you can maximize or minimize it and drag/drop it :)

Posted about 1 year ago

Quick question – if I want to replace the php list provided with a link to a php list online, how would I do that – or a link to a stream, which is also a php file

Posted about 1 year ago

@awebber

If you want to replace the PHP list, you have to be sure the list is formatted the same way as mine (with the same informations and separator |).
If you just want to change the PHP file url (which now browse an online folder), just change the “load” actions in the FLA this way :

1- Go to the first frame, double-click on the only MC on the scene. Now, on the first frame, change the URL of the php file :
list_total.load("http://Url-Of-Your-New-Folder/Your-New-File.php");


2- Then, go to the second frame, then double-click on the MC on the scene. Click once on the “action_clip” MC. Open the action panel (F9 on PC).
Go to line 165 and replace this :
s.loadSound(songList[i], true);

By this one :
s.loadSound("http://Url-Of-Your-New-Folder/"+songList[i], true);

It should work well. :)

Posted about 1 year ago

what if it is a stream? how would I format that?

for instance www.yoursite.com/yourStream.php which is a streaming audio like a radio station.

How would I format that into what you have?

Posted about 1 year ago

Thanks wildwise,

It’s a really nice file.

Bit

Posted about 1 year ago

@awebber : this player only read mp3 files placed in a folder. It can’t read a stream file, or a PHP file which is formatted a different way as the file I gave you. Perhaps in a next version :)

@bitdog : thanks bit ;)

Posted about 1 year ago

Hi,

You mentioned this isn’t a vector based drawing. What did you create it in? Awesome design wildwise!!

Posted 2 months ago

Everything is made with PNGs (except texts)

Posted 2 months ago

I just bought this and Im trying to test it out….I havent changed anything from the download, everything is in the same folder and its not recognizing any of the songs. The playlist is empty. What am I doing wrong, how do I get it to work?

Posted 7 days ago

you have to put files on a server for it to work perfectly. It uses a PHP file and works only serverside. Cheers

Posted 7 days ago