A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: open a html page but not in a new window

  1. #1
    Junior Member
    Join Date
    Jun 2006
    Posts
    2

    open a html page but not in a new window

    I have a site that has buttons in flash all the rest is html. I cant seem to figure out how to open a html page without it opening in a new window. heres the code i have now

    on (release) {
    getURL("www.mysite.com", "_blank", "GET");
    }

  2. #2
    Registered User
    Join Date
    Feb 2001
    Posts
    13,039
    Hi,

    use _self instead of _blank

    Musicman

  3. #3
    Junior Member
    Join Date
    Jun 2006
    Posts
    2
    thnx alot musicman

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