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);
}