Question
GetURL in same window
G'day I'm currently using a series of swf files to make up a
website as the file is 3.1 meg I have split the pages into seperate
swf/html documents with code such as...
on (release) {
getURL("pacman.html");
}
so how do I modify the code to get each page to open in the same window?
on (release) {
getURL("pacman.html");
}
so how do I modify the code to get each page to open in the same window?
