Hello,
I am no newbie to Flash, however I am just familiarising myself with flash 8.
I am trying to link to a frame within a frameset from a flash navigation, however the page always opens in a new window.
the flash code I am using is:
on (release) {
getURL(“arthur_pita_open_heart.html”, “main”);
}