Emailing Variables
hey all.
i'm doing this thing for this jersey making company and you basically make your own jersey and the information about it is put into these dynamic text boxes.
what i want to do is that when the user clicks a "submit" button, all that information is then emailed to someone.
it might be a little easier to understand if you see it.
www.rabidpiranha.com/bullwear/jersey.htm
i know this can be done because its just like an email form with the variables but im not sure on how to make it
thanks all
FlashKit > Flash Help > Flash General Help
Posted on: 01-17-2004, 11:38 PM
View Complete Forum Thread with Replies
Sponsored Links:
Emailing Variables How Do I Do Tat? Ehh Yo
Ok so ive set up a form that creates like 30 global variables (order form)
I would like to know how I would go about emailing these variables to my email, when someone makes a purchase. Now some are variables and some are long descriptions typed in, strings. Anyway do I have to mess around with a cgi bin and all that, please let me know how to do this, thanks!
View Replies !
View Related
Emailing Variables
emailing Variable
is it possable to send a few Variables
by email directly from flash if so how is it done
but if it is not possable to do it with flash alone i do have a php surporting webhost but iled rather do it with flash
View Replies !
View Related
HELP... With Emailing Variables From Different Levels Other Than 0
I need to submit via formmail.pl or php script variables ... my problem is that the variables are on different levels besides level0 ... I have like 200 variables... I know I can make these variables be on level 0 one by one by going...
If _level1.variablea gt 0
_level0.variablea = _level1.variablea
the above puts this on level 1 if there is a quantity over 0...
My question is this... is there an easier way than for me to type this is 200 times...? Is there a way to say all variables on level 1 transfer to same name on level0?
Or is there an easy way to transmit via script to an email address variables that sit on different levels? I really need some help with this one.
also, when the email comes through today it give me all the html type coding such as <b> <p> etc. how to I tell the script not to show that.. I am using a perl script right now which is one of those free Matt scripts that pulls all fields...
View Replies !
View Related
Emailing Variables From Flash?
if I have variables user-defined in flash (e.g. selected product item numbers and prices) and the user inputs their email address, can they click a button and have that info emailed to a pre-determined email address? If so, how do I set that up? Thanks
View Replies !
View Related
Emailing Using CGI
I have a flash page embedded in a web page which is an email form - using one of the tutorials given on this site I have tried it, but it comes up with an error message - "No referrer" - any ideas, as I am stuck?
Any ideas welcomed,
Cheers,
Sparky
View Replies !
View Related
Emailing Help
I'm trying to put an email page in my site and the script i have isn't working. What i want is for some one to open that page, write an email in the site, and send it from there. If possible I would like to make an auto response. Can anyone help?
Thanks
View Replies !
View Related
Emailing From An .exe
Hey there, I'm making a presentation for a client and there's a part for contact when they click on contact the computer should open the browser.
I know the code for this is
on release
email("mailto:whatever@whatever.com")
but it doesen't work when I run the excecutable, and I contacted some people but they don't seem to have the anwer they all say that the browser has to be open in order for it to work.
Is there another way I can do this to get it to work??
Thanks for any help you may provide on the subject.
furnart
View Replies !
View Related
Emailing With Asp
i'm using the code from the tutorial on emailing in flash, and have adapted it like so:
<%
Name = Request.form("Name")
Email = Request.form("Email")
Company = Request.form("Company")
Phone = Request.form("Phone")
Body = Request.form("Body")
strName = "Joe Media"
strEmail = "mcpeekj@hotmail.com"
strSubject = "JoeMedia Web Inquiry"
strBody = Comments & Company & Name
Set Mailer = Server.CreateObject("SMTPsvg.Mailer")
Mailer.RemoteHost = "mail.brinkster.com"
Mailer.FromName = Name
Mailer.FromAddress = Email
Mailer.AddRecipient strName, strEmail
Mailer.Subject = (strSubject)
Mailer.BodyText = strBody
if Mailer.SendMail then
Response.Write "_root.contactTransition.contactForm.EmailStatus=C omplete - Your mail has been sent"
else
Response.Write "_root.contactTransition.contactForm.EmailStatus=F ailure - Your mail was not sent - errors"
Response.Write Mailer.Response
end if
%>
and i have this code on my submit button:
on (release) {
if (!Name.length) {
nameStatus = "<-- Missing**";
} else if (!Email.length || Email.indexOf("@") == -1 || Email.indexOf(".") == -1) {
EmailStatus = "<-- Missing or invalid**";
} else if (!Body.length) {
bodyStatus = "<-- Missing**";
} else {
loadVariablesNum("ASPMail.asp", "0", "POST");
sendStatus = "Sending...";
}
}
predictably, this doesn't send anything. is the problem in my using hotmail and brinkster, or in the code somewhere?
View Replies !
View Related
Emailing
Ok i hope i make since of what i am going to ask
so here we go.
ok what i want to do is make a "swf" file with a question
in it and have 2 buttons (yes & no)but here is the tricky part
what i want to happen when someone clicks on one of the buttons
i want it to send me a e-mail without the user even having to
mess with any e-mail programs like "outlook express" ect...
so it makes it veary easy to use just a click of a button.
i dont even know if it is possible but i would like so expert
brains on it if you dont mind.
so please help
thx in advance
XxGraphxX
View Replies !
View Related
Emailing
Ok i hope i make since of what i am going to ask
so here we go.
ok what i want to do is make a "swf" file with a question
in it and have 2 buttons (yes & no)but here is the tricky part
what i want to happen when someone clicks on one of the buttons
i want it to send me a e-mail without the user even having to
mess with any e-mail programs like "outlook express" ect...
so it makes it veary easy to use just a click of a button.
i dont even know if it is possible but i would like so expert
brains on it if you dont mind.
so please help
thx in advance
XxGraphxX
View Replies !
View Related
Emailing
How could I include a link in my .swf file that when its clicked on, opens up the users email program and a new email with the address already in there?
Just like the Mailto function in html.
Thanks
View Replies !
View Related
Emailing
i was wondering if there was some way to email through flash, similar to the html command mailto:
if anyone can answer my questions or help me out that would be great
thanks, protios
View Replies !
View Related
Emailing A SWF
I am trying to create a Flash MX animated loop that plays Full Screen for someone. I am on a Mac - they need it to run on a mac and a PC. I test my file by playing the SWF on the mac and it works fine. However, since i will have to email it to them, I have tried to email the SWF to my own Mac and PC as a test. My results are as follows:
It plays on my Mac but not full sceen anymore.
It will not play at all on the PC.
I have downloaded shockwave and flash player to the PC but the PC does not know what application to use to play the SWF. When I try to search for them (shockwave or flash player) so I can drag my SWF file directly onto them, there is no actual application in the folder to drag onto. I am sure they are installed however I am not very PC savvy...so I have three questions.
1. How do I make sure the emailed SWF will still play full screen on the mac?
2. Why wont it play at all on the PC?
3. Do I need to email anything else to the PC along with the SWF file? (i.e. the html file flash generates too)
please help!
thanks!
mark110168
View Replies !
View Related
[FMX] Emailing AS
Before i start, ive seached this and not found a result.
I want to make a button, when clicked, open a blank email in outlook express
to an email, with a subject.
i take it you would use:
on(press){
email("me@me.com", "subject heading here") - EMAIL CODE HERE
}
not right.... but..... just wanted to show you what i meant!
... that was just a random stab...
thanks alot,
Ben
View Replies !
View Related
Emailing With Php
I have tried to figure out how to use php and flash to send an email but unfortunately i cannot figure it out. Since the loadVariables method is no longer supported how do i use the Loader.load()?
I would appreciate it if someone could write some code to demonstrate how to do this or maybe point me to a tutorial that demonstrates it in AS3. Thanks
View Replies !
View Related
[FMX] Emailing AS
Before i start, ive seached this and not found a result.
I want to make a button, when clicked, open a blank email in outlook express
to an email, with a subject.
i take it you would use:
on(press){
email("me@me.com", "subject heading here") - EMAIL CODE HERE
}
not right.... but..... just wanted to show you what i meant!
... that was just a random stab...
thanks alot,
Ben
View Replies !
View Related
Emailing A .swf
i am trying to email my .swf to family i have done both the same but they can only open one.the other just comes up black screen.did i miss something when publishing???thanks
View Replies !
View Related
EMAILING With PHP
hello, i have followed te email tutorial from lee, its great. But what happens is that i get sent ok and yet no email has been recieved. I know php works with my host because i tried peoples sugesstions as to test my webhost f it can use php, but i get the same problem. One php file was a tester and it said message sent successfully, but no email was recieved. I am unsure as to what the problem is. My codes are correct, yet nothing is sent. I went through all the threads on the forums and i saw some people got it to work, but i cant get mine to work using their ways.
code:
Action script
stop();
var senderLoad:LoadVars = new LoadVars();
var receiveLoad:LoadVars = new LoadVars();
sender.onRelease = function(){
senderLoad.theName = theName.text;
senderLoad.theEmail = theEmail.text;
senderLoad.theMessage = theMessage.text;
senderLoad.sendAndLoad("send.php",receiveLoad, POST);
}
receiveLoad.onLoad = function(){
if(this.sentOk=1){
_root.gotoAndStop("success");
}
else{
_root.gotoAndStop("failed");
}
}
------------------------------------------------------
php file
<?PHP
$theName = $_POST['theName'];
$theEmail = $_POST['theEmail'];
$theMessage = $_POST['theMessage'];
$to = "your.ea@gmail.com";
$subject = "Flash Contact Form Submission";
$message = "Name: " . $theName;
$message .= "
Email: " . $theEmail;
$message .= "
Message: " . $theMessage;
$headers = "From: $theEmail";
$headers .= "
Reply-To: $theEmail";
$sentOk = mail($to,$subject,$message,$headers);
echo "sentOk=" . $sentOk;
?>
Can someone leadme to the right path.
thanks
View Replies !
View Related
Emailing Image
Hi,
I have a movie clip which can be changed with some user input. So I can get them to do some crude sketches.
But I want to see some of this stuff, how do I get
this image -sketch (by itself) emailed to me.
Yeah I can't say it any clearer.
thanks anyone
tiki
View Replies !
View Related
Emailing Out Of Flash
I know, I know... probably a real BASIC question.
Html has 'mailto:' for handling emails effortlessly.
Does flash have an equivelent method to handle emails ( oh please don't let it be that I have to create a form and get involved in server side scripts)?
View Replies !
View Related
Emailing In Flash
I am working on a quiz form in flash 5 for my website. There are 4 options, A, B, C, and D. I am trying to make the form send an email to me once they make there selection. Here is the code for sending me an email:
on (release) {
loadVariablesNum ("MailPHP.PHP", 1, "POST");
}
I have it send the selection letter to a PHP file that has this code:
<?
mail("My Email is here","Quiz Answer","$Letter");
?>
$Letter is the users selection.
For some reason, I never get an email with a quiz answer. Is there a better way of sending emails in flash?
Adam
View Replies !
View Related
Emailing Vars.
I am trying to build a simple survey that collects the "set" or chosen variables and sends them to a mailbox. I have 250 variables which are set when chosen
(answer1_one="") when chosen than
answer1_one="answer1_one".
how do I collect the chosen(set variables and send them when the user clicks submit? It is a form broken into 10 pages, any help?
thanks
stash
View Replies !
View Related
Emailing From Cd Projector
can anyone tell me if flash mx allows you to send an email from a cd using the get url action, using windows 2000?
flash 5 doesn't allow you to do this using windows 2000 (some sort of problem with that version).
basically has the problem been fixed?
thanks
View Replies !
View Related
Emailing Swf...This Is A Tough Of One
Is there a way to send out a swf, which plays within an outlook email. I have tryed embedding it in the HTML of the email. This ONLY works if the Zone settings (within outlook) are set to Internet. If the settings are set to Restrict sites, outlook throws an activeX secrity message.
Any work around you Nasty Flashers know of. Thanks Fellows!!!
View Replies !
View Related
Emailing From A MX Projector
when setting up an email button for a projector is the variable left at don't send (when using MX)when i publish and test the email button nothing happens. i am using
getUrl
mailto:me@home.com.au
or does this simply not work from within a projector. only in a browser?
any help or suggestions would be much appreciated.
View Replies !
View Related
Is This Possible? Emailing Movieclips?
Here's what I'd like to do ideally. I don't need the code but a push in the right direction would be helpful. That is if it's even possible:
I have and input text box. Once you enter some letters, separate movieclips then move and advance based on the letters you enter. That leaves you with movieclips arranged in a particular order based on what you entered in the text box. This part is working beautifully.
Now, I want to send that movieclip arrangement to a friend. I don't care if it's a screengrab or what, just so I can send the final product. Is that possible?
Thanks, at least, for the discussion.
-Layne
View Replies !
View Related
Emailing A Variable
Hi,
Im using flash 5. Is there anyway of emailing the contents of a variable - WITHOUT using php perl or asp. Im not a bad actionscripter but when i start using all those server side languages it all falls to pieces - any advivce would be wicked...
thanks loads,
duncan
View Replies !
View Related
Emailing Info
I want to set up a form in a flash file where when the user clicks a submit button the information that has been entered will be sent (in the background) and appear as an email somewhere else.
The flash file will be running off Cd not on the web so obviously it will be stressed that this will not work unless they are connected to the web.
Can anyone help - its easy to acheive in HTML pages so im assuming it cant be that difficult, im using Flash Professional MX 2004 if thats of any help.
View Replies !
View Related
Emailing Variable
is it possable to send a few Variables
by email directly from flash if so how is it done
but if it is not possable to do it with flash alone i do have a php surporting webhost but iled rather do it with flash
View Replies !
View Related
Help With Emailing With LoadVariables
I'm using this site: http://www.kirupa.com/developer/acti..._php_email.htm to help me be able to e-mail from within a Flash movie, and I'm doing something wrong...but I just can't figure out what it is.
I have a movie another movie clip, called All_pages.
On that, I have a 2 frame movie clip with an instance name of mc_emailer.
In the same frame of mc_mailer is a button named Email_button.
mc_mailer contains three input text boxes, each with a "var" setting: email_name, email_address, email_msg.
On the button instance I have:
PHP Code:
on(release) {
mc_emailer.loadVariables("email.php", "POST");
}
On the mc_email I have:
PHP Code:
onClipEvent(data){
nextFrame();
}
When the movie runs, I enter the data, click the button, it pauses for about a full second before moving to the next frame of mc_emailer, which shows a "Thank you" message.
So, it seems that the on(release) is technically working, because it's triggering something to cause onClipEvent(data) to fire, right?
It wouldn go to nextFrame() if it didn't receive a data reply, and it wouldn't have done that if loadVariables didn't send anything, right?
So, why is no e-mail going through.
I know PHP VERY well, I make e-mail HTML/PHP forms all the time, so I know that the server send e-mail OK, PHP is working OK, and my email.php mentioned in on(release) is fine.
PHP Code:
<?php
$sendTo = "druid@celticbear.com";
$subject = "My Flash site reply";
$headers = "From: " . $_POST["email_name"];
$headers .= "<" . $_POST["email_address"] . ">
";
$headers .= "Reply-To: " . $_POST["email_address"]rn;
$headers .= "Return-Path: " . $_POST["email_address"];
$message = $_POST["email_msg"];
mail($sendTo, $subject, $message, $headers);
?>
It's pretty much exactly what's suggested in the web page mentioned above as well, which normally should work just fine. I just replaced the e-mail address and the POST names with the variable names I used in the Flash.
Any ideas what I might be doing wrong? Any help would be greatly appreciated!!
Thanks,
Liam
View Replies !
View Related
Emailing Attachments
At the moment I'm using FormMail.pl to send emails from Flash but my client wants to be able to send attachments (ie: images) through Flash aswel
Is there a straight forward way of doing this? Or is it not worth the hassle?
Cheers
View Replies !
View Related
Active Emailing
Hi Guys,
I want to set up an active email to send to my clients. It will consist to two images with the top image flashing on and off. I can create this in flash no problem but can I import an 'swf' file into an email so that when someone opens it, it loads?
Does anyone know if this is possible or an alternative method?
Please email me on alex@clientcommunications.co.uk as I won't have access to the internet over the weekend
View Replies !
View Related
Emailing From FlashMX
Hi. Im trying to figure out how to email from flash.
What are the codes to email from flash? Are the codes associated with the actual buttons, OR are they something I need to put in the actionscript? Also, where does PHP fit into this? Thanks for your help.
View Replies !
View Related
Emailing A Form--please Help
I have set up 3 forms on my flash website which I would like emailed to me. One form was already set up when I purchased the template. The other 2 I created. I have read soooo many tutorials and nothing has worked. And none of the tutorials had script that looks like the one that is on the form that came with the template. Here is what is under the Actions for the form that came with the template. I've changed the email address to match my own, but it does not work.
rec="ice@template-help.com";
serv="php";
var fields_descriptions= Array ("",
Array("t1", "your_name", "Your Name:"),
Array("t2", "your_email", "Your Email:"),
Array("t3", "telephone", "Telephone:"),
Array("t4", "message", "Message:"),
Array("t5", "field_2", "E-mail:"),
Array("t6", "field_3", "Address:"),
Array("t7", "field_4", "fax:")
);
for (i=1; i<=fields_descriptions.length; i++) {
this["k"+i].text=fields_descriptions[i][2];
}
Please Help!!
THANKS!!!!!
View Replies !
View Related
Emailing With PHP In Flash
I need some help. I want to make create a system for flash, which will allow visitors to email me in PHP, so it doesn't open outlook express, I want it to send right from the .swf file. If anyone can make a tutorial for that, or give me a link to a tutorial like it, that'd be much appreciated.
BTW: my site is www.godlygamer.com
View Replies !
View Related
Emailing A Screenshot
I realize this is a re-post, but I am thinking I gave it the wrong title and the right people aren't looking at it.
I am working on a touchscreen coloring book. I already know how to make it where you can select a color and apply it to an area of the picture. The client just asked if I could make it so when the kid is done coloring, they can hit a button and email what they colored to an email address.
I am not really sure how to accompolish this, maybe some sort of actionscript that takes a screenshot and emails it?
I am looking forward to hearing from you guys.
Thanks,
---
Casey Davis
casey@caseydavis.org
http://www.caseydavis.org/
View Replies !
View Related
Emailing A Form
ok, I've just created a form with Flash MX 2004, I have the variables named, but I don't know how to load the variables and then send the variables to my email so I can add the people to my site can anyone help me?
I'm not sure where this went. Please help.
View Replies !
View Related
Emailing Swf And Exe Files?
Is there a way to email a Flash movie other than a .swf?? The recipient does not have the correct players installed, I tried sending an exe file but their mail system thought it was a virus and wouldn't accept it.
Is it possible to send the flash or shockwave player as an attachment so they do not have to download them? Or is there another format to send it as?
Thanks.
View Replies !
View Related
Emailing In Flash
Hey, I was wondering.....anyone out there know how to send email through Flash with PHP or plain Actionscript without Flash Remoting or XML (for PHP, that is)? I would just loveee to know how to do this but I can't seem to figure out how. I tried some tutorials but only one did'nt use remoting or XML...but that didn't quite work out.
Thanks,
Gerard
View Replies !
View Related
Emailing From A CD With Flash Using CF
Hi guys. This is fusionweb, an Argentinean in Montreal.
I'm developing an interactive cd for the service companies that repair the machines the company I work for develops (Commercial Dishwashers).
I'm using a script to detect if the user is online when clicking on "Contact Us". If they are online, the movie jumps to a frame where I have a form to complete and send as email.
I was using the same code I used before for a form in a site, with the difference that now the cfm file is on the server.
But for some reason it doesn't work. This is the code I'm using when releasing the "send" button:
on (release) {
loadVariablesNum("http://www.garrapinadas-del-rey.com/fla_email.cfm", 0, "POST");
gotoAndStop("sent");
}
I'm using the complete URL instead of the simple file.
Any idea?
Thanks a lot
View Replies !
View Related
Emailing From Flash 8
I have built a contact form for a site (my first proper flash site) and it wont work?! i built it according to a lot of looking through online tutorials. Im using input text boxes and labeling them using the var: property box like in the tutorials but when it come time to send i get an error report from my ISPs cgi script saying i havent defined the recipent - which i have done according to examples i have seen ie creating a input box labeling var: recipient and typing my email into the box
this is the AS i use (attached to submit button) to send:
on (release) {
getURL("
View Replies !
View Related
Emailing Information
I have a client that wants me to send out a video with two blank fields for the viewer to type in their information. One of the fields will be for their name and the other for them to type in their email. When they do this and they hit the submit button my client wants this information to be emailed to him directly. He doesn't want this information stored on a server or any thing like that he just wants it emailed directly to him so he can have and do what he wants with the information. Does any one know how I might do this with actionsScript 1 or 2?
Scott Jex
www.JEXDIGITAL.com
View Replies !
View Related
Emailing From Flash
I know I post for help alot on this project... But I have decided to un-giveup on it...
I am trying to have it send an email after a chat is finished using the blue button... to the right of the chat..
To use the program... it is full screen, use the little dot at the bottom of the screen, that will take you to screen 2, put in a name, then hit continue (or enter), in the next page is the chat script, it only responds to HI and Bye right now, then the blue button should send an email to my email, but its not sending... The FLA can be found at: http://cid-96130dac976eef2f.skydrive.live.com/self.aspx/Public/letters12.fla
This is using Flash MX by the way.. I am only hoping to send the chat script to the email in HTML format.
I will include the code to the PHP script (which as been tested and working using another flash program on my computer..)
Processor Page
<?php
$sendTo = "mikekovacic@gmail.com";
$subject = "My Flash site reply";
$headers = "From: " . $_POST["firstName"] ." ". $_POST["lastname"] . "<" . $_POST["email"] .">
";
$headers .= "Reply-To: " . $_POST["email"] . "
";
$headers .= "Return-path: " . $_POST["email"];
$message = $_POST["message"];
mail($sendTo, $subject, $message, $headers);
?>
View Replies !
View Related
Actionscript Emailing
this is what i am trying to do, in my site, i have a subscribe area, for a mailing list, now, i dont have php on my server because its ****ty *** hosting, so does anybody know if there is some way that people can just type their email in an input text box and click submit and it sends their email address to my email address, without php, or asp, if you dont know of a way to do that, can anybody tell me how to make that input textbox save their email address to a .txt file on my server?
thanks
View Replies !
View Related
Pop3 Emailing
I want to create a e-mailing system ( like outlook ) in flash. My question is, is this even possible? if it is, how would i go about creating it?
many thanks in advance
--pierce
View Replies !
View Related
Emailing Screenshot
Hi,
I'm working on a project, where you can create your own button design. You want 1000's buttons with a piece of artwork, your choice of text, etc...
The movie is going to be made mostly of dragable movieclips for the clipart selection and placement, and a couple dynamic text boxes. My problem is, I need to some how reproduce what the user sees on the screen after he/she has finished their personal design. Basically take a screenshot of the users screen, and have that image/swf emailed to an email address. I'm having major difficulties...so if anyone can be of any help it would be greatly appreciated.
Thanks
View Replies !
View Related
Emailing Swf Files Anyone?
Just wondering if this is possible. I want to create a swf file and email it to someone. When I emailed the swf to myself, it downloaded fine. When I double-clicked on the file, it tries to open illustrator and an error message appears.
Is it possible to email swf files?
Do I need to export the swf a certain way?
Any help is greatly appreciated!!!
View Replies !
View Related
|