|
-
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
-
Degenerate and baise art thou.
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
-
(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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|