ActionScript 3.0 :: Send An Auto E-mail To A Person On The Target Date?
Apr 7, 2012
Is it possible to send an auto email to a person as per the target date in a datagrid column of Flash CS4 (AS 3.0)?
I have the following example file attached herewith.
It should check the target date column and if the target date is equal to current date then it should send an auto e-mail to the respective person using the E-Mail ID from the datagrid.
For example (as per attached list):
An email to be sent to Mr. Rangarajan on 15-APR-12 with subject "Submission of BCM Procedure draft" using his email id from the "E-Mail" column of the grid i.e. rrajan@demo.com
View 2 Replies
Similar Posts:
Apr 7, 2009
I'm in need of a script which gives the date 5 weeks from the time the person views the movie. So today is 07 April and would like the script to draw up 12 May.
View 1 Replies
Jan 29, 2008
I want to build a flash file with a textfield for people the put in there emailadres in. Then a flash movie will play. On the end of the movie i want flash to send a automatic email to the adres that the person filled in at the beginning. It will be a standard email text that everybody will recieve that watch the movie and filled in the emailadres.
View 1 Replies
Oct 8, 2009
How can i send mail in flash using action script 3.0 ?
View 1 Replies
Jan 1, 2011
I've found many samples on the internet regarding my question, but I simply want to send just a message/text and understand the connection between PHP and AS3.
View 2 Replies
May 27, 2009
I am just trying to have a button send an e-mail on a button CLICK event, this is what I tried, but obviously wrong.[code]...
View 17 Replies
Feb 1, 2011
I have a php file set up to send an email with an image attached.. I just simply need to run the script when I click a button..
Is this enough code to do this ? I haven't recevied a response yet !
The actionscript I have used is (I used an external class to save the image)[code]...
View 5 Replies
Nov 4, 2011
When I was watching the video of sending email with PHP, I was very happy. Because that was exactly the info I was looking for. I created a website with flash cs5 pro and AS3.0, but when I wanted to send the site to the server I needed to find the PHP for the mail form.(I never studied PHP) I downloaded the files and got the Flash file but not the PHP.
View 2 Replies
Dec 19, 2010
i made a flash card (an animated postcard), and i want to send it via email so other people can immediatly see it when they open the email. How can i do this?
View 3 Replies
Mar 8, 2012
I am trying to connect to my gmail account via smtp using port 465 in order to sent emails from inside my app but connection fails...my code is shown below:[code]but it does not connect to send the mail.
View 2 Replies
Aug 3, 2010
When you press the button you go to a paypal-account, but I don't want to work with paypal.Instead I would like to receive all the info from the shopping cart (ordered items, price) mailed to me. So people can order without paying ahead
ActionScript Code:
function click_PayBtn(e:MouseEvent):void {
//_Create a new URLVariables variabes
[code].....
View 4 Replies
Jan 19, 2006
I made a form in flash to send a mail to an emailaddress, when I export the .fla to .swf, then it works correctly. But when I insert that .swf in a .html-document and run this in a browser, it won't work! What could be the reason?
Flash MX Pro 2004:
var senderLoad:LoadVars = new LoadVars();
var receiveLoad:LoadVars = new LoadVars();
verzenden.onRelease = function() {
senderLoad.bedrijf = bedrijf.text;
senderLoad.emailadres = emailadres.text;
[Code] .....
View 3 Replies
Nov 25, 2006
i have a template made of flash and in the page of "contact us"i have 4 boxes of input text in the stage - for the client phone etc'.i have a "send" button and a "clear" button under these boxes.but i don't know the action script for these buttons at all.by tell me the code for these buttons (and what kind of email account i can direct this information to: shouls it be a web mail - like these you get from the hosting company - or it can be a simple email account - like gmail or hotmail..)
View 1 Replies
Jan 29, 2008
basically its a submit button with action script, the button sends of the php file and thats all grand...
on (release) {
// send variables in form movieclip (the textfields)
// to email PHP page which will send the mail
[code]......
View 3 Replies
Sep 30, 2008
I have a contact form and i have a little problem when it comes to send a mail. I have the string message saying that the message has been sent but the receiver just get an empty message, empty email address from the sender etc... in other words the mail get send but it is empty.
View 3 Replies
Aug 18, 2007
I have one dynamic text field and one button in my movie like newsletter.I want to send into my mailbox the value of the field. Just need to know the button actionscript and the php side.
View 2 Replies
Feb 9, 2012
again (".)I've making this contact form on flash & i got the script for the action script but i'm unable to integrate a php script that would send the mail from my form.I'm using two input feilds with instance names as theEmail and theMessage Here is the action action script code i'm using -
[Code]....
View 2 Replies
Nov 29, 2002
I am working with a form (Flash and PHP), everything works great, but the characters like �, � � or � doesn't appear in the resulting FORM e-mail. I use a text file with script to send the email off (contacto.php3)
View 5 Replies
Feb 16, 2009
Iam Jennifer, Iam having a doubt in Flash, I hope that you are going to solve my problem, Iam taking 3 Static text fields as Name, Age and Country and besides each and every static text fields i have taken 3 input text fields with different instance names, when i enter my Name, Age and Country details in the input text fields and after entering those details if user clicks the submit button the data should be send to some mail address, is it possible?
View 2 Replies
Feb 16, 2009
I am taking 3 Static text fields as Name, Age and Country and besides each and every static text fields i have taken 3 input text fields with different instance names, when i enter my Name, Age and Country details in the input text fields and after entering those details if user clicks the submit button the data should be send to some mail address, is it possible?[code]...
View 1 Replies
Dec 9, 2005
I created a funky mail form and i can't seem to send the info from the input boxes in my flash file... to the PHP script, stuff it into an email, and then send back a success or error response. I am attaching the FLA and PHP files as well as the external .as files that are needed for the FLA's effects to work. [URL]
View 1 Replies
Dec 14, 2005
My problem is this. I'm trying to make a flash movie (in a larger project) that has some input text fields (but not necesarily only that), basically a form, and a button that uses a FileReference class for uploading a file from the users computer. In the end, this setup should send an email with the mesagge and the file attached to the mesagge to a determined email adress.
Now, the problem is that I'm absolutely lame when it comes to php, that meaning that I understand someone else's script but when it comes to writing myself well...huh I'm toast. I have found a beautifull tutorial here [URL](much credit to Jorge Solis) for the uploading part and a equally beatifull one here [URL] for sending a mail. Also I've found here [URL] and here all sorts of scripts for sending mail with attachement, from which, of course, I can't understand a damn thing.
Now, to wrap it up... I have functional movie that puts a file in a folder on the server. I have a flash movie that sends mail via a php-script. I need a God'damn shotgun wedding with these two.
View 1 Replies
Jun 9, 2004
I can't seem to be able to correctly set a time in addition to the date. When I just set a target date, all is well, but when I try to set an actual time within that date, the timer jumps to it's completion when run.
I think maybe I'm just not understanding the format needed:
Code:
// Date( year, month-1, date [, hour [, minute [, second [, millisecond]]]])
eventDate = new Date( 2004, 05, 12);
how to enter, say, June 12th 2004 at 8:00 am? This must be pretty obvious, but I'm obviously missing something here (I'm a beginner when it comes to flash).
View 1 Replies
Jul 31, 2009
I using Google calendar AS3 api for a project. I am sending a normal date but the api uses the utcdate format and thus my time interval changes. How can I send the date in utc format?
View 1 Replies
Sep 20, 2009
I am using this code to send to URL instead of sending to a frame , is not working , is ther anything wrong with it ?
try { navigateToURL(new URLRequest(items[selectedIndex].targetFrame), _blank); } catch (e:Error) {}
View 1 Replies
Jun 24, 2005
how I can set up an email button in flash so that it's autoscripts the Mail Subject and a default body message?
View 2 Replies
Dec 6, 2006
Im wondering if the LoadVars.SendAndLoad()-function can target a particular frame in a webpage as can the LoadVars.send()-function?
View 2 Replies
Dec 2, 2009
Do you know any way to compare a date to a range of date using the Date class in as2.
For example i want to know a given day (11-12-2009) is among the start and end date of a given range (11-01-2009 to 11-20-2009).
View 5 Replies
Jan 23, 2004
I made this small shop that uses Flash to collect data from the user (and what they want to buy) and PHP to mail the data in a confirmation e-mail. it's not working
View 1 Replies
May 28, 2010
I have a XML file with a few concert dates. In my flash/AS3 file, I would like to show only the up coming event, relative to current date. Like this:
Event 01: 30-05-2010
Event 02: 02-06-2010
Event 03: 05-06-2010
Today is 28-05-2010, so I need to list Event 01. On 01-06-2010 I need to list Event 02. I have the basic AS3 code for listing the XML working, but I'm having trouble filtering the result.
View 2 Replies