A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Simple question...

  1. #1
    Junior Member
    Join Date
    Jul 2003
    Location
    Austin, TX
    Posts
    19

    Simple question...

    This is probally real simple put I'll ask it anyways...
    How do you open a imported .swf in a new window?
    Thanks.
    Before you criticize someone, walk a mile in their shoes, that way when you do criticize them, you're a mile away and you have their shoes!

  2. #2
    default user juxtaflo's Avatar
    Join Date
    Mar 2003
    Location
    Long Beach, CA
    Posts
    302
    What do you mean by new window?

    If you mean new HTML page, you would have to embed that .swf into its own HTML page and use getURL in your Flash movie. Make sure you set the window to _blank


    on (release) {
    getURL ("sdgfdsf.com", "_blank");
    }

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