Bypassing id from html to flash

Hello guys,

on (release) {
getURL(“home.php?id=2”);
}

i need that whenever i press on hhh, i go to home.php which contains another
flash movie, on the 1st frame i wrote:
if (id==2) {
gotoAndStop(176);
}

is right like that? and where can i find a tutorial for such thing?

Thanks!