Error in FireFox and Chrome when evoking the PHP contact form

I get the following error during the presentation on the contact page of my site in Firefox. Chrome does not display an error, but does not work. IE works fine and sends the e-mail.

Error #2044: Unmanaged by securityError:. Text = Error #2048: security sandbox violation: http://www.greenclouddesign.com/index.swf cannot load data from http://staging.greenclouddesign.com/php/flashcontact.php.
at::contact_51/sendData() [index_fla.contact_51::frame1:22] index_fla

My AC3 code


enter_btn.addEventListener (MouseEvent.CLICK, sendData);

function sendData(evtObj:MouseEvent):void
{
const SCRIPT_URL:String = "http://www.greenclouddesign.com/php/flashcontact.php";
var request: URLRequest = new URLRequest (SCRIPT_URL);
var variables: URLVariables = new URLVariables();

These depend on what calls the script expects to this
variables.frmemail = email_txt.text;
variables.frmname = name_txt.text;
variables.frmcomment = comment_txt.text;

Request.Data = variables;

depends on if the script uses POST or GET
Request.Method = URLRequestMethod.POST;

var urlLoader:URLLoader = new URLLoader();
urlLoader.load (request);
root.gotoAndPlay ("home");
}

Any help is appreciated

update your flash player IE and it will probably fail too.

you have an error in security sandbox because those who resemble different areas to Flash.  a solution would be to use a cross-domain permissions file.   another would be to use a local php (to your swf) file to send and load data cross-domain and then sent to your swf file.

Tags: Adobe Animate

