Copy link to clipboard
Copied
hi , i see many tutorial about create flash form and submit them to an email
all of them link to an php file must copied to web host .
i have website and host , but i dont want to upload swf (flash) file ( form ) to my website and run it from intetnet browsers
i want to use this form in my advertising CD so customer can fill form and send it to my mail if have internet connection.
so can i link and connect between my swf on CD and php file on CD or host ?? is this possible ??
thanks
Copy link to clipboard
Copied
if the user has a default email program you can use navigateToURL:
navigateToURL(new URLRequest("mailto:address@address.com?subject=mySubject&body=myMessage"));
Copy link to clipboard
Copied
thanks mr.kglad
but is navigateToURL not use for open webpage or website link or something like this ??
i think this will open some email sender window like : outlook express or mozilla email sender window
what i need is to create a contact form and send it direct from my flash in CD
it seems it use php and AS3 together like link below :
www.republicofcode.com/tutorials/flash/as3contactform/index.php
but my problem is to connect between php and swf from CD and host . cause in tutorial say php and swf both put on hosting ....
Copy link to clipboard
Copied
correct. as i stated, "if the user has a default email program you can use navigateToURL".
what you want cannot be easily done. you could check creating an email program using air.
google, smtp mail adobe air
Copy link to clipboard
Copied
thanks again it seems Air have Some tips for that
http://code.google.com/p/airxmail/
but can i use Air for Create Desktop Application and is Air have File Protection ? or Air is like Projector can be decompile and extract swf from exe ??
Copy link to clipboard
Copied
air apps are not protected and can be unzipped and decompiled.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now