Jump to content

tantinga

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

tantinga's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hello, I have a small problem which is big if I can't find a way out, lol.  I have a mainframe.swf, in this I have an empty movie clip.  Thru this empty movie clip I am loading several other .swf files.  One of those files is my mailform.swf.  It worked great alone but once I loaded it thru the empty movie clip, it didn't send the echo ("thank you, your mail sent" etc) for flash to read out in the box named "answer".  But it still sends the mail to both myself and the person.  Here's the part of code in the php script that I think pertains to my problem: CODE-------------------------------------------- $sendresult = "Thank you. "; $send_answer = "answer="; $send_answer .= rawurlencode($sendresult); echo "$send_answer"; END CODE--------------------------------------- [color=red]How can i make this php script work correctly so that the echo is sent to flash.[/color] Thank you to whom may be able to help me....  :)
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.