hi there
can anyone help me? I need to make an email link active in a flash movie and have no idea how.
thanks
superfly
hi there
can anyone help me? I need to make an email link active in a flash movie and have no idea how.
thanks
superfly
create a button and use this as the actionscript:
on(release) {
getURL("mailto:abc@test.com?subject=Test");
}
substituting the info with your own
Ger
cheers for that mate, its had me stumped for ages
regards
superfly