actionscript
actionscript
Out of context: Reply #3
- Started
- Last post
- 12 Responses
- method_c0
---------
onClipEvent (mouseDown) {
getURL("pages/contact.html", "mainframe");}
still opens in a new page :(
how can i specify the target in actionscript ?
---------
onClipEvent (mouseDown) {
getURL("pages/contact.html", "mainframe");
}
still opens in a new page :(
how can i specify the target in actionscript ?