Skip to main content
June 23, 2006
Question

GetURL in same window

  • June 23, 2006
  • 3 replies
  • 199 views
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?
This topic has been closed for replies.

3 replies

kglad
Community Expert
Community Expert
June 28, 2006
you're welcome.
June 28, 2006
Thankyou I appreciate your reply.
kglad
Community Expert
Community Expert
June 23, 2006
getURL("pacman.html","_self");