Forum Moderators: open

Message Too Old, No Replies

Flash- targeting

         

electricocean

7:03 pm on Dec 3, 2004 (gmt 0)

10+ Year Member



If I have a flash file with a link in it, is there a way to target it to anoher frame?

in html all you would do is <a href="URL" taget="NAME"> how can I do that in flash?

helpful

2:26 am on Dec 4, 2004 (gmt 0)

10+ Year Member



on (release) {
getURL("url.htm", "nameofyourframe");
}