|
|
 |
RE: FN-FORUM: Flash Actionscript 3.0
date posted 12th February 2008 10:02
Id also recommend the following sites for anyone into AS
http://www.kirupa.com
http://www.actionscript.org
http://www.gotoandlearn.com
Kind regards=20
Brendan Oliver
T: +44 (0)1949 21202
F: +44 (0)1949 21021
E: [EMAIL REMOVED]
w: http://www.fswdesign.com/=20
14 Main Street
East Bridgford
Nottingham
NG14 8PA=20
Internet E-mail Confidentiality: This E-Mail may contain confidential =
and/or privileged information. It is only intended for the use of the =
addressee indicated in this message. If you are not an intended =
addressee of this email (or responsible for delivery of the message to =
such person), the disclosure, copying or delivering of the contents of =
this email to anyone else is strictly prohibited and may be unlawful. If =
you receive this e-mail by mistake destroy the message and please notify =
us immediately by e-mail. Please advise immediately if you or your =
employer do not consent to Internet E-Mail for messages of this type. =
Information or opinions in this message that do not relate to this =
business shall be treated as neither given or endorsed by it. Please =
note that whilst we try to ensure that messages and attachments are =
virus free, we cannot accept responsibility for situations where this is =
not the case.
=20
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] Behalf Of Brendan
Oliver
Sent: 12 February 2008 11:00
To: Brendan Oliver
Subject: RE: FN-FORUM: Flash Actionscript 3.0
Hi,
I looks to me as though you haven't separated the arguments correctly. =
Try the below:
navigateToURL(new URLRequest("http://www.google.com/"), "_blank"); // =
notice the quote marks
Kind regards=20
Brendan Oliver
[FSW Multimedia]
T: +44 (0)1949 21202
F: +44 (0)1949 21021
E: [EMAIL REMOVED]
w: http://www.fswdesign.com/=20
14 Main Street
East Bridgford
Nottingham
NG14 8PA=20
Internet E-mail Confidentiality: This E-Mail may contain confidential =
and/or privileged information. It is only intended for the use of the =
addressee indicated in this message. If you are not an intended =
addressee of this email (or responsible for delivery of the message to =
such person), the disclosure, copying or delivering of the contents of =
this email to anyone else is strictly prohibited and may be unlawful. If =
you receive this e-mail by mistake destroy the message and please notify =
us immediately by e-mail. Please advise immediately if you or your =
employer do not consent to Internet E-Mail for messages of this type. =
Information or opinions in this message that do not relate to this =
business shall be treated as neither given or endorsed by it. Please =
note that whilst we try to ensure that messages and attachments are =
virus free, we cannot accept responsibility for situations where this is =
not the case.
=20
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] Behalf Of Richard
Ellison
Sent: 10 February 2008 12:40
To: Brendan Oliver
Subject: FN-FORUM: Flash Actionscript 3.0
Hi All,
I've been away for most of January, hope you had good new years. If =
anyone
noticed I was gone that is - I tend to post fairly infrequently.
=20
A client has asked me to create a flash ad (I mentioned that I had
experience creating animations... oops). But I'm having problems =
creating
the actionscript to make the invisible button clickable. If anyone can =
point
me in the correct direction I'd be very grateful - google hasn't helped =
thus
far much.
=20
The error I get when trying to export/publish the movie is: '{' expected
Line 2 - moving the '{' to line 2 doesn't fix the error, though.
=20
Code is below, I've removed the URL as its an advert, didn't want to
publicise someone unnecessarily:
=20
inv_btn.addEventListener(MouseEvent.CLICK, buttonClickHandler);
function buttonClickHandler(event:MouseEvent):void
{
navigateToURL(new URLRequest
("http://URL "));
trace("Car Hire");
};
=20
=20
Thanks (lots!) in advance
=20
Ric
--=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
--=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
|
 |
|