Jump to content

Simple audio player using php and not XML?


pianoman993

Recommended Posts

Yes.

 

You will need to save your info in a database would be the best way.

 

You will want to save:

- file location

- an id number

- any other info you would like

 

then using flash, you will need to make a call to a php page calling for an ID number, which will search your database for the file. and output a get string like so:

 

songURL=/songs/myfile.mp3&songID=2

 

then in your flash you can use some flash functions to load the song file.

Thank you for your response. What you say makes good sense, however, I am a complete novice in the area of actionscript 3.0 and will need to get familiar with that area of programming in order to accomplish this mp3 player. Do you have any suggestions on any tutorials I can browse in order to understand how actionscript and php can "talk" to each each other?

 

Again, thanks :)

 

- Mark

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.