Skip to main content
Participant
September 29, 2008
Question

_blank

  • September 29, 2008
  • 1 reply
  • 324 views
With this line of script

onClipEvent (load) {
url=_root.url28;
}

&url28=http://www.msn.com - this is the page to be displayed


What needs to be done to redirect the URL to blank?

Please email any help to kevin@act-li.com. Thanks.
This topic has been closed for replies.

1 reply

robdillon
Participating Frequently
September 29, 2008
Somewhere in your movie there is a line that reads something like:

getURL(url);

If you want this url to open in a new window, then you will need to define the target. You could do this:

getURL(url,"_blank");
2005kevinAuthor
Participant
September 29, 2008
Rob,

What else could I look for? The dynamic flash movie is link to an html page. Thanks.

-Kevin