what is the function for URL
i couldn’t find it on flash mx and i searched on kirupa i couldn’t find it. so if someone cane help me and tell me what is the function for URL
like the function that allows you to link to a website
what is the function for URL
i couldn’t find it on flash mx and i searched on kirupa i couldn’t find it. so if someone cane help me and tell me what is the function for URL
like the function that allows you to link to a website
getURL(“www.url.com”,_blank)
:edit: i hope:
yes but for the “_blank” does that open a new page or it opens in the same page. what are the other options. i mean what can i put instead of _blank
_top
_new
and there is some others to.
close…
getURL(“url”, “_blank”);
_self specifies the current frame in the current window.
_blank specifies a new window.
_parent specifies the parent of the current frame.
_top specifies the top-level frame in the current window.
Or if you are using frames and want to target a specific frame then give your HTML frame a name (which you have to do anyway), and then target that frame name (no underscore is needed in front of it)
*Originally posted by Alex *
**_top
_new
and there is some others to. **
_new doesn’t exist :trout:
thanx alot
i guess i am learing flash one step at a time
where did Alex found _new??
He made it up
haha, its been a long stressfull day.:-\
well i still have another problem. my wallpaper is a flash thing. so i wanna put an invisible box on top of it and put the url function on it so whenever i click on it i go to my server. but when i put the _blank it opened automatically and i couldn’t lick on it anymore. so i dont know what to do.
i tried attaching the file so you can understand it better but it said it was too big.
so just downlaod it from from here
it is called raed.zip
:: Copyright KIRUPA 2024 //--