ActionScript 3.0 :: Open My Client Email Program - Cannot Get The Subject And Body Text?
Nov 9, 2010
I am using the following code to open my client email program and I want the address, subject field and body text completed.
submit_btn.addEventListener(MouseEvent.CLICK, sendMessage);
var subject="My Subject"var body="This is text. This is text. This is text. This is text. This is text. This is text. "var to="me@address.net"
function sendMessage(event:MouseEvent):void {var email:URLRequest = new URLRequest("mailto:"+to+"?subject=" +subject+ "&body="+body);navigateToURL(email, "_self");}
The problem is no matter what I have tried I cannot get the subject and body text to show any text. The email client open and the correct address is shown. Is this a problem with trying to run it locally and not from server or is there a problem with the code?
View 4 Replies
Similar Posts:
Mar 24, 2008
I need to send an email from flash alongwith the Subject and Body data.When i do the testing in Flash by pressing "Cntrl + Enter" and click on the email button it works properly i.e. it opens an outlook new mail window and the To, subject and BOdy fields are filled with the data that I am sending from flash.
Now when an close the Flash application and open the folder in which the swf is published and run the swf then mailto funcionality does not work properly. i.e. it just fills the To field and reamaining fileds like subject and body are empty!I finally need to embed this swf in html file so the feature should work embedded in html also.
View 2 Replies
Oct 10, 2003
I work with Flash 4. I've made a button and set Get URL as Properties. In this URL field I want to link an email adres including subject en text in the body field.For example, I've filled out the URL form like this.mailto:info@adayswork.nl?subject=hello&body=How are you. I am ok.
When you click on the button, Outlook opens and everything seems te work. But who knows how I can put an ENTER between How are you. and I am ok.I think it's something in the expression editor, but when I put an Enter between those 2 lines it still doesn't work.When I hit the New Line button in the expression field it seems to work but the words New Line won't dissappear in the Outlook window.
View 2 Replies
Feb 13, 2010
I would like to know the simplest way to use a text link and open a visitors email client.
View 1 Replies
Jul 1, 2010
I have several input text fields that I need to be placed in the body of an email. Here is the code I have...
[Code]...
View 4 Replies
Jul 30, 2005
I did it at least 100 times but now I cant find this problem:
Look this code, which I have in external AS file,which I load in Flash.
Code:
<a href="mailto:servis@kk-chlazeni.cz?Subject=aaa">servis@somesite.com</a>
Email link works, but I don�t know how to prevent the OE (email klient) to display subject, because this not works from Flash, but the same code works in HTML site normally - the Subject is displayed
View 2 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
Jun 23, 2009
i'm having some issues trying to get an email button to work correctly. The button is on it's own layer above a embedded video. The action script is as follows:
[Code]...
I've tried it with a ? mark rather than &, but using the question mark doesn't seem to bring up the subject line while testing. During testing, and using the & symbol it works just fine. But when I publish the file and test it on the web page, it doesn't bring up the mail program like it does during the testing process. Does anyone have any clues as to fixing this problem. The only thing I can think of is that maybe the php code housing the flash may be causing some kind of conflict. If needed... the link to the flash is at this link to show what I mean. [URL]
View 7 Replies
Jan 27, 2009
I want to send an email with the image through URLRequest.
How can I add the image to the email body ?
Something like this:
var request:URLRequest = new URLRequest("mailto:"+to.text+"?subject="+subject.t ext+"&body="+body.text+"&Attachment="+myBmp);
View 1 Replies
Nov 6, 2004
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:[code] just wanted to show you what i meant! that was just a random stab.
View 3 Replies
Jan 22, 2003
here is the issue I am having: I have a button in my main movie and after it is pressed i want for it to open a pop up window right next to this button with some information in it. I have a email button so when you click on that button I want another window to open right next to this email button with my email address.
View 14 Replies
Aug 4, 2010
i have a flash gallery .In this i need a email button ,when click on the mail button an email editor might be open ( outook ) with the currently selected image as its attachment .
View 3 Replies
Jun 1, 2009
if there is a email client built into Flash CS4? We discovered a hidden email client in Photoshop a few weeks ago.
View 5 Replies
Apr 29, 2009
I am trying to mimic the basic mailto: href command you find in HTML in Flash AS3 but cannot figure it out.I simply have text in my flash project like "someone@someone.com" which i want to, when clicked, launch a new compose email with "someone@someone.com" in the to field of the users default email client.
View 2 Replies
Oct 18, 2009
Can I have a control of cursor position in the landing email program when I use mailto? I think it looks more professional when the cursor goes into Subject field rather than falling right behind my email address in To field. The following snippet that I tried didn't make any difference. [code]...
View 3 Replies
Jul 24, 2011
Im creating MMO with flash but making it small at first.... I need to know the best way to code the characters.... I was thinking keeping all the data such as coordinates, inventory and cash all in MYSQL so the clients cant change the values in my flash client program. I was thinking of calling quires every few seconds which would eventually becomes thousands... what do you think is the best way about it?
BTW: Flash = Client Side
PHP = Server
MYSQL = DATA
View 1 Replies
Aug 11, 2010
Or is it possible in Flash? web applications - call a specific client side program in player controlled?
View 2 Replies
Apr 4, 2005
how to open .exe file or run programm (pdf reader or ms word) from .swf file.
View 6 Replies
Apr 4, 2005
how to open .exe file or run programm (pdf reader or ms word) from .swf file.
View 6 Replies
Jan 26, 2009
i have a button. I want to open a program on any pc by web browser.Example this is my program way. Any user click button and program will open.This program loaded before on user pc.[code]
View 1 Replies
Apr 6, 2010
im new to flex, so naturally I would just create a dynamic sprite using the drawing api and put it behind the text... but my app is really buggy using the rawChildren to addChild.So is there a better way to have a bg for a piece of text though actionscript? like modifying an existing component?
View 1 Replies
Mar 31, 2008
I have a file setup that will email name, email, and message when the user inputs it in the appropriate input box. Is there a way to email dynamic text within that same email. Im using php to send the email to myself. if you need more info let me know
View 2 Replies
Nov 8, 2004
Does anyone know how i can link a button so that when i click a button it would open say, "essay.doc" in its default program (Word)?
View 1 Replies
Nov 2, 2010
I'm working on my companys website and I am trying to make a link from flash open the default mail program so they can send us an email. All of that works fine and dandy.... on PCs. While using a mac I was not able to get the email to go through, it will just send back an undeliverable email. Does anyone know of a solution for this or am I going to have to completely change the way that I'm doing it?
Heres my HTML Code:
infoEmail.addEventListener(MouseEvent.CLICK, getInfo);
function getInfo(e:MouseEvent){
navigateToURL(new URLRequest("mailto: email@emailaddress.com"), "_self");
}
I know that the PC email actually goes through, it forwards it to me.
View 1 Replies
Jul 31, 2009
I own and I am trying learn and use the CS3 Master collection which comes with Flash 9. I own and had a website built several (9) years ago which I am trying to update the files, So basiclly, I am trying to make updated changes to my own orginal .swf files and todays Flash program give me the message of "cannot open protected movie" I was not ever aware we locked any of the oringal .swf files we produced.
View 8 Replies
Apr 9, 2012
I have a small program developed in Visual Basi 6 and would like other users to access it through my Flash Website. Is it possible to do so. It is a database program that retrieves data from MS Access database which is used as backend.
View 1 Replies
Nov 23, 2009
I'm trying to create/write a custom flash video player program which I want to compile into an .exe after I'm happy with it.The tricky part is, I want my other windows application to be able to specify a path to a video in the hook to open the .exe video player. Example .... When clicked inside of my Custom .Net application, I will open a link to my video program with a hook for which video to play as such...
Target: "C:VideoPlayer.exe" -C:VideosExample.flv
how I can do this in code of my video player? I am willing to vary my format of handling this to accomplish my goal. have thought about reading from a text file and pulling the path to the video from there and then deleting the text file later, this is a last resort however as I would like very much to use a command line hook instead. Please give me any suggestions or ideas and or samples of code.
View 1 Replies
Aug 6, 2010
Is it possible to open just my default mail "e.g. outlook" rather than open a browser and the outlook?
on(release){
getURL("mailto:mymail@mail.com");
}
View 2 Replies
Jan 15, 2010
I made a Flash banner ad that I want to put on my site for my client to view. In Flash, when I test it, everything works, button email link. I import it into the body of my DW html page, test it in DW...works. However, when I upload to my site, the button doesn't open an email link.
Attachments: MatterAd.swf (32.3 K)
View 1 Replies
Apr 12, 2005
Is it possible to have a button in my movie, that opens Outlook so we can send a email? And when outlook is open the correct e mail address is already set? Do I need php, or asp, or can I do this plain simple?
View 3 Replies