PDA

View Full Version : getURL - problem with target window



kaykills
July 2nd, 2003, 11:00 AM
I have a flash navbar in the top frame of my page. When you click on one of the buttons I want an html page to open in the main window. I cannot get the getURL to work..... when I click on the button it always targets a new page. This is the exact code I use.

on (release) {
getURL("pink.htm", "_info");
}


can someone tell me why this is not targeting the info frame??
Cheers

[m]
July 2nd, 2003, 02:33 PM
on (release) {
getURL("pink.htm", "nameoftheframeyouwanttoopenin");
}

kaykills
July 2nd, 2003, 03:26 PM
m....... you're a saint.......cheers