Similar Questions

  • Can I run Firefox and Chrome separately on the same computer

    I'm currently under Firefox and Internet Explore on my computer, can I change Explorer for Google Chrome and that run with Firefox?
    Some articles suggest that they block each other

    Yes, you can run Firefox and Chrome. However, we have to be the default browser. For example, Windows will need to know which browser to use when opening links in programs. Some programs can be coded to use only Internet Explorer, so it is a good idea to leave it installed.

    • Firefox: Tools-> Options-> Advanced Panel (general tab)-> (Select Select) always check to see if Firefox is the default browser on startup-> check now
    • Chrome: Key tool-> Options-> basics (tab)-> make Google Chrome my default browser
  • Problem with 'Reply-To' on the PHP contact form...

    Hi guys,.

    I created a PHP contact form that works perfectly; except, when I received the email in my Inbox and go to there to answer, it is not an answer to the e-mail address of the person who submits the form - in the area of response, he seems to have the email address of the default server.

    Here is my code I included in the same PHP page as my form:

    Sorted!

    I removed...

    $headers. = "reply-To:". "." $_POST ['email']. « \r\n » ;

    .. .and added...

    $headers = "MIME-Version: 1.0\r\n";

    $headers. = "content-type: text/html;" charset = iso-8859-1\r\n ";

    $headers. = "reply-To:". "." $_POST ['email']. « \r\n » ;

  • Open the URL or file not working in Firefox and Chrome (_blank)

    In Captivate 8, I created an advanced where action if the student clicks on an exit button, we present a web page pop - up in a new tab with an investigation into the matter to our company Web site and also to leave the window that was running the online course.  The problem is that it seems only to create this pop-up window when the student uses MS Internet Explorer.

    We ensured that pop-up blockers are disabled when we tested Firefox and Chrome, but it does not solve the problem.  The PC used to test this did Flash Player loaded on them for Firefox and Chrome.

    I initially had my command output on the same page of action after a number of breaks, so I tried to move later on a different page and added more than action breaks, in which case it was a timing problem.

    Someone there to meet other this problem where to open a URL or a file doesn't seem to work Firefox and Chrome even when no pop up blockers were?

    advancedact.jpg

    I want to Captivate 9, but I can't use this version because they have made some internal changes and now my Javascript does not work properly.  Therefore, I must stay with Captivate 8 until they fix their code base.

    Thank you

    Randy

    These breaks don't do anything. They break just the timeline.

    Your JavaScript does nothing no more. You try to set a Captivate variable called 'cmi.exit' that does not exist. You must use:

    SCORM2004_CallSetValue ("cmi.exit", "suspend");

    You must also set the request of nav:

    SCORM2004_CallSetValue ("adl.nav_request", "suspend");

    If there is a problem with a popup being opened in Flash, I would put everything inside an external function. You can put it in the standard.js

    function myExit()

    {

    SCORM2004_CallSetValue ("cmi.exit", "suspend");

    SCORM2004_CallSetValue ("adl.nav_request", "suspend");

    Window.Open ("url to your survey")

    }

  • Get annoying action ads at the top of the Yahoo home page. I always use Firefox and haven't changed the settings, then why the big announcements? I know that they are put there by Yahoo\, but they were not there before, and they aren't there when I open

    Get annoying action ads at the top of the Yahoo home page. I always use Firefox and haven't changed the settings, then why the big announcements? I know that they are put there by Yahoo, but they were not there before and they aren't there when I open Yahoo with Explorer.

    Install adblock more with subscription easylist and check

  • Question of Safari and Chrome. indicates on the navigation screen. "An element of the Protection of the family filter does not work as expected. Restart your computer. If the problem persists, contact support.  Error: failed to hose CPI. »

    Question of Safari and Chrome. indicates on the navigation screen. "An element of the Protection of the family filter does not work as expected. Restart your computer. If the problem persists, contact support.  Error: failed to hose CPI. »

    Quit Safari, Chrome to quit smoking. If necessary Forcequit.

    Start Safari while holding the SHIFT key, select the menu Safari ClearHistory, then after this check that the homepage is the one you want.

    Do the same for Chrome.

    Close all browsers, restart the mac.

  • Hello. I have the CC of LR 2015 version. It downloads fine, but when I try to open the application, I get a message saying: "an internal error has occurred" and "could not create the required folder: / users/celinserbo/library/application support/adobe/li

    Hello. I have the CC of LR 2015 version. It downloads fine, but when I try to open the application, I get a message saying: "an internal error has occurred" and "could not create the required folder: / users/celinserbo/library/application support/adobe/lightroom/develop presets." I tried disconnecting and then signing unistalling the app and back in and resettlement. nothing seems to work. any help would be appreciated.

    Cannot create the folder means that you don't have WRITE permission for this folder. Then... change your permissions.

  • Difference between Firefox and chrome NPAPI

    Hello
    I write a few plug-ins; I myself Gesko SDK from the mozilla site; After build it correctly loaded and works on Firefox;
    I tried to load and run with chrome; I found that chrome can not load the plugin; After debugging, I found that plroblem based on the structures of table - size of the structures is not the same in firefox and chrome.
    Supplementary search lead me to a difference - it's in alignment; Firefox and Gesko using 32-bit alignment/packing and packaging/chrome use 8 bit alignment;
    So, my questions are:
    -What is a bug in chrome or firefox?
    -When it be fixed?
    -I did not work with chrome previously; Since when is - this make a difference?

    This forum is oriented to support end-user for Firefox, not to the developers, so you can't get an answer from someone who knows exactly what you're talking about. For not to sound rude, but if your plugin works in Firefox, but not in Chrome wouldn t it wise to ask a support forum for Google on your Firefox plugin does not work in Chrome?

    With respect to 8-bit vs operating systems 32-bit, AFAIK 8 bits and programs date back like 20 years, so I doubt if Google uses 8-bit in its ' plugins. But that would be better in someone familiar with plugins and development of Chrome.

  • I have a lot of trouble loading email yahoo with firefox and chrome browsers

    When I try to raise Yahoo Email on my Firefox or Chrome browser in the last month or so I find it difficult to use because some of the tabs do not appear or because I can't click on the box or a message in the message list.

    You should not disable the plugins manually each time.  Now that we know that a plugin can cause the problem, we will have to determine which.

    First of all, we will have to go into the settings.  You can click on the image of horizontal parallel lines 3 (sorry for the bad explanation) which is located to the right of the Chrome address bar and select "settings".  Another way is to use again the SHIFT + CTRL + DELETE key combination to bring up the window 'clear browsing data '.  Just click Cancel and we are now in the settings.  On the left side of the screen, you will see "Extensions".  Select this option.

    Would you mind listing the extensions you have installed?

    In any case, the only way to understand what extension/plugin is causing the problem is to try to disable them one at a time.  Just start with the first.  Click on the box that says 'Enable' and then close and restart Chrome.  After restarting Chrome try using Yahoo Mail until find you exactly which extension is causing the problem.

    You'll probably end up deleting the extension/plugin, but before do you I would like to know which extension is causing the problem.

    I'm waiting for your answer and I wish you a beautiful day of gene.

  • SWF embedded in PDF made autoplay in IE (9), do not play in Firefox and Chrome.

    I created a pdf with swf file embedded. Set it to AutoPlay.

    Play well in IE9.

    In Firefox and Chrome video appears (first photo) with a 'play' button.

    Not to play, not automatic nor when I click on the play button.

    Firefox and Chrome, I just downloaded, so the newer versions.

    Windows 7 Professional.

    Found the solution for Firefox.

    In firefox, goto tools/options.

    Looking for Portable Document Format (PDF).

    Select it and in the menu select use Adobe Acrobat (in Firefox) rather than using Firefox (default)

    Thanks but no thanks, the Acrobat team.

  • Site cannot be read with IE, works with Firefox and Chrome

    I have a family site that works very well with Firefox and Chrome, but with when we created a new page and transferred, could not be with IE.

    http://www.thetravelintexans.com/States.htm has been modified to add the latest picture of the last row, it has been downloaded and works fine.

    If you click on the last photo Andrew at Disney, need you for this page http://www.thetravelintexans.com/AndrewsDisney.htm .  This page acts as it does in Internet Explorer, but said quickly at the bottom of the screen, but it is empty.  The source code is visible, but no details of the page at all.  Again, this works very well with Firefox and Chrome.

    I use Dreamweaver CS4.

    Thanks for the tips.

    Fred Blair

    IE gets a little anxious when there is no DOCTYPE to work. He tends to fall back into a quirks mode and behave irrationally. Makes me think of me when I don't have any goals.

    Solution, simply give your pages a DOCTYPE valid and all is well. For more information, see here http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.thetravelintexans.com%2FAndre wDisney.htm

    GRAMPS.

  • Netflix Silverlight crashes in Firefox and Chrome but works ok in Media Center.

    I have a Windows 7 computer, I intended to use for Netflix movies specifically so I can get the subtitles.  Netflix is running in Media center, but does not seem to support subtitles.  Silverlight crashes after 20 or 30 minutes in Firefox and Chrome.  I think it hangs is IE also, but I rarely use it because it is difficult to get through all the options of the offer. I did uninstall it and reinstall stuff without success.

    I'd like an answer.

    Hi wehrmacher,

    See if these items are of no help:
    http://forums.Silverlight.NET/t/130129.aspx/1
    http://support.Mozilla.org/en-us/questions/751159

    Netflix:
    support.Netflix.com/

  • Firefox and Chrome problems with computer Samsung Windows 8

    I got a new laptop from Samsung series 3 a few days ago. I installed Firefox and it periodically only half loads certain web pages such as Yahoo and Facebook, out of all the photos and the tabs. This does not, unless I completely uninstall Firefox with all my information and reinstall it, and then it gives me a few hours and I have to repeat the process. So, since I hate IE 9 and 10, more even than their predecessors, I installed Google Chrome and have exactly the same thing happen. I read in the forums of Firefox and Chrome, it seems to be a problem with the Samsung computers, but none of the fixes there helped me. All I have this problem and it fixed or have a solution?

    Hello

    the problem is Samsung built the program support center.  This is a specific problem of Samsung.  To fix just remove Samsung support center program by using Add/Remove Programs, and then the cache of Firefox clear and all would work fine.

  • video doesn't work does not directly in Firefox and Chrome

    Use the HTML5 video widget and got my mp4 movie to appear and work fine in Safari, but under Firefox and Chrome, it shows a film about the birds diving into the ocean fishing fish, which I suppose is a movie from Adobe. Is it because I do not understand a webm version? The link of webm isn't hot, so I can't use it. Can you just put in the format of a film? WEBM is the preferred format?

    Since I posted, I unchecked "file external webm" and was able to add a local file of the web. Then transferred again and everything works fine now. So it seems that I must download time an MP4 Player and a web file.

    I have the latest Firefox and Chrome browsers.

  • Layout of different text in firefox and chrome?

    Hello

    I just finished my site and I can't seem to correct the empty layout on my text (example: biography section) between Safari and Firefox and chrome that appears as I Muse soft.

    Abakan.fr

    PS: sometimes background image shows too much, I don't know why :-/

    Thank you very much

    David

    I checked out the site with several browsers, but wasn't able to find any difference of layout problem, can you please post some screenshots and add some details like how page content is not rendered correctly on what browser?

    Thank you

    Sanjit

Maybe you are looking for