Ok I am very close to finding the solution to my problem.
>> Mp3player.swf
>> Mp3passvariable.php
Basically I found a flash script where it will play an mp3 track as long as the mp3 is stored in the same directory as the flash file. In the mp3passvariable.php that is where it will read from the mysql database so it will end up being like flyingaway.mp3 (When the user clicks on a track, it will pass the ID variable to the next page and load whatever information was stored in the database)
In the Mp3passvariable.php it will have this
<?php print "&mp3=$row_Recordset1[mp3]"; ?>
Now in the flash I have this code
You'll see "cooltune.mp3". What I want to do is insert a variable where it shows cooltune.mp3 so everytime a user clicks on a mp3 track, it will load that mp3 filename into flash and play the track. Any idea on how to do this. This is probably simple for the advanced flash programmers.