Email Backup Help
I just got a new PC... ( was the time for it ). I need to move all my Outlook Express mail from the old pc to this new one.. Anyone can help? ( I know how to move folders, but I don't know how to copy signatures, rules, settings, and contacts )
ActionScript.org Forums > Flash General Questions > Other Flash General Questions
Posted on: 03-25-2007, 03:16 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Help I Need Backup
hey all,
get this: i'm the designer (and drummer) for a boston music group and recently (like 8 months online now?) built a pretty cool flashbased website. while it's not perfect, it's quite functional and great looking. zyrahsorange.com - so from the get-go i decided that i shouldn't cater to the small percentage of users who don't like flash, and would build the site in Flash. i wasn't about to build an html version of the site, so i just kept a link to the old website, which was a generic html site.
so lately, i've been getting slack from the bandleader because he has heard one or two stories of people not being able to access the flash site because 'their companies don't allow flash players on the computers...' (which i don't really buy) and that we need to have an html version online. anyway, i have reiterated my position that it's not worth the time or effort to build a new html site, and that the couple of people who can't access the inner site probably aren't missing out on much info, as we have a splash page with gigs/news and other important info.
so, here's what i want from my flashkit brethren: gimme some backup! do any of you have any ammo that i can throw out there as to why flash pages are just dandy, other than that they are faster and look way better? thanks everybody!
Backup GIF For Flash?
Hiya!
i've a website that has few swf files playing simple animation. Lately someone emailed me saying that he doesn't have Flash so he can't see any of the animation. Short of asking him to install Flash to view it, is there a way to detect if a user has Flash installed, and if he doesn't, a backup GIF will automatically replace the swf file?
Thought i heard from someone that it's possible.
Can anyone help?
arya
Backup Gif File
I’m creating a small ad for our not profit group and the web site that is going to post the add is asking me the following:
“All Flash ads require a backup gif file which can be no larger than 30k in file size”
How do I that? How do I cerate the backup gif file?
I'm using flash MX 2004
Thank you!
[Help] Shared Object Backup
I've already read throught the thread about shared object in the forum...
it is really a good method for storing data while it cannot save data into an external file...
The problem comes... (perhaps it is a stupid question)
It is something like cookies of IE...
Did anyone tried to backup the data of the Shared Object...???
I just think that I can backup the shared object so that I got a file!
Is there anyway to do so!?
Backup To Frame Label
I know how to make a button back up a certain number of frames. but is it possible to tell a button to back up to a frame label?
If so, what is the actionscript code for that? or where might I find that information?
Try Catch Option For Backup?
hi- i have a php script that makes an xml file for Flash to read...all works fine, but there is not guarantee that we will always be running this on a server with php/or even asp. So, if we hard wrote the xml, how can i code flash to first check for backend, and if not, then go to the hard-coded xml?
i thought maybe a try{}catch{} clause... but not having any luck...is this a waste of time?
Code:
private function prep(ev:Event):void
{
this.tX=0;
this.tY=0;
container.name="container";
this.addChild(container);
urlL.addEventListener(Event.COMPLETE,parseXML);
try{
this.urlr.url=tempMain+"php/readImageDir.php?dirType="+dirType;
urlL.load(urlr);
}catch(e:Error){
this.urlr.url=tempMain+"php/images.xml";
urlL.load(urlr);
}
}
Aaargh....backup GIF For Flash?
Hi,
i've a website that has few swf files playing simple animation. Lately someone emailed me saying that he doesn't have Flash installed so he can't see any of the animation. He also *doesn't want* to install Flash (what is his problem???). Is there way to detect if a user has Flash installed, and if he doesn't, a backup GIF will automatically replace the swf file (i've already put in the Flash detection script - the kind you publish with the HTML file - within the homepage)?
i would've totally IGNORED this whacko if it's my own website but cos it's a corporate website for my uncle's business (n cos i get paid for it :P) i have to find a solution for it.
Thought i heard from someone that it's possible.
Can anyone help??
arya
Flash 8: Backup Settings?
Flash 8:
Is there a way to backup settings, so I can transfer my settings from one PC to another? Thanks.
Open A Querrystring Need Backup Now
Hey boys and girls!!
I need help now.......
I have built a banner with a form and a button. I want that button to send the variabel to an url, like a querrystring.
on (release) {
getURL("http://www.url.com/search.html=variabel", "_blank");
}
Solution???
Thankful for a quick reply!!
Best regards
//Andreas
Wanting To Backup A Flash Site
Hi
My freind and I are wanting to back up links in our site but seen to have problems as it was created using 'sitemaker' and the host will not allow us to get the info. they state it can not be done! so how does it get to the viewers pc then! lol
the site is (spam control: take out spaces )
dump trumpet . moon fruit . com
in the archives there are loads of links we have add manually and it has come to the point that we should have backup, just in case.
can anyone tell us how we can get our links without having to click each one and recreate each page again, but this time off line.
thanks in advance for your help.
[CS3] AS2.0 - Copying An Array As A Backup To Revert To.
I have a series of data packets that will initially be brought in from a CF database. However right now I am using hard coded data in the array.
The user of this application can modify the graphical screen results derived from this data. I want to set up a "revert" button that allows them to (you guessed it) go back to the original state.
I am thinking I need to duplicate the array of data that is being pulled in (for now its hard coded) and refer to that duplicate to revert to.
Here is a sample of my Array setup.
Code:
var bars = new Array();
bars.push({boxes:[20, 40, 10, 20, 60, 20], id:"113x"});
bars.push({boxes:[60, 70, 10, 10, 42, 10, 50, 15, 30, 21, 31, 10, 20, 10, 20], id:"115x"});
bars.push({boxes:[20, 70, 10, 10, 12, 10, 20, 25, 10, 31, 31, 10, 20, 10, 20], id:"117x"});
Can this be done? I appreciate any input on this task. Thank you.
FMS 2.0.4: Shared Objects Backup Problem
Hello,
I try to use some directory as backup folder for fms applications shared objects:
(Application.xml)
...
<DuplicateDir appName="true">C:fmsackupSharedObjects</DuplicateDir>
...
Directory exists, and there are subfolders created according to my applications names. It's ok.
But when FMS tries to backup shared object, I receive the following messages in log:
Failed to flush shared object (C:fmsackupSharedObjectssomeapp\_definst_someSO.fso).
I have FMS installed on Windows Server 2003 sp2 and also on Windows Vista sp1.
FMS service has full system control (read/write) on both OS.
And on both I see error message: Failed to flush shared object...
Could you help me, please?
Thanks,
Artem.
Button To Advance And Backup Movie Clip
Gentlefolk;
I am looking for a way to advance and rewind a movie clip X frames.
This is being used in a presentation that includes a series of screen caps and audio explaining a procedure. Think glitzy PowerPoint. I want to give the user the option to go forward further into the presentation or backup to a previously-covered section.
This content is also in a scrollpane. I already have the STOP, START AGAIN, RESUME, and INCREASE SIZE and DECREASE SIZE buttons sorted.
Thanks!
Don
RSS Feed With 1 'undefined' Node, And A Backup Plan Needed
Hi,
I have the following code that is a part of an XML object in my actionscript. It fills a dynamic text field (which is buried in a few symbols) with text from the RSS feed.
Problem is, one of the nodes on the RSS feed is empty. When it's empty, my text field returns 'undefined'. I've tried with the code below to specify if the text is 'undefined', then it should display something else, like HELLO for instance.
Code:
var news = newsNode.item[rssCounter].description.getValue();
if (news.htmlText == "undefined") {
_root.afterpreload.everything.ticker.newsmc.head.htmlText = "HELLO";
}else{
_root.afterpreload.everything.ticker.newsmc.head.htmlText = news;
}
I've had no luck, as the feed just plays as normal returning an 'undefined' whenever I get to the node with no data.
I've also tried...
Code:
if(news.htmlText == "") {
...but had no luck there either. Any help would be greatly appreciated.
RSS Feed With 1 'undefined' Node, And A Backup Plan Needed
Hi,
I have the following code that is a part of an XML object in my actionscript. It fills a dynamic text field (which is buried in a few symbols) with text from the RSS feed.
Problem is, one of the nodes on the RSS feed is empty. When it's empty, my text field returns 'undefined'. I've tried with the code below to specify if the text is 'undefined', then it should display something else, like HELLO for instance.
Code:
var news = newsNode.item[rssCounter].description.getValue();
if (news.htmlText == "undefined") {
_root.afterpreload.everything.ticker.newsmc.head.htmlText = "HELLO";
}else{
_root.afterpreload.everything.ticker.newsmc.head.htmlText = news;
}
I've had no luck, as the feed just plays as normal returning an 'undefined' whenever I get to the node with no data.
I've also tried...
Code:
if(news.htmlText == "") {
...but had no luck there either. Any help would be greatly appreciated.
RSS Feed With 1 'undefined' Node, And A Backup Plan Needed
Hi,
I have the following code that is a part of an XML object in my actionscript. It fills a dynamic text field (which is buried in a few symbols) with text from the RSS feed.
Problem is, one of the nodes on the RSS feed is empty. When it's empty, my text field returns 'undefined'. I've tried with the code below to specify if the text is 'undefined', then it should display something else, like HELLO for instance.
Code:
var news = newsNode.item[rssCounter].description.getValue();
if (news.htmlText == "undefined") {
_root.afterpreload.everything.ticker.newsmc.head.htmlText = "HELLO";
}else{
_root.afterpreload.everything.ticker.newsmc.head.htmlText = news;
}
I've had no luck, as the feed just plays as normal returning an 'undefined' whenever I get to the node with no data.
I've also tried...
Code:
if(news.htmlText == "") {
...but had no luck there either. Any help would be greatly appreciated.
Warning: Make A 2nd Backup Copy Of The Source Flash Files....
I'm posting this message to warn you all to start making a habit of using the backup copy of your source flash files. That way you have a original copy and a backup copy.
My flash 2004 mx does the weird thing I have never seen before. I have source flash files on Windows 2003 file server via the network. I was working on updating/saving it last night. Then left the flash mx 2004 application running on my local machine for a while. Unexpectly, someone rebooted the file server.
Then the next thing I know, the source file on the Windows 2003 file server had disappeared as it never exist on the server. It's all gone!! I never heard of a source file that have been on the server for a few months only to find it disappear when the server get rebooted. I think it had to do with flash mx 2004 using some cache copies or something while running.
So, just do it. Make a backup copy of it on your machine before starting to work on it and clear it when you're done. Thought you might want to know to avoid future problems.
FletchSOD
[F8] Flash 8 - Email Form: How To Get Users Specified Email In From Portion Of Email
Hey guys,
I want to add a newsletter to my new website that people can add their email addresses to. First off, I would like to have a field that the user can type his email address in, and have that field check if the email is valid (ie make sure that there is an @something.something).
Next, I would like it to send an email to my email address, with their email address in the from portion of the email (basically as if they have emailed me directly from their email). This way, it will be very easy for me to add them to my mailing list.
Thanks a ton for any help... Ive been searching for a while on how to do this, but couldn't find a way to put the users email in the from portion of the email.
Email Forms That Send Email To Other Email Addresses
hello, well, I'm not sure who to ask about this problem. The thing is I really want to make an email form that can send email to other people. I have seen email feedback forms here that send email to my address but I would really appreciate it if someone could help me make one that sends email to other addresses. I have made an email feedback form already and its at http://www.jeviwebs.com/beatles/mail.swf if you want to view it. If any of you know of any tips, please email me or respond to my post here thanks! BTW, that feedback form was based on matthew summers tutorials here
it is in the send button where I have the problem
here is the action script for the action layer:
recipient = "";
targetpage = "http://www.jeviwebs.com/beatles/ecard.htm";
stop();
this works ok since you will specify the email address of the person to send email to (thus the blank recipient variable) but here is the main problem...the actionscript for the send button....since I want to send emails to other people, I can't use my cgi bin for that.
on (release) {
getURL("http://myaddress.com/cgi-sys/mailform.cgi", "lower", "POST");
}
on (release) {
gotoAndPlay(2);
}
I know that there is a way through this...I can change and do actionscript if someone can help me out...thanks you guys
Send An Email With The Users Email To An Email Address
ok..the subject may be a little confusing but this is what i have...
an input textbox where viewers type in their email address
a submit button
i want it so that when you hit submit after typing in your email address it sends an email to your@address.com providing you with whatever the person typed in the input textbox
is this possible without using php or asp or whatever?
peace
spen
A Good Email List Program In Php And Email Form In Flash MX
Hello guys and Girls. Does anyone know how to setup a and direct me to a good 'Email List' program maybe done in PHP where essentially people come to my flash website....click a button to 'subscribe' to my newsletter' and when they do that.....they just type in their email addy and it is sent to a data base or something . I want to be able to simply type up a new newsletter and have it sent to all my email members who are in that email list in that data base?
I dont want anything more complicated than that!
I'm just paln to have a simlpe button in Flash that they click...and a small popup appears with a small form in flash for their email address and their name.
Let me know if anyone can refer me somewhere or help me out!
Thanks...
How To Email Textbox Attributes To An Email? (Basically A Form)
Hi I have a survey where you need to fill out a few answers, then it will auto email all the answers to one certain email. I'm not sure of the code I would use to email it. Im having a lot of trouble here, basically I would have it send one big string which includes the text variables like
"Name: " + name + "
" + "Age: " + age + "
" + "What Did you Think of the game?: " + feedback
etc. etc.
How would I send that one string to an email? Thanks ahead of time
HTML Formatted Email W/ Flash: Email Link Help
is there a way to put a mailto into a Flash that's embedded in an email without a browser window popping up when the user clicks on it.
The reply email works fine, but a browser window will open with the mailto in the URL and "Action Canceled" in the window. Not too pro looking.
Also, I found the Flash only plays in some email clients, when user views the email. I had to put a 'play' button on the first frame before the loader in case it doesn't play. I tried putting a "gotoAndPlay" but that didn't work either, took the loader out, even put the animation on the main timeline. Funky.
Told the client it's a bad idea, unpredictable, but they never listen to people that know what's up...
[MX04] Making An Email Button Go To Email Client
Good Day,
I have made a button on my website and would like it to do the following:
When pressed it would open the users email client and put my email address in the "TO" box so they can send an email to me.
Sounds simple but I can't work out how to make this happen.
Is there a better way to do this?
Can somebody help me with this?
Email Link On Swf Doesn't Work In Embeded Email, Why?
I am working on a swf file (sort of an ad) for email distribution purpose, the swf has an email link on it for potential clients to reply to us.
I upload the swf on our server, embed the swf into an email, and send the email off to do a test, the animation is playing fine, but there is a problem, when i click on the email link, I receive the following error message:
"Microsoft Outlook has encountered a problem and needs to close. We are sorry for the inconvenience."
And then the Outlook is closed down.
But this problem only happens on NT system, as while i click the same link from my XP, it instantly open up a new reply message fine, anyone has come across this problem and knows how to get around with it, could you help?
Many many thanks
Flash PHP Email , Hide Formatting In End-user Email?
Hello and thanks for taking the time,
I built a Flash email sender, its very simple, it just sends all the variables in the fields, no cross checks or nothing.
Problem: here's what the end-user email looks like:
Subject: Message from <TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="_sans" SIZE="14" COLOR="#000000" LETTERSPACING="0" KERNING="0">Smiles</FONT></P></TEXTFORMAT>
Name : <TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="_sans" SIZE="14" COLOR="#000000" LETTERSPACING="0" KERNING="0">Smiles</FONT></P></TEXTFORMAT>
Email:
Comments: <TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="_sans" SIZE="14" COLOR="#000000" LETTERSPACING="0" KERNING="0">Massage</FONT></P></TEXTFORMAT>
Here's my PHP code:
<?
$destination="jjmorga@gmail.com";
$name=$_POST['name'];
$subject=$_POST['subject'];
$mes=$_POST['message'];
$subject="Message from $name" ;
$mes="Name : $name
Email: $email
Comments: $mes
";
mail($destination,$subject,$mes); ?>
To anyone that helps me tackle this pickle I bid you a million thanks
Email Form Sends Out Email 3 Times?
I am using the Web Service Connector to take text input on a form and email it from the website to the intended party. However, it sends the email out three times and I can't find where the error is. When I test the movie I get the following error: "Binding between <unknown>.. and <unknown>.params.emailFrom: The endpoint of the binding does not exist." It shows this error twice. So I am guessing the problem lies with these errors, which would give me three emails total.
Any ideas? I can't find any other instances of the WSC on the site?
Thanks,
Jim
Email Autoresponder That Includes Recipient's Name In Email
Hi--
I am trying to set up an email autoresponder in Flash MX that includes the recipient's name in the salutation of the email.
For example, if Bob Barker is at my site, I want to give him two boxes to fill in: one for his name (Bob) and the second for his email address. When he clicks the "ok" button, an autoresponder will send him an email that begins with, "Hi, Bob--etc." THEN, once he receives the email, if he answers it, I'd like ANOTHER autoresponse addressed to "Hi, Bob," but this time with a different message.
This must be pretty easy to do, but I have NO idea how. Can anyone direct me to a source on this? Or someone with the know-how?
Many, many thanks!
Flash Email Form -- No Content In Email
I realize that a similar question has been posted many times, but since I've been searching for an answer that works specifically for me for 2 long days, I feel I need to post.
I've created a guestbook-type form in Flash and a perl script to send the contents of that form to my own email address. Things seem to be working fine except that the email I get is blank. I don't know much about scripting outside of Flash, so I'd appreciate some help. I think my perl script is the problem, but I'm copying both scripts below.
Thanks a milion.
-------------------------------------------------------------------
My SendMail.pl script:
-------------------------------------------------------------------
#!/usr/bin/perl
print "Content-type: text/html
";
$title='New Birdie Guestbook Entry';
$to='jessica@jessicaberardi.com';
$from= 'jessica@jessicaberardi.com';
$subject='New Guestbook Entry';
$name = 'name_txt';
$address = 'address_txt';
$city = 'city_txt';
open(MAIL, "|/usr/sbin/sendmail -t");
## Mail Header
print MAIL "To: $to
";
print MAIL "From: $from
";
print MAIL "Subject: $subject
";
## Mail Body
print MAIL "New Guestbook Entry
";
close(MAIL);
print "<html><head><title>$title<
/title></head>
<body>
";
## START HTML content
print "<h1>$title</h1>
";
print "<p>A message has been sent from $from to $to";
## END HTML CONTENT
print "
</body></html>";
-------------------------------------------------------------------
My Flash code:
-------------------------------------------------------------------
stop();
function sendForm () {
my_lv = new LoadVars ();
my_lv.name = _parent.name_txt.text;
my_lv.address = _parent.address_txt.text;
my_lv.city = _parent.city_txt.text;
my_lv.state = _parent.state_txt.text;
my_lv.zip = _parent.zip_txt.text;
my_lv.phone = _parent.phone_txt.text;
my_lv.email = _parent.email_txt.text;
my_lv.message = _parent.message_txt.text;
my_lv.send ("http://www.jessicaberardi.com/test/SendMail.pl", "POST");
gotoAndStop("thankyou");
}
submit_btn.onRelease = function () {
if (name_txt.text == "" || email_txt.text == "") {
status_txt.text = "Please complete the required fields.";
} else {
status_txt.text = "";
sendForm ();
}
};
Used Php Email Tutorial From Kirupa, Need Email Validate Help
Hi,
I followed Senocular's tuorial to be able to send a form thru email in flash, it worked (which is great, since i also followed about 100 far more complicated ones i found on the web wich did not work!) but i need some help including an email validation element...i think its targetting the correct textfield variables i'm having a problem with, but i took all my efforts out of the attached files and now just have the functioning regular version and am awaiting some help...i have been at this for almost a week!!!
Ive attached a zip of my .fla and the php script.
Many many many thanks in advance,
sleeepy
Email Form, Help To Make Email In Html
hi ive made a email form for my site. it works but i want the email that is sent to be in html so i change images and tables.
here is my php script
PHP Code:
<?php
$adminaddress = "gerard@organisedkaos.net";
$siteaddress ="http://www.atr-training.co.uk/";
$sitename = "ATR";
$date = date("m/d/Y H:i:s");
// List and load Flash vars - and convert into PHP vars.
$inputname=$_POST['inputname'];
$address1=$_POST['address1'];
$email=$_POST['email'];
$tele1=$_POST['tele1'];
$selection2=$_POST['selection2'];
$messagebox=$_POST['messagebox'];
if ($REMOTE_ADDR == ""){
$ip = "no ip";
} else {
$ip = getHostByAddr($REMOTE_ADDR);
}
mail($adminaddress,
"Message",
"Name: " . $inputname. "
".
"Address: " . $address1. "
".
"Telephone: " . $tele1. "
".
"email: " . $email. "
".
"how did you find us: " . $selection2. "
".
"------------------------------
".
"message: ". $messagebox. "
".
"
------------------------------
".
"Logged Info :
".
"Using:". $HTTP_USER_AGENT. "
".
"Hostname: ". $ip. "
".
"IP address: ". $REMOTE_ADDR. "
".
"Date/Time: ". $date. "
".
"FROM: ". $adminaddress, "From:". $email);
mail($email, "Auto-response from ATR", "Thankyou for contacting us. We will get back to you shortly. ",
"From: info@atr-training.co.uk".
"Reply-To: info@atr-training.co.uk".
"X-Mailer: PHP/" . phpversion());
?>
please help
gerard
Help Please Email From Page To Another Email With Url Link
This is getting really confusing for me so I need some help! The issue is that I am developming a video player that a client would like to have an ability of users to send (email) the page to a freind, with a link back to that specific page. I have experience sending mail via PHP scripts, and the mailto: commands. Does anyone have any idea how this could be accomplished? I need some direction. Thanks Devon
www.conjuringzoo.com
Email Form Not Sending Email... Please Help
Hi all,
I have a flash-based mailer form that was working at one point, but now it won't send email to the specified account for some reason. The host says that it needs to be sent FROM a valid email address on their server, but I can't figure out where in the code I need to make that work...
Here's the code on my submit button:
Code:
on(release){
formValidation();
if(validForm == true){
form.loadVariables("../email.php", "POST");
}
}
Here's the code in my PHP file:
Code:
<?php
$sendTo = "mail@kavehmedia.com";
$subject = $_POST["subjectTxt"];
$headers = "From: " . $_POST["nameTxt"];
$headers .= "<" . $_POST["emailAddressTxt"] . ">
";
$headers .= "Reply-To: " . $_POST["emailAddressTxt"];
$message = $_POST["messageTxt"];
mail($sendTo, $subject, $message, $headers);
?>
What am I doing wrong? Since it was working when I first made it, I assume the host changed something on their end, but they're being very unhelpful...
Email Form Need To Add Telephone # To Email
Hi,
I am using this email form and it works just fine, but I am trying to figure out how to add additional input feilds that show up in the email body. For example, when you receive the email the body of the email would look like this:
Name:
E-mail:
Telephone:
Feedback:
Below is the AS and the PHP code. Attached is the FLA. Any help would be appreciated
Code:
/*
AUTHOR : Z Syed
CREATING FEEDBACK FORM IN FLASH USING PHP
*/
/*
create the LoadVars objects. One for sending information to the php file and one for recieving information.
Although this can be done with one loadvars object, it makes for cleaner code to use two
*/
var sendData_lv:LoadVars = new LoadVars();
var receiveData_lv:LoadVars = new LoadVars();
var formValidated:Boolean;
var errorMessages:Array = new Array();
receiveData_lv.onLoad = function():Void{
trace(this.sent);
if(this.sent == "OK"){
message0_txt.text = "Thank you for your feedback";
}else{
message0_txt.text = this.sent;
}
}
submit_btn.onRelease = function() {
//this clears the error text field if they have been populate previously
clearTextFields();
errorMessages.length = 0; //empty the array so next time the submit button is clicked the array is not already populated
formValidated = checkForm();
if (formValidated) {
//the form is valid and so now we can send details to our PHP file
//populate LoadVars object with the field values
sendData_lv.name = name_txt.text;
sendData_lv.email = email_txt.text;
sendData_lv.feedback = feedback_txt.text;
//trace(sendData_lv.email);
//trace("valid");
sendData_lv.sendAndLoad("email.php?ck="+new Date().getTime(), receiveData_lv);
} else {
//populate textfields with the error messages
for (var i = 0; i<errorMessages.length; i++) {
_root["message"+i+"_txt"].text = errorMessages[i];
trace(errorMessages[i]);
}
}
};
function checkForm():Boolean {
//check whether the name field is empty
if (name_txt.text == "") {
errorMessages.push("Please enter your name.");
}
if (email_txt.text == "") {
errorMessages.push("Please enter your email address.");
} else if (email_txt.text.indexOf("@") == -1 || email_txt.text.indexOf(".") == -1) {
errorMessages.push("Please enter a valid email address.");
}
if (feedback_txt.text == "") {
errorMessages.push("Please enter some feedback");
}
//if at this point the array is empty i.e has length 0, then this in effect means the form has passed all checks
if (errorMessages.length == 0) {
return true;
} else {
return false;
}
}
function clearTextFields():Void {
for (var i = 0; i<errorMessages.length; i++) {
_root["message"+i+"_txt"].text = "";
;
}
}
}
PHP Code:
<?php$name = $_POST['name'];$email = $_POST['email'];$feedback = $_POST['feedback'];$subject = 'feedback from your website';$headers = "From: $name <$email>
";$headers .= "Reply-To: $name <$email>
";//ENTER YOUR EMAIL ADDRESS HERE$to = 'email@emailaddress.com';//---------------------------$success = mail($to, $subject, $feedback, $headers);if($success){echo '&sent=OK';}else{echo '&sent=Error';}?>
Email Variables Through Email
I have what might seem like a simple question. However, I can't find the answer. I created a multiple choice test with 5 questions. Each answer is stored as a variable. q1, q2, q3, q4, q5. On the last screen I created a name text field for them to type their name. Now I want to create a submit button that will email me the value of all of the variables separately.
I can't figure out how to format the getURL message to email each variable to me. Here is what I've tried and I get "undefined" in my email body:
on (click) {
getURL("mailto:dsmith@help.com?subject=AEIOUsales" + "&body=" +employee +q1+q2+q3);
}
Please help me with my simple question...Show me an example of how this script should be formatted. Thanks in advance!
Cgi-bin And Email
could someone help me how to use flash to get our visitors email address by putting a submit button
and about the script for this
thanks
PS: is there any web site for this tutorial
Email
I think my problem is a little more complex than what i thought it would be. Anyway, I'm trying to set up Flash to do a email to alot of people for comments. Well i got it to work for about 10 addresses, but after that it doesn't like anymore. is there another way i can do this? would a "comments" type page work better? if so how can i get flash to do the background work for it, with out openning email up.
Email
what's the script code for email ?
Email
hi can some one tell me how to put a email link in my site.
like an outlook express pop up.
Thanks
Email
I've tried a tutorial "The Idiot's Guide to Creating and Using Forms in Flash 4+"....the scripts used is ASP....but my company's intranet is configured in Cold Fusion. If i want to do the same thing as taught in the tutorial...what should i do? pls somebody help me! thanks!
Email
Greetings, what actionscript do I put on a button to pop up
an email window? addressed to myself for feed back out of flash?
How To Email
Could someone please tell me how to email a section of a flash file to someone. I would like for this to be done in Flash by hitting the "Place Order" button.
Email
I am having trouble opening a email window in flash. I am using geturl(mailto:someone@email.com) but it is opening a browser window also. how do i keep from opening a browser window?
Thanks
Email
cool, if you could email me that stuff, that would be sweet.
my email is: moller172@hotmail.com
|