QJ.NET | Videos | Forums | iPhone | MMORPG | Nintendo DS | Wii | PlayStation 3 | PSP | Xbox 360 | PC | Downloads | Contact Us
Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact

QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides

Go Back   QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides > Developers Corner > PSP Development, Hacks, and Homebrew > PSP Development Forum
The above video goes away if you are a member and logged in, so log in now!

Flash email code

This is a discussion on Flash email code within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; I have some code for emailing in flash but it doesnt work, i think im going wrong as its asking ...

Reply
 
LinkBack Thread Tools
Old 06-28-2006, 01:03 PM   #1
Developer
 
Calum's Avatar
 
Join Date: Oct 2005
Location: United Kingdom Occupation: PSP-Eater
Posts: 664
Trader Feedback: 0
Default Flash email code

I have some code for emailing in flash but it doesnt work, i think im going wrong as its asking for more than one thing out of the array, could anyone help me clean it up or tell me how to fix it? it would be really appricitated thanks

Also i have removed the inet adress
Code:
elements = new Array();
elements[0] = this.text_field_2;
elements[1] = this.text_field_3;
elements[2] = this.text_field_4;
elements[3] = this.sendbutton;
mailData = new LoadVars();
var i = elements.length;
while (i--) {
	switch (this.elements[i].type) {
		
		mailData[elements[i].name] = escape(elements[i].field.text);
		elements[i].field.type = "dynamic";
		elements[i].field.selectable = false;
		break;
	}
}
mailData.onLoad = function() {
	this.sent = Number(this.sent);
	if (this.sent == 1) {
		trace("Message Sent successfully");
	} else {
		trace("Message could not be sent");
	}
	trace(this.status);
};
var mailServer = "http://.../sendMail.php";
mailData.sendAndLoad(mailServer, mailData, "POST");
__________________
[URL=http://csowned.com][img]http://img171.imageshack.us/img171/8030/csowned3xw.png[/img][/URL]
[IMG]http://img468.imageshack.us/img468/70/untitled17hy.png[/IMG]
Calum is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
code , email , flash

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -8. The time now is 02:27 AM.



Use of this Web site constitutes acceptance of the TERMS & CONDITIONS and PRIVACY POLICY
Copyright © 2009, QJ.NET. All Rights Reserved.
Contact Us