Email from Flash - non-disabling TFs, encoding problem

Hi,
recently I create Flash-based contact form. I have 2 issues:
1. When user clicks the "Send" button, there is and additional layer over the form - Shape filled with black rectangle, 0.4 alpha and one more with window "Sending in progress". I noticed that it is possible to edit the form fields (these are TextFields with INPUT type). The image below is from my Flash projector - as you can see, there is "cursor" in "message" TF.
2. This form uses PHP to send emails by email() function. When I use my national chars, they aren't shown in sent email, there are rectangles. My .php file uses UTF-8 encoding and gets data from $_GET array and when I tries to send email from browser (just typing an address and my national chars in it), everything's okay. Is there a possibility to made Flash using UTF-8 encoding?
Thank you

OK. Now #1 problem is solved.
I still have 15 points to hand out
Edit: I've already found a solution on kirupa forums.

Similar Messages

  • FLASH Activation email from a non-adobe address?

    I downloaded latest free version of Flash, then received emails from a non adobe address telling me to click on their link to activate the software.  Anyone else getting this?  I am concerned that somehow a third-party is tracking the Flash downloads and asking people to click on links that do anything BUT activate the software.  The emails are from: Flash Player Activation <[email protected]> but no where in the body of the email does it reference Adobe or display an Adobe logo.  The links redirect to https://www.click.icptrack.com/relay.php?****   I have not clicked on the links because I think this is spam but Internet Explorer is still telling me to download the latest Flash version.... anybopdy experience anything similar??

    It's scammers that are targeting FLASH users.  DO NOT CLICK ON THE
    ADDRESS!  You may end up with a virus - or worse.
    ===============

  • I cannot send an email from my iPad 2? No problem receiving, why does this happen? Have tried the suggestions for setting up email and after doing the sync mail through iTunes receiving worked great but still cannot send? Any help would be great

    I cannot send an email from my iPad 2? No problem receiving, why does this happen? Have tried the suggestions for setting up email and after doing the sync mail through iTunes receiving worked great but still cannot send? Any help would be great!

    The fact that you can receive means you have a valid e mail address, and have established the connection to the incoming server, so all of that works.  Since the send does not work, that means your outgoing server is rejecting whatever settings you used formthe outgoing set up.  Try them again. 
    Google your particular isp, and ipad and many times you will find the exact settings needed for your isp.  Or tell us here, and soneone else may be on the same isp.  Some mail services need you to change a port, or have a unique name for the outgoing server.  
    Kep trying.

  • Email From Flash CS3

    Is there a way that I can send an email right from Flash CS3?
    I am creating a contact form and I want the information to go to my
    email address.

    you can use the user's default email program, if they have
    one. you would use navigateToURL() just like using getURL() in as2
    to send email.

  • How do I transfer emails from a non-active superseded inbox to local files.

    I have changed servers and cancelled my old server (email service). I want to transfer all my old emails from my old inbox into local folders so I can delete the old account. I have a new account and a new inbox which is working fine. When I try to transfer emails from the old inbox, the software tries to logon to the old server - which no longer works - and won't let me transfer the emails. I can see and read the emails - so they are on my local computer. I don't want to lose all the old emails. I no longer have access to my old server.

    Imap emails are kept on the server.
    If you synchronized folders for offline use, then it would create an mbox file and keep a copy on your computer. When you connect with server, it updates this file so that the server and your copy are the same.
    As the server is no longer accesible, they will have removed all emails, so you do not want to connect to that server as it would wipe all your emails to match the server. So it is good that you cannot connect. It is also fortunate that it did not make a last connection to an empty server. For future reference it would be better to move IMAP mail account emails prior to stopping the account.
    It sounds like you synchronized emails, which explains why you can still see emails.
    Two options that I can think of:
    Go into 'offline mode' and then try to move the emails into Local Folders.
    Another option.
    Download the addon 'ImportExportTools', then in offline mode, use it to move the emails.
    https://freeshell.de//~kaosmos/mboximport-en.html

  • 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 = "[email protected]";
    $subject = "My Flash site reply";
    $headers = "From: " . $_POST["firstName"] ." ".
    $_POST["lastname"] . "<" . $_POST["email"] .">\r\n";
    $headers .= "Reply-To: " . $_POST["email"] . "\r\n";
    $headers .= "Return-path: " . $_POST["email"];
    $message = $_POST["message"];
    mail($sendTo, $subject, $message, $headers);
    ?>

    i don't download files unless i request them. my guess is
    other potential helpers looked at your message and felt the same
    way.

  • URGENT!! Send an email from Flash 8

    Hi,
    The problem is: I have a web site made with Flash 8 and in
    CONTACT section there is an email Form, this one must send the
    basic sender info (name, email, comments) but my FormMail.pl script
    dont works, then I´ll like another one solution for this
    problem. Thanx

    It would be helpfull, if you could:
    post the fla
    a link to the former html form that
    worked with FormMail.pl if that exsists (or the docu for
    FormMail.pl)
    I write this, because normaly a working solution in html
    should work with flash if it is done right and uses the same
    variable naes etc. It might be that your perl script checks for the
    referer and the flash form has to be at the exact same location as
    the former html one in order to work

  • Flash cs5.5 FLVplayback Encoding Problems with Air for Android

    Dear All,
    I'm trying to play flv in my air application by using FLV playback in flash cs5.5.
    I can play flv in the pc but not on the samsung galaxy tab andriod platform.
    if anyone out there has tried out FLV playback with either an Air For Android application, where the FLV files are packaged within the app, or either streaming via normal http//:, any help  would be greatly appreciated.
    Thanks!

    First disable autoplay. It gave errors for me. Try to make the movie play with the play() command.
    to embed the movie in your air bundle, just go to publish settings for your flash project. Then in that screen go to the player settings.
    In the first GENERAL tab you'll see a the bottom that you can add files to your project
    Propably there is allready your .swf and an .xml file in there.
    Using the + icon you can add your video.
    Make sure that your video is in the same directory as your . FLA file and you can use it as is (by name)
    If for example your flashfile is in c:\mytest\mytest.fla and the video in c:\mytest\videos\myvideo.flv , then you will have to load your video as "videos/myvideo.flv" with a FORWARD slash, never use \
    Good luck

  • Send an email from flash movie

    Hi,
    I am using Captivate 4.
    I am using click-box with the 'send e-mail to' option.
    Is there a way to set default subject for the email?
    Thank you,
    Merav.

    Hi Merav
    Indeed there is. At the end of where you specify the E-Mail address, type a Question mark followed by the word subject, then an equal sign and add the subject. Wherever you would want a space, use %20 instead. In the example below, the link would open the E-Mail client pre-addressed to [email protected] with a subject of "Minnie's recent behavior".
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Sending emails from iPad using 3 network? Problems

    Hi,
    I have an issue with my iPad sending emails via the 3 network. When I change the smtp server port to 587, it verifys and all looks well.
    However, when you go back into the setup screen the server port has reverted to 25! Help.

    MartinRowe57 wrote:
    The smtp.mail.yahoo.com fix will l not work when BT and Yahoo go their separate ways. We need BT to come up with a permanent solution
    I did mention that in the post. The permanent solution will be to use mail.btinternt.com SMTP server.

  • How do I move Outlook email from Windows to iMac

    I have decided to move from Windows (Vista) to iMac (Mavericks) and need to move all my email from my Windows PC (Outlook 2010) to iMail. 
    I've found several suggestions on the internet including various software applications for converting from one to the other although most seem to indicate problems with lost emails.  Is there a recommended method from Apple which works?
    Any help appreciated.
    Alan

    Hi Scribeswtr,
    If you are storing your emails locally on your Windows machine and would like to move them to your new Mac, you may find the following article helpful:
    Mac OS X Mail: How to transfer downloaded email from a non-Mac computer
    http://support.apple.com/kb/ht1534
    Regards,
    - Brenden

  • I cannot send email - error message as follows : 'The sender address (my email address) was rejected by the server smtp.tiscali.co.uk.' I can send email from other apple devices, and the email settings are identical. Any ideas?

    For some reason I cannot send email - all was working fine, but now I get the following error message when I try to send email:
    'The sender address (my email address) was rejected by the server smtp.tiscali.co.uk'
    I can receive incoming mail ok and I can send email from other Apple devices. The problem seems confined to my Mac Book Pro.
    Ant ideas?

    Hello there, Pablo639.
    The following Knowledge Base article offers up some great steps for troubleshooting mail issues on your Mac:
    OS X Mail: Troubleshooting sending and receiving email messages
    http://support.apple.com/kb/TS3276
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Cannot send emails from Hotmail on my iPad appears only after iOS 7 upgrade.

    Cannot send emails from Hotmail acc on my iPad, problem occurred after iOS 7 upgrade. Message appears that user name or password is incorrect in settings but they are correct when checked.

    Try deleting and reinstalling your Hotmail email account.

  • I cannot retrieve email from company exchange?

    I am trying to retreieve my email from my company, I have no problem connecting using IOS7 on both my iPad and iPhone but cannot connect from my iMac or Macbook Pro? I have spoken with our IT deprt but still no joy, however, I downloaded TouchDown (Beta) from NitroDesk yesterday and believe it or not I downloaded all my mail on my desktop! Happy days you might think...yes to a degree but as it is still in beta it is very limited, but my question is, how come this email client can connect but Apple Mail or Outlook cannot? Same settings...

    Well TouchDown is ceratinly downloading all my mail okay, but like I said previously it is still in beta and is quite limited. I was hoping someone was aware of maybe another email client that would also work like TouchDown but with better features...
    I will have another chat with our IT department next week but to be honest its very political at our company so I am not going to hold my breath. Thanks for the replies thus far.

  • Receiving email from logger sysadmin

    Hi,
    I was wondering if anyone might be able to help me here. I've been receiving the same emails in my INBOX over and over again at every 10 minutes with subject "System Log Message".
    FROM: <logger@sysadmin>
    To: [email protected]
    If I view the email header details, I gathered they come with the Public IP address of my netgear router. My SBS server 2003 sits behind this netgear router. Initially, I could tell which of the machines is actually sending that emails out to my mail server. 
    I then tried to troubleshoot it by isolation one component after another.
    So I started off with turning OFF the netgear router with SBS 2003 machine ON. At this stage, I got 0 (zero) of that emails in my INBOX
    Then, step 2: turn ON the netgear router with SBS 2003 machine OFF. After 10 minutes later, I received 0 (zero) of the emails in my INBOX
    Next, step 3: turn ON the netgear router with SBS 2003 machine ON. At this stage, I don't have any other LAN PCs turned ON except for SBS 2003 Server. After 12 minutes later, I began to receive the emails in my INBOX - one after another at the time interval
    of 10 minutes.
    The problem is I don't recall if I did anything to tell the server to send syslog in the past.
    Any help would be very much appreciated.
    Thank you

    Hi James,
    Just an update. I still keep getting emails from logger@sysadmin so the same problem still persists.
    Initially, I thought it was due to the problem with google update service (gupdate) that is unable to automatically start. I removed google toolbar via "add/remove programs" and had also changed it from automatic to manual under Services. I don't know what
    else to check. There must be something that is not working properly and that triggers the server to send an automated email with "system log messages".
    Any other ideas?
    Thank you in advance
    Hi,
    You mean you are using the Google App to semd emails from the
    logger@sysadmin to [email protected]?
    I think you'd better involve the Google app mail to verify the issue. I think the mail flow could be like this:
    logger@sysadmin - Relay to the Google App mail
    -> Google App mail system (Accept the request) - forward to your mailbox
    -> [email protected]
    So you need to verify whether the Google accept this service account's request. I think the main point here might be related to the Google app mail.
    Regards,
    James
    James Xiong
    TechNet Community Support

Maybe you are looking for