Passing id to more than one page

Hello,
I am building a site with CS3. Dreamweaver, Flash

I have 3 pages involved in this question…
First I have a results page with links to a detail.php (the results.php passes the detailsID= number to details.php…(with go to details server behavior).
On this details.php is a flash player…(which needs information fed to it from data.php).

How do I get the detailsID to load into the data.php file at runtime so that the player will get fed when a user is on the details.php page?

I have tried session variables and it doesn’t load at runtime.

my player doesn’t currently require the detailsID…
The data.php needs it to sort the information for the player.

Any help would be GREATLY appreciated! :rabbit: