xml flash jukebox help
xml flash jukebox help
Out of context: Reply #3
- Started
- Last post
- 15 Responses
- unfittoprint0
just make an XML file with description, song title, band name and mp3 location.
Use the XML object to parse the information and turn it to an array.
Create a new sound object.
retrieve the information with an onPress(?) action to show the title and description, and to load the refering mp3 into the sound object.
these is the main stuff necessary for such endeavour.