ok so im following the tutorial on the flash email with the php and now instead of it going to another frame i want it to go to a different page. how would i do that?
this is what the tutorial has:
onClipEvent(data){
_root.nextFrame();
}
and this is what i think is right but its not working:
onClipEvent(data){
_root.getURL(www.google.com);
}
is there something i need to change or what?
thanks a lot
-Korki-