|
|
 |
Re: FN-FORUM: button action : getURL Flash8 ?
date posted 12th October 2007 14:33
you got the .fla at hand??
i've just made the same simple button with the following and it =20
worked fine??
on (release) {
getURL("http://www.spaceandtimedesign.com", "_blank");
}
=00
Si
On 12 Oct 2007, at 14:47, Adam Mould wrote:
>
> arrgh... anyone out there help a poor soul who's a bit rusty with =20
> the ol' FLASH... I've created a button (red rectangle) which I have =20=
> then just set on top layer of a simple FLASH timeline... and made =20
> Alpha =3D0 to make it invisible... added the following action to the =20=
> INSTANCE of this button... and on publishing the error message =20
> tells me i can't add this action to something that ISN't a =20
> button ??? - which I believe it is??.. it's in the library as a =20
> button / and in the scene as a button :-/... confused....
>
> on (release) {
> getURL("http://www.google.co.uk");
> }
>
> ideally want this action to take me to a NEW BLANK window...
>
> any advice GREATLY APPRECIATED!!!
>
> ta. Ad.
>
> --=20
> Freelancers, contractors earn more with Prosperity4
> Call 0870 870 4414 or visit www.prosperity4.com
> and benefit from Inland Revenue approved expenses today.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
> |
 |
|