A Flash Developer Resource Site

Search:

Type: Posts; User: medfoe

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    5,093

    Also, if you want to put the code on the main...

    Also, if you want to put the code on the main timeline in as2, you could use this:

    myButton.onRelease = function() {
    getURL("http://www.flashkit.com","_new");
    }
  2. Replies
    7
    Views
    5,093

    This AS3 code would do what the previous code did...

    This AS3 code would do what the previous code did when you used "_blank". I don't know how to force a new window when the browser has tabs, though.

    function gotoPDF(e:MouseEvent):void {
    var...
  3. Replies
    7
    Views
    5,093

    If you're using ActionScript 2.0, try this,...

    If you're using ActionScript 2.0, try this, replacing "http://www.flashkit.com" with the web address of your pdf. You can replace "_new" with "_blank" to allow the browser to open the pdf in a new...
  4. Replies
    7
    Views
    5,093

    What version of flash do you have, and what...

    What version of flash do you have, and what version of ActionScript?
Results 1 to 4 of 4




Click Here to Expand Forum to Full Width

HTML5 Development Center