Hey wildwise!—This is quite Savy I must say…Love the php config with the mp3s—Clean and straight forward code all around! 2 thumbsup, keep’em coming. Cheers!
Posted about 1 year ago
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).
The background resizes to screensize.
WHAT ARE this MP3player features ?
a. REPEAT ALL
b. NO SHUFFLE
c. SCROLLING TEXT INFORMATIONS ABOUT SONG AND TIME
d. SLIDING SEEKER (to jump to another moment of the song)
e. PRELOAD STATUS BAR
f. PLAY , PAUSE, STOP , NEXT, PREVIOUS
g. ELAPSED TIME
Hey wildwise!—This is quite Savy I must say…Love the php config with the mp3s—Clean and straight forward code all around! 2 thumbsup, keep’em coming. Cheers!
Posted about 1 year ago
I bought the file. Making it the third file I bought from Ya. ALthough, I didn’t get a chance to use it yet I’m still looking forward to it. One questoin though. It won’t work unless it’s uploaded to a server, right?
Posted about 1 year ago
yep it has to be uploaded to a server with the php file and mp3s. You can use it on you computer with a server “emulator” like easyPHP.
Posted about 1 year ago
I just purchased your file and I love it.. Thanks a bunch.. Just one question though.. How would I go about placing all the mp3 files in a separate folder, just for better organization..
I have my index file outside of a folder named “mp3player”. That folder contains all the files for the mp3 player.. The index page outside of that folder would then call the swf, which is inside the folder “mp3player”, and plays the song list.. Is this possible to do, and if so how would I got about doing so..
I changed the actionscript in the mp3player swf to open the audio.php file and that works good, but when it comes to the path of the songs I can’t figure that out.. Right now the path is this:
$file_path = "./";
Is that what needs to be altered??
Posted 9 months ago
great script
i am using it with triworks Full XML Website V3 also from Flashden
i removed their sound player completely and added yours in a unique way after I changed a few thing on your skin
i have you running in my footer and they are as a page in my php/mysql cms
It is running here 0fc.net
Posted 8 months ago
I am opening your player now enclosed in a page (audio.html) in a new window so it will continue to play as I change pages.
Is there a way to have the player autostart?
Simple code I found for anybody who wants to use it.
In head <!— function popup(mylink, windowname) { if (! window.focus)return true; var href; if (typeof(mylink) == ‘string’
href=mylink;
else
href=mylink.href;
window.open(href, windowname, ‘width=600,height=70,scrollbars=no’
;
return false;
}
//—>
in html
thanks
Posted 8 months ago
I wish I was an expert in actionscript?
this will make it autoplay
movie clip - controller / layer - Calque 4 / frame 2
this.onEnterFrame = function() {
action_clip.playSong();
}
stop();
but I can never stop it
ha ha
Posted 7 months ago
Make this Sound Player autostart
Not an expert in AS but I fixed it?
this will make it autoplay as i said before
movie clip - controller / layer - Calque 4 / frame 2 actions
this.onEnterFrame = function() {
action_clip.playSong();
}
stop();
and to stop it
movie clip - controller / layer2 / frame 2
add this (delete this.onEnterFrame
to the action on the stop button
on (release) {
action_clip.stopSong();
delete this.onEnterFrame;
}
now it autoplays/stops and stops and starts as before
Posted 7 months ago
Running Here in a top frame of one of my sites <a href="http://www.0fc.net">0fc.net</a> All you young rockers, sorry about the Bluegrass Music Frames are cool!Posted 7 months ago
Arnaud,
I have purchased your wildwiseSimplePhpMP3player but I can’t open the flash document as I have Flash 2004MX.
Can you please let me a version that I can open?
David
Posted 3 months ago
Have purchased and installed this player but the file data isn’t loading. The track plays but the title/artist don’t load. I have only changed the layout minimally all else was left untouched and instructions were followed. Can u help? Thanks
Posted about 1 month ago
I’ve changed the following:
1. I deleted the ** before and after the “Press play to start” and “Loading file datas”
2. I changed “Loading file datas” to “Loading file data”
3. I changed the color and size of the background (not the mc but the actual graphic)
4. I deleted the “Get Bounce” text
5. I changed the width of the player graphic (by selecting and deleting a chunk from the graphic).
6. I changed the fonts
7. I changed the slider graphic
Thanks
Posted about 1 month ago
Ok, after testing with the original version I’ve found out that the script isn’t reading my ID3 tags properly or even the track name. I use a Mac and edit them in itunes. What could the problem be here? Which encoding should I use for this?
Thanks
Posted about 1 month ago
Problem solved. The issue was the type of ID3 tags I was using weren’t correct even though Apple’s Logic calls them ID3s. After downloading a tag editor it works fine.
Posted about 1 month ago
Hi,
Still having trouble using this file if it is placed in a different folder as the ID3 tags only work if the php script, flash, and tracks are all in the same folder as the main page which calls it (am using index.php with iframe). If there is a way to make it work from a different folder than the page that calls it, it would be greatly appreciated as I would like to have all my tracks in a different folder than my root.
Thanks
Posted about 1 month ago
the PHP file lists the MP3 files in the same folder. To change the folders structure you will have to modify the PHP file, so it lists MP3 files in another folder. The variable to modify is $path
Posted about 1 month ago
Hi, Thanks for the tip but I had figured that out. I’ve changed the variable $file_path to ./tracks but the only the first track is loading. Am I missing something? cheers
Posted about 1 month ago
once the track ends, does start again from the beginning or nothing happens?
Posted about 1 month ago