This is the script I use in my web site, is it correct?
on (release) {
getURL("http://www.mydomainnam.com/movies.htm", "_self");
}
Printable View
This is the script I use in my web site, is it correct?
on (release) {
getURL("http://www.mydomainnam.com/movies.htm", "_self");
}
Yes, it is correct.