im having trouble makeing the connection from my one swf to tell it to go to another swf and play a certain frame.
this is the code im using
on(press) {
getURL("http://www.callkarl.ca/main.html?frameName=home");
}

and then in the 2nd swf i have

if (frameName=home) {
gotoAndStop("mark");
}