;

PDA

Click to See Complete Forum and Search --> : how to open url in new window?


Fingermonkey
06-25-2002, 10:21 PM
Ok, I understand how to make buttons and link them to url's, now I want to have that url open in another window (a window other than the one displaying my swf). I know how to do this on my regular html pages, but I would like to write this right into the swf file itself.

johnie
06-25-2002, 11:13 PM
Choose _Blank as the target and it will open a new window.

Fingermonkey
06-26-2002, 08:42 PM
Thanks a lot!