Tuesday, February 26, 2008

FLASH ACTIONSCRIPT to load a website

Add a new layer on top and name it ACTIONS
With the first frame selected, press F9 to display the ACTIONS panel.
There is a drop down menu in the right corner of the title bar of the ACTIONS panel - drop it down and select Expert mode.

Enter the following code:

blue_btn.onRelease=function(){
geturl("http://www.colmdunphy.com",_blank);
};
Note you can substitute the web address URL for the URL that you want to load up for your ad.


No comments: