Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

create flash form and submit to email For CD (not website)

Participant ,
Jan 23, 2014 Jan 23, 2014

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

TOPICS
ActionScript
1.4K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 23, 2014 Jan 23, 2014

if the user has a default email program you can use navigateToURL:

navigateToURL(new URLRequest("mailto:address@address.com?subject=mySubject&body=myMessage"));

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Jan 23, 2014 Jan 23, 2014

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 ....

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 23, 2014 Jan 23, 2014

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Jan 24, 2014 Jan 24, 2014

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 ??

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 24, 2014 Jan 24, 2014
LATEST

air apps are not protected and can be unzipped and decompiled.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines