Flex :: Send Emails With It?
Jan 8, 2010I wanted to know that using actionscript, is it possible to send email and create a front end in flashbuilder 4(flex), everywhere i see php being used for mails, is it possible?
View 3 RepliesI wanted to know that using actionscript, is it possible to send email and create a front end in flashbuilder 4(flex), everywhere i see php being used for mails, is it possible?
View 3 Replieshow to send emails from flash using gmail account?
View 1 RepliesWhat is the easiest way to create an email that will have a flash swf file in it. I am using outlook 2007
View 2 Replieshow to send emails via actionscript 3 and php? I actually found a tutorial on very site but it seems a bit outdated.
View 1 RepliesI am trying to get the email link on my contact page to open properly: [URL] I am using CS3 and actionscript 2 and followed the following method: I wrote the email address and in web link box in the properties panel typed: mailto: followed by the email address The target is set to blank. The problem is that I only want the email client box (usually Outlook) to open but instead I get a webpage opening as well
View 2 RepliesOn a website I am constructing (search for World Tutors .net on Google and then click Test page next to Webmail at the bottom) I have a contact form with various parts for the user to fill in (some text input boxes, and some COMBO boxes). Having looked on various forums, I thought I undstood how to make the Flash Actionscript 2.0 talk to the php script to send the email (i.e. pass on variables etc.) When the user completes the Client enqiry form and clicks the send button, it looks as though the message has been sent, but no email ever arrives. I've pasted the code I have below.
ActionScript 2.0 code:
stop();
error_clip._alpha = 0;
[code]....
My company emails our Flash EXE files out to customers. Most of these Flash files use keyboard events to navigate through them, and they load external SWF and video files. So, obviously, I have to package all of my movie files, SWF, and the main EXE into the same folder. In the past, they have simply Zipped the file, emailed it out, and told them which file to open. Sadly, even this is too complicated for some people. I need to simplify the process.
I am trying to find a way to take the entire folder and bundle it into a single EXE file. Also, I need to find a permanent solution for opening the main Flash EXE file in a MAXIMIZED window. I don't mean fullscreen. I mean MAXIMIZED. In fullscreen, keyboard events don't work. But, they do in a Maximized window.
I want the end user to have the ability to contact me directly from my website via email. When I test my button to pull up my email provided nothing happen. The button works but???? this.cont_btn.onRelease = function(){ getURL("[URL]");};
View 3 Repliesi know the question has been posted before, but i can't seem to stop incoming emails from differentsections of the forum (1 seciton is the ACTION SCTIPT 3)Under email notifications, i currently see "recieve email notifications". I should see that and leave it that way, right?
View 1 RepliesI have made my contact form and it works, but I need some kind of script to work with the "email" text field. I need it to only send me mails with real email addresses.
Btw. the form is off of this: [URL]
How safe is it to put links to email addresses in textFields of Flash Docs?
For example, if you have this:
txtEmail.htmlTetxt = '<a href='mailto:my@address.com'>EMAIL ME!</a>
How susceptible is this to spammers and bots?
What I am trying to do.I have an email icon that when there is new messages would like to indicate the number of emails that are unread. this will simply be a number, that indicates how many unread messages
We pass in the number of unread messages to the flash object like a URL request string.
I have an email icon that when there is new messages would like to indicate the number of emails that are unread. this will simply be a number, that indicates how many unread messages passing in the number of unread messages to the flash object like a URL request string.
View 0 RepliesI want to send a html webpage with my application in installation package,is it possible?
View 1 RepliesI am trying to access html files protected by basic authentication. Below is the code to do that but I still get the authentication dialog. I checked the fiddler and found that for the first request authorization header is present but for the subsequent requests which is requested to load the .js, css & images the authorization header is not added. This is the reason I am getting the auth dialog.
Is there a way to add authorization header to the subsequent requests as well?
[Code]...
Is there a way for different flex swf's to send large blocks of data between each other without using localconnection which is size limited or using sharedobjects. This needs to happen on the client without server communication.
View 2 RepliesI'm looking to send a list of variables (say 6 in total) from php to flash and for flash to pick a random one and send it back to php when clicking a button.
I would like it to appear in a dynamic text box. That randomly selected variable needs to be sent back to php on pressing a button.
I'm looking to send a list of variables (say 6 in total) from php to flash and for flash to pick a random one and send it back to php when clicking a button. I would like it to appear in a dynamic text box. That randomly selected variable needs to be sent back to php on pressing a button.
View 6 RepliesI searched around and found some helpful things, but I am still missing something I think...
LoadVariables() won't work across domains, right, so, is it porrible to send data to a CGI script via getURL and not have a popup window on send?
I have an application in Flex how create and XML in UTF-8. When I open it everything is ok.I send it to a server using a webservice (the xml is send like a string), the server receive the xml but all the accent, degree symbol and some other stuff are gone.
I create an XML and save it in a file
var xml:XML = myObject.xml;
file = new File(myObject.path);
var fileStream:FileStream = new FileStream();
[Code].....
I have to send SMS through air application. whenever user click on send button application send SMS to selected user.
how can i do this in my air application by using flex or .net.
I have a problem with shareobject. the Send method does not work. I work with AS3 My code
[Code]....
have used the code from to send xml data to php...I don't know y i am having problem acessing data in php.
View 2 RepliesI'm trying to get some data from PHP/MySQL and send it to Flex..Let's say That my object in Flex would look like this:
package some.package.VO {
[RemoteClass(alias="VOPerson")]
[Bindable]
public class VOPerson {
[code]....
In my case, personDetails is an Array, and in theory, it could be some other object... But is it really necessary to make it an object? I do not intend to use that data nowhere else except within my VOPerson class. It is some associative array, and I can easily transform it to another object, but there will be lots of similar situations in my app, so I would like to avoid making unnecessary (value) objects if there is no need for it...
Is it possible to send params to swf using SWFLoader or something like it?So.. I want to create swf loader (swf) which would be able to send some Application.application.parameters to swf swf I'm triing to load (which are usualy sent to an application from html.)
View 2 RepliesI want to save a screenshot from my Flex app on the Webserver (LAMP). Here is the Flex code:
[Code]...
I'm using Alex Uhlmann's flip card class (Distortion Effects). I've got a card that has 3 faces. When the user clicks the button, it fires a change event, and in the main application, the change event calls a function, flipTo, that flips the card. The component is below:
[Code]...
As I'm rolling out my Flex app to Beta I realized that I need to know about any exception that happens in Flex Side. But as it runs on users machines I don't get to see them.
Is there a way to make Flex send email every time an exception happens?
In efforts to allow users to save their progress in my application, I've decided to allow them to save. In order to do this, I'd like to create an array with all the necessary information, and send that information to a coldfusion (.cfm) file and process the information from that page. Is it possible to send an array instead of a bunch of url variables? It is possible (and quite probable) that users would exceed the query string length of most browsers.
View 1 RepliesYesterday phtrivier showed me how to send an array to a new/sub-window.Now I have replaced this static source of data with an XML file that loads into an ArrayCollection.Unfortunately I found an ArrayCollection behaves differently than an Array when you try to send a part of it to a new/sub-window.How can I do this with the ArrayCollection?Or should I take the easy road with sending an Array and instead look for a way to make the XML load into an Array instead of an ArrayCollection? I don't think I will require the extra features an AC offers.
MyMain.mxml
<?xml version="1.0" encoding="utf-8"?>
<s:WindowedApplication ...stuff... creationComplete="settingService.send()">
[code]........