Question
Creating external links with action script 03
Hi,
I'm new to Action Script 03 and flash in general and would appreciate any help i can get.
I've created a flash movie using Flash cs3 and actionscript03. I linked the movie to a page in my website using this code type:
var request:URLRequest = new URLRequest(" http://www.adobe.com");
navigateToURL(request, "_blank");
When i test it in flash and click on the movie, i see that several windows of the linked page begin to open at the same time and it happens even when i don't click on the movie.
question 1: what is the right code to use for flash movies linking pages in dreamweaver cs3?
question 2: what code can i use in order to not have a new window pop up...i prefer to have the page open in the same window.
Thanks in advance for any help.
I'm new to Action Script 03 and flash in general and would appreciate any help i can get.
I've created a flash movie using Flash cs3 and actionscript03. I linked the movie to a page in my website using this code type:
var request:URLRequest = new URLRequest(" http://www.adobe.com");
navigateToURL(request, "_blank");
When i test it in flash and click on the movie, i see that several windows of the linked page begin to open at the same time and it happens even when i don't click on the movie.
question 1: what is the right code to use for flash movies linking pages in dreamweaver cs3?
question 2: what code can i use in order to not have a new window pop up...i prefer to have the page open in the same window.
Thanks in advance for any help.
