I’ve been scouring the web for a good tutorial or fla for an XML jukebox.
there are a good amount out there, but nothing that’s real close to what I’m rying to do.
I would like to have a dynamic list of links that I can click on.
Each link will load a mp3 file, and the files ID3 tags.
It will also start streaming, and playing in a player down the bottom of the movie.
Instead of just trying to find one tutorial or a pre-build .fla, my advice would be to break down the XML jukebox into parts and search for those. For instance, you’ll need to know how to load sounds, how to use XML, etc.
There are a bunch of tutorials on here regarding XML. You could use a comboBox to hold you list of songs. The comboBox can be populated by the XML. Sorry if this confuses you more, but maybe it put you on the right path.