A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: [CS3] How do I get This Script to go to my Email???

  1. #1
    Junior Member
    Join Date
    Aug 2008
    Posts
    8

    [CS3] How do I get This Script to go to my Email???

    on (rollOver) {
    this.gotoAndPlay("s1");
    }
    on (releaseOutside, rollOut) {
    this.gotoAndPlay("s2");loadVariables();

    }



    on (release) {
    for (i=1; i<_parent.fields_descriptions.length; i++) {
    if (_parent[_parent.fields_descriptions[i][1]]!=_parent.fields_descriptions[i][2]) {
    this[_parent.fields_descriptions[i][1]]=_parent[_parent.fields_descriptions[i][1]]+"&777&"+_parent.fields_descriptions[i][2];
    }
    _parent.reset_txt(_parent["t"+i], _parent.fields_descriptions[i][1], _parent.fields_descriptions[i][2]);
    }

    this.recipient=_parent.rec;
    i=undefined;
    getURL("contact."+_parent.serv, "_blank", "POST");

    }

  2. #2
    Senior Member
    Join Date
    Apr 2008
    Location
    Nottingham, UK
    Posts
    348
    what's your email address??

    have you got the rest of the script there? I'm guessing you're pulling in data from elsewhere via an XML object or a series of arrays.

    Is the purpose of this script to add various text to the body/subject/header of the email? if so, you just need to find the corresponding value for you email address and add it there.

    in future, it might be a good idea to post a short synopsis of your problem before posting a load of code with no comments or explanations.

    Just a hint

  3. #3
    Junior Member
    Join Date
    Aug 2008
    Posts
    8

    Simple Feebd Back Script for CS3

    Thanks for the tips. Yes I just have a simple feedback script for my flash website. www.glamourtakes.com
    Name, email and comments

    my email is Dave@glamourtakes.com

    I'm completely new to this so I have done alot but script is weak for sure...LOL

  4. #4
    Senior Member
    Join Date
    Sep 2007
    Location
    UK
    Posts
    194
    Dave, looks like a template file script. I usually rip the form out and replace it with this which is easier to get your head around.

    Hope this helps..

  5. #5
    Junior Member
    Join Date
    Aug 2008
    Posts
    8
    Thanks Michael,
    So you think delete the whole format( the 3 lines and create a new one and place in in the old spot deleted and go from there?

    Thanks a bunch :-)

  6. #6
    Senior Member
    Join Date
    Sep 2007
    Location
    UK
    Posts
    194
    If it's AS2 then thats what I would do. Drop the other one into the same page structure and go from there.

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