Php<->flash

Hello again wizzards.
Im trying to do something but I dont know if it’s possible.

My flash reads a php file that contains links.
All this data is shown in a htmlText = true; textfield
the reall links are <a href=‘lees.php?id=$naam->id’>$naam->naam</a><br>
So when i click a name in that textfield, a php file opens and show me other information.
It actually echoes this (just 1 example)
&crew=&naam=vinTage&email=uq_vintage@hotmail.com&website=www.mysite.com&bericht=test message

What i actually want here, is when i click on a link, that the above data is posted to flash instead of openening a php file.

Hopefully you guys understand what im trying to ask, and if you do, will you pls help me out a little.
Thx in advance !