thank you jurgenv, i’m glad you are back. I did what you mention on your post but it’s still playing
let me know if you need me to send you the files.
thank You!
This is a pretty simple though very well designed mp3 player. Take a look at the following features:
- Files are being loaded from an .xml file.
- You can specify a title in the xml file.
- You can specify player width in the xml. No need to resize anything yourself, just change the value!
- The audio is streaming. The yellow bar tells how much of the file has been loaded. The green one, obviously, tells how much has been played.
- Take a look at that very nice volume controller. If you click the cone icon once, a volume slider will pop up. Click anywhere outside it to close it or slide the volume controller and release it to close it. If you press the cone icon again the sound will be muted.
Posted about 1 year ago
mariacho, as I stated in the post above, I had temporarily seized support, but as of recently I am in fact answering all my comments. So here’s your answer:
On line 73 of the actionscript of the actions layer, it says playing=true; change true to false. On line 74 it says theSong.start(0). Delete or quote out this line.
Posted about 1 month ago
thank you jurgenv, i’m glad you are back. I did what you mention on your post but it’s still playing
let me know if you need me to send you the files.
thank You!
well….. thanks I had to buy another one cos I needed to finish this job, it would still be nice to have this feature in the player for the other guys asking how not to have it autostart.
Posted about 1 month ago
I love the file, it is the best I have seen of the type yet, but now you’re back please could you let us know if is possible to stop the file from looping. I have only one track which I need to play just once unless it is deliberately restarted. I can get it to stop looping by changing line 82, but then I mess up the progress bar for future plays. Please help!
Posted 29 days ago
Oh no. I’ve realised that although I also did what you said on your post to stop it playing automatically, it didn’t work. Please could you tell me how this was resolved. Thank you.
Posted 29 days ago
I’ve bought a different audio player now as there was no response to my queries and my client wanted his audio not to loop or autostart.
Posted 26 days ago
Sorry mariacho. To all people interested: you should also add (one line below): theSong.stop();
em_the_rookie, sorry for my late response. One answer is right above. The other is: you should get rid of the complete theSong.onSoundComplete = function() { [...] } part. That should do the trick
Posted 20 days ago