all groups > macromedia flash sitedesign > september 2004 >
You're in the

macromedia flash sitedesign

group:

onClick help



onClick help Erin Duvall
9/27/2004 2:27:53 PM
macromedia flash sitedesign: Hello, I am very new to flash but I have some lingo exp. Anyways I am trying
to make a link in flash that will have the equivalent code as this link...
<a href="somepage.html" onclick="exit=false">some image</a>

Any help would be appreciated.

PS: I am using flash mx 2004

Re: onClick help [Ku]²
9/28/2004 2:24:32 PM
Erin Duvall a écrit :
[quoted text, click to view]
you'll have to do something like that on the calling button

on(press){
getURL("javascript:onclick='exit=false'");
getURL("your_url.htm");
}

But I don't know very much about javascript so...
What is the function "onclick" for ?
Can you create or use a function that permit the "onclick" and the link
at the same time ?
Re: onClick help [Ku]²
9/28/2004 2:26:01 PM
[Ku]² a écrit :

[quoted text, click to view]

Or maybe something like
getURL("your_url.htm?exit=false");
AddThis Social Bookmark Button