 |
Results from the most recent live auction are here.
20 members in the live chat room. Join Chat!
| |
07-06-2004, 04:18 PM
|
· #1 | | NamePros Member | link in flash i'm trying to link my button in my flash page to an other url. I put that code
on (press, release) {
getURL("www.theaddress.com", "_blank")
}
and it doesnt work.
Anyone can help please,
thanx in advance,
Patrick |
| |
07-06-2004, 04:44 PM
|
· #2 | | Senior Member Join Date: Jun 2004
Posts: 1,039
NP$: 237.00 ( Donate)
| umm, here is the right code, and i would use an onClipEvent since its not a button:
onClipEvent(mouseup) {
getURL("http://www.yoursite.com", "_parent")
}
or a regulare on,
on(release) {
getURL("http://www.yoursite.com", "_parent")
}
there was no need for the press, release. and that was what screwed you over.
good luck! |
| |
07-06-2004, 04:57 PM
|
· #3 | | NamePros Member | thanx josh, you always come up with the right answers!!
again, very helpful,
THANX |
| |
07-06-2004, 05:03 PM
|
· #4 | | Senior Member Join Date: Jun 2004
Posts: 1,039
NP$: 237.00 ( Donate)
| haha, idk about always, but i try. Welcome  |
| |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | |