okay... starting to get somewhere... little by little LOL:
Code:
on (release) {
getURL ("javascript:NewWindow=window.open('http://someSite.com','newWin','width=400,height=300,left= 200,top=200,toolbar=No,location=No,scrollbars=Yes, status=No,resizable=Yes,fullscreen=No'); NewWindow.focus(); void(0);");
}
First, note that JS in Flash must be on ONE line...
Second, note that this code if creating a pop up...
However, this is a starting point, and the glaringly obvious answer to your question is yes, you can use the JS in the getURL function... now to get this paired down to not being a pop up and to load in a certain frame...
I am thinking...
Bookmarks