Jump to content

Please help!!! Echo Problem reading from php/flash


tantinga

Recommended Posts

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....  :)
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

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