A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: mail.php not working

  1. #1
    Junior Member
    Join Date
    Nov 2013
    Posts
    1

    mail.php not working

    Hello friends am very much new in this flash and all,
    I have .swf .fla and mail.php files,
    problem is contact us page is not working, am not getting any mail through that,
    and am doing this by converting .swf file in to executable .exe file because i dont want html file,
    so will it work in .exe file, please help me...

    Regards
    Dhiraj

  2. #2
    Registered User
    Join Date
    Feb 2001
    Posts
    13,041
    Hi,

    first of all - are you sure that the php file is called with a valid http:// address from the swf
    Can you test the php from a browser? If your movie is sending vars like name, email, message as GET parameters, you could enter
    http://example.com/mail.php?email=me...essage=testing
    into a browser and see what happens. If you are using POST, you would nee to create a simple html form and use that in browser

    Is this intended for a kiosk application, or are you actually expecting people to run some weird exe files just to be able to communicate?

    Musicman

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center