Hello EveryBody, I am new to ActionScript.
I make to my flash page a button, I want make the button open a web using getURL commnad.
See this code:
[CODE=actionscri pt]
button1.onRelea se = function(){
getURL("http://www.adobe.com/", "_blank");
}
[/CODE]
When I export my project to a swf file, and run the swf from my directory, not from flash program. When the swf is running I click my button, flash show to me a messagebox that the url cannot be shown for save, why, but when I run it from flash program, the url shown.
Can anyone help me to build my web site.
I make to my flash page a button, I want make the button open a web using getURL commnad.
See this code:
[CODE=actionscri pt]
button1.onRelea se = function(){
getURL("http://www.adobe.com/", "_blank");
}
[/CODE]
When I export my project to a swf file, and run the swf from my directory, not from flash program. When the swf is running I click my button, flash show to me a messagebox that the url cannot be shown for save, why, but when I run it from flash program, the url shown.
Can anyone help me to build my web site.
Comment