hi,
I am getting this error message when using getURL
**Error** Symbol=contact, layer=text, frame=1:Line 1: Statement must appear within on handler
email_btn.onRel ease = function(){
Total ActionScript Errors: 1 Reported Errors: 1
actionscript:
[code]email_btn.onRel ease = function() {
getURL("mailto: info@paulineng. co.uk");
}[code]
I think it is correct or am I missing something
thanks
I am getting this error message when using getURL
**Error** Symbol=contact, layer=text, frame=1:Line 1: Statement must appear within on handler
email_btn.onRel ease = function(){
Total ActionScript Errors: 1 Reported Errors: 1
actionscript:
[code]email_btn.onRel ease = function() {
getURL("mailto: info@paulineng. co.uk");
}[code]
I think it is correct or am I missing something
thanks
Comment