how do i
how do i
- Started
- Last post
- 6 Responses
- longman
what do i do to be able to send a mail from a flash projector. It works fine in the normal swf
ason (release) {
getURL("mailto:info@pixelchef.co...}
but does not work in the projector
cheers
- longman0
sorry it works fine from a swf in an html page but not from full screen flash or a projector
- fues0
on (release) {
getURL("mailto: info@pixelchef.co.uk");
}
- fues0
sorry
on (release) {
getURL("mailto: info@pixelchef.co.uk");
}
- lvl_130
on (release) {
getURL(" mailto:info@pixelchef.co.uk ");
}//you have to add the mailto:
- lvl_130
ummm, not showing up in my code.
you just need to add mailto before the email address.
- embarko0
cool