Here is the coding I am using :-
[COLOR=#ff0000]on (rollOver) {
this.gotoAndPlay(“s1”);
}
on (releaseOutside, rollOut) {
this.gotoAndPlay(“s2”);
}
on (release) {
for (i=1; i<_parent.fields_descriptions.length; i++) {
if (_parent[_parent.fields_descriptions*[1]]!=undefined) {
this[_parent.fields_descriptions*[1]]=_parent[_parent.fields_descriptions*[1]]+"&777&"+_parent.fields_descriptions*[2];
}
}
this.recipient=_parent.rec;
//i=undefined;
getURL(“contact.”+_parent.serv, “_blank”, “POST”);
}
[/COLOR]Now all I want to do is put the mailto: bit in so it sends the feedback to an email address. but im getting errors. anyone know where to put it?
I also need to know to hyperlink i.e. click here <-- when a user clicks it I want it to hyperlink to a completely different site - when I do it I get www.exampleA.com/www.exampleB.com and obviously get a “No website found” when its clicked…
Any help appreciated!
Thanks!
Andy