My account
Shopping cart
Knowledge base
Support

Knowledge Base

Important! All new questions are usually answered within the next business day.

Advanced MP3 Player V1

(views: 17027)

Flash Advanced MP3 Player component is a skinable flash component that allows you to play streaming (it starts playing while the file is being downloaded) mp3 files (fed by xml file playlist) in any web page, and displays the id3 v2 data stored in the files



Change the playlist by pressing a button

(2007-07-23 - views: 7295)
Q: How can I have multiple playlists and change them when I press on different buttons.
A: You can use the actionscript below:

myButton.onRelease=function(){

    mp3PlayerInstanceName.xmlPlaylist="newPlaylist.xml";

}

The same for all your other buttons.
Good luck.


Other questions in this item

Embedding the mp3 player into HTML

Back