scriptonia

Nov 30 '10

I have created my first flash banner :) In the actionscript for navigation by clicking to button I used ‘this.root.loaderInfo.parameters.navigation_url’.

button.addEventListener(MouseEvent.CLICK, clicked);
function clicked(event:MouseEvent):void {
   navigateToUrl(this.root.loaderInfo.parameters.navigation_url);
}

1 note View comments Tags: programming design flash

  1. oivoodoo posted this
Blog comments powered by Disqus