PDA

View Full Version : MP3 Player with actionscript 3.0



fs_tigre
June 9th, 2009, 09:44 AM
Hi,
I’m looking for an MP3 player (component) to be used in flash that uses actionscript 3.0.

Does anybody from here know about a good component that can be easily updated that uses .xml files or something like that?

This is something my client would like to be updating so I think that an .xml file wouldn’t be that hard for him to update.
Thanks,
Fs_tigre

theCodeBot
June 9th, 2009, 04:27 PM
Two things about this:

1.) Odds are there are several thousand tutorials about getting this exact thing to work. Google AS3 XML MP3 player (acronym haven, I know...) and see what pops up. The word tutorial may help.

2.) "Easy for the client" depends on the client's computer skills and patience. I suggest providing an easy interface for editing the xml file, because most people make mistakes when editing these. It's be truly stunning if you gave your client a full-blown PHP server side program that edited the XML by managing full playlists (and saving them of course), organizing by artist, title, etc, and even a php page that the flash program queried that would return the XML playlist of the day or similar. There are tutorials on getting PHP to return as a specific file type, one of which is hosted on this website.

fs_tigre
June 11th, 2009, 08:55 PM
Thank you very much!