Ciao a tutti, ho bisogno di importare una variabile da una pagina php in un music player in flash.

Le variabili le importo con <param name=FlashVars value=Traccia=x>.

Ho bisogno che il button player legga e riproduca la traccia relativa alla variabile traccia.

nel file compreso nel player c'è scritto questo:

Usage:
Just drag and drop the component on the stage and change the 3 component settings. You can do this by selecting the component on the stage and
select the "parameter" tab in the properties window. Or select the component and choose "Component Inspector" from the window menu.
Settings:
mp3 location: location of the mp3 file, this can be local or from a server (string)
loop sound: should the component loop this sound (boolean: true or false)
auto play: should the component

mi potete spiegare come far arrivare la variabile traccia a questi bottoni?
grazie mille!