Jump to content

jrmgolem

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

About jrmgolem

  • Birthday 01/18/1958

Contact Methods

  • MSN
    jrmgolem@hotmail.com
  • Website URL
    http://www.digital-effects.co.uk

Profile Information

  • Gender
    Not Telling
  • Location
    Poole, Dorset

jrmgolem's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thank you very much for such a speedy response! I have read the code you have provided, but I would be grateful of the corresponding PHP code as well, I have no clue what I am doing here LOL but I will try to post the flash code: [code] This is the code for the send action: on (rollOver) {     this.gotoAndPlay("s1"); } on (releaseOutside, rollOut) {     this.gotoAndPlay("s2"); } on (release) {     url_var = "server_option="+_root.server_option+"&recipient="+_root.recipient+"&your_name="+_parent.your_name+"&your_email="+_parent.your_email+"&message="+_parent.message;     getURL("contact."+_root.server_option+"?"+url_var, "_self", "GET");     _parent.your_name = "";     _parent.your_email = "";     _parent.message = ""; } This is the code for the variables: //t1.onSetFocus=function(){if(t1_2=="your name") {t1_2=""} } t2.onSetFocus=function(){ if(your_email=="your e-mail") {your_email=""} } t3.onSetFocus=function(){ if(message=="your comments here") {message=""} } t4.onSetFocus=function(){if(your_name=="your name") {your_name=""} } [/code] I hope this is clearer to you! Thanks again
  2. I have a web template that is written in FLASH and has a feedback comment box that asks the user to enter thier name email and a comment. The FLASH site uses an HTML file for data configuration, and the variable for the email adress is set as $recipient, I have looked in the tutorials and do not see how to get the email to be sent to me including the comment. Within the FLASH code are the variables for $your_name $your_email and $message, is there an example in the tutorials to show me how to do the post form? I appologise if this has been covered somewhere, but I couldnt find a search result for this that deals with FLASH and PHP. Cheers! :-)
×
×
  • 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.