A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: How to click the URL link and make it open a new webpage or load in the same screen

  1. #1
    Junior Member
    Join Date
    Jul 2001
    Posts
    7

    Thumbs up

    Hi.
    When I click a link at my flash page, it will go and open another swf file. But when it opens the other file, it doesn't open it on another IE.

    1) How to I get that link, upon click, open another IE and load the other swf.

    2) My initial though was to have another swf open up in my main swf file. Like a window in the same screen. But I do not know how to do it.

    Sorry if my explanation above is bad. Perhaps it would help if you go to http://www.geocities.com\lydia_gal\MyHomePage.swf.
    then click on Workshop -> Flash -> Welcome Home.

    help!

  2. #2
    _
    Join Date
    Jun 2002
    Posts
    1,101
    on (release) {
    getURL ("yoursite.com", "_self");
    }
    // flash gets the url // then puts it in SELF the same window
    // other variables for the window would be _blank
    //(puts it in a new window)
    // _parent: puts it in the main frame
    // _top puts it in top frame


    anyone correct me if im wrong... but im pretty sure that right

    **mail me if u need more help**

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