A Flash Developer Resource Site

Search:

Type: Posts; User: florianvanthuyn

Search: Search took 0.03 seconds.

  1. private function...

    private function _mouseClickHandler(event:MouseEvent):void {
    var request:URLRequest=new URLRequest(event.target.href);
    navigateToURL(request);
    //trace(event.target.href);
    }

    And it's...
  2. Neznein9 is correct, I've looked at the files you...

    Neznein9 is correct, I've looked at the files you attached in your other thread and by adding that to the other imports in the XmlMenu.as file you will have solved your problem!
  3. In AS3 you have to use this: var...

    In AS3 you have to use this:


    var request:URLRequest=new URLRequest("http://www.mysite.com");
    navigateToURL(request,"NameOfTheFrame");

    And the error you get is probably located at that...
Results 1 to 3 of 3




Click Here to Expand Forum to Full Width

HTML5 Development Center