Hi,
I'm really lost this time. I have:
database:
I have there information about songs, records and links to where the song are stored on the harddrive.
flash audio player:
This player ussually takes XML files, where you fill in the playlist.
I thought that this list can be generated with an php file thats connects to the database. So the input to the player is the file "playlist.php".
user choice:
The user can see the playlist for a record and then klick on a song or choose to play all songs.
The problem is how to make that connection between the php file and the player so this page can be dynamical.
I have to in this problem change the php-file (read and write) and then starta the player, but a solution like this can't work if many users are logged in, since it's seems kind of stupid to read and write a file all the time.
I really I'm lost and a little help would be great. Any idea of how to make this connection between link for the user, player och inputfile that can't be change.......