473,396 Members | 1,859 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

.NET driven Flash email form...

rrocket
116 100+
I was wondering if anyone has done an email form in flash with a .NET backend (instead of PHP)? For the Flash side I have this:
Expand|Select|Wrap|Line Numbers
  1. var variables:URLVariables = new URLVariables();
  2. var varSend:URLRequest = new URLRequest("http://www.xxxx.contactus.aspx");
  3. var varLoader:URLLoader = new URLLoader;
  4. varSend.method = URLRequestMethod.POST;
  5. varSend.data = variables;
  6.  
  7. stop();
  8.  
  9. stage.focus = tbName;
  10.  
  11.  
  12. send_btn.addEventListener(MouseEvent.CLICK, sendEmail);
  13.  
  14. function sendEmail(event:MouseEvent):void
  15. {
  16.     variables.tbName = tbName.text;
  17.        variables.tbEmail = tbEmail.text;
  18.        variables.tbBody = tbBody.text;
  19.        varLoader.load(varSend);
  20. }
  21.  
I actually got this from another source online and am not exactly sure if everything is correct... When I click the submit button nothing happens... Which most likely means something is off. :) I posted something similar to this on the .NET side (thread722136) of the site, but have not heard anything back and do not know how to disable/move the post (any insight on that would be cool too).
Oct 29 '07 #1
0 1425

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Kuba Florczyk | last post by:
Hi I've got a flash.ocx on a form in which i want play a movie, under this movie i've got a image. Everything is ok, but in flash movie some objects got alpha <> 100 and thru flash i should see...
9
by: Keith Rowe | last post by:
Hello, I am trying to reference a Shockwave Flash Object on a vb code behind page in an ASP.NET project and I receive the following error: Guid should contain 32 digits with 4 dashes...
4
by: VB Programmer | last post by:
I am housing a flash movie in an ASPX page. The flash form basically consists of FullName, EmailAddress, and Comments and a "Send Email" button. (I'm simplifying the issue.) How can I: (1) Get...
3
by: markfoong | last post by:
Is there a way, where on a submit event, that a web form can send data over to flash? I know that in flash, you can do flash remoting, but that seems to be an event triggered by flash instead of...
3
by: VMI | last post by:
I asked this question some time ago, and I received a reply, but I never followed up on the suggestion. That's why I'm posting again... I'm trying to add a Macromedia Flash movie to my C# windows...
6
by: Derek | last post by:
Hi all any one please help, i have a buttin in flash 8 which gets a form contact.php but when it is pressed the emial ruturns empty as follows 1 the flash button 2 the form 3 the email outcome...
3
by: Kronikle88 | last post by:
Hey, I am new to PHP, and i have been reading up on it a little, but I seem to be having some trouble. In a flash website im making i created a form from a template i found. The original template...
8
Catalyst159
by: Catalyst159 | last post by:
I am trying to create a contact form in Flash CS3 for my website. The form will be used to send an email to a specifies email addresse. I am a little confused as to how I can go about doing this...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.