Uglymonky
04-22-2008, 03:22 AM
Good Evening,
I need some assistance with my menu bar that work just fine in flash. I wrote the following code to navigate to different parts of my site. Yet once I preview them via dreamweaver, neither buttons work in any browser:
import flash.events.MouseEvent;
var geturl:URLRequest = new URLRequest("http://www.index.com");
H_btn.addEventListener(MouseEvent.CLICK, bClick);
function bClick(event:MouseEvent):void{
navigateToURL(geturl,"_self");
}
please assist.
I need some assistance with my menu bar that work just fine in flash. I wrote the following code to navigate to different parts of my site. Yet once I preview them via dreamweaver, neither buttons work in any browser:
import flash.events.MouseEvent;
var geturl:URLRequest = new URLRequest("http://www.index.com");
H_btn.addEventListener(MouseEvent.CLICK, bClick);
function bClick(event:MouseEvent):void{
navigateToURL(geturl,"_self");
}
please assist.