LoadMovie using GET

Hello.

I wish to have a php page which has a static “loader” SWF embedded on it, and depending on what is in the GET paremeters, would load that SWF externally.

For example, the url entered is: “http://www.example.com/loadGame.php?id=55
And under a folder called ‘games’, we have a SWF file called 55.swf

How would I go about accomplishing this?

Thankyou.