A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Flash 9 Alpha -> Flash CS3 porting: navigateToURL???

  1. #1
    Product Designer keyone.it's Avatar
    Join Date
    Aug 2001
    Location
    Rome, Italy.
    Posts
    1,625

    Flash 9 Alpha -> Flash CS3 porting: navigateToURL???

    I have just spent the whole day porting my AS3Preview-based project to Flash CS3.

    That wasn't a big deal, basically CS3 is more rigid on distraction mistakes.

    I noticed a few things are working different.

    1: the button releaseOutside workaround (I think it was by senocular) doesn't work anymore.

    2: the rendering optimizer is cutting off more stuff (looks like applying a ColorTransform to a Bitmap's data won't trigger redraw anymore).

    3: the navigateToURL() method no longer exists? I do NOT get a compile error on it in Flash CS3, though I get a runtime error. I get a compile error in ASDocs though (which looks MUCH stricter).


    By the way, I finally managed to compile my first API documentation with ASDocs... feels really cool
    Altruism does not exist. Sustainability must be made profitable.

  2. #2
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,448
    No the method is perfectly ok.

    var url:String = "http://www.adobe.com";
    var request:URLRequest = new URLRequest(url);
    navigateToURL (request);
    - The right of the People to create Flash movies shall not be infringed. -

  3. #3
    Product Designer keyone.it's Avatar
    Join Date
    Aug 2001
    Location
    Rome, Italy.
    Posts
    1,625
    Can't understand why it gives me those compile and runtime errors then..
    Will have to debug farther..
    Altruism does not exist. Sustainability must be made profitable.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center