A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: new browser windows doesn't open...

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

    new browser windows doesn't open...

    Hi,
    I've some trouble with the 'getURL' function inside a frameset. I'm using a frameset with a top frame (called 'top') and two frames in the bottom (called 'left' and 'right'). In the left frame is some HTML-Source and my embedded flash-file. The user should press a button in this flash-file and a new window should be opened. (using an action script with 'on (release)' and 'getURL'). But the requested file doesn't open in a new window - it replaces the content inside the left frame. I try a window name in the getURL, but nothing happens (getURL ("http://www.koolmoves.com/fsupport.html", _blank);.

    Any ideas ?

    Andreas

  2. #2
    Degenerate and baise art thou. docree's Avatar
    Join Date
    Feb 2001
    Location
    USA
    Posts
    390
    Instead of scripting it yourself...
    Try this...
    Click on actions on the properties display for your button.
    Click the plus and use URL link {get url) selection. Use these controls to check release, enter the url you want to load, and the target [_yourframename].
    That should do it.
    *+*+*+*
    Doc'Ree

  3. #3
    Senior Member
    Join Date
    Jul 2000
    Posts
    5,087
    (getURL ("http://www.koolmoves.com/fsupport.html", _blank);

    This is wrong anyhow.

    the correct usage is;


    geturl("http://www.koolmoves.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