php youtube style embed code

I'm looking to have a embed code for people be as short as possible. I'm trying to figure out how to do this. So something like...

<EMBED SRC="http://www.website.com/myembedscript.php?id=1"
   HEIGHT=60 WIDTH=144>

I'm looking to figure out what "myembedscript.php" should do. I have it currently get the id of 1 and get all the information about it and actually embed the video player. So if you were to actually go to that absolute url it works great. However, how would I get it to embed on someone's page by have someone just entering the above code?