Skip to main content
Participant
September 13, 2020
Question

cross-domain images error

  • September 13, 2020
  • 1 reply
  • 1164 views

I have flash files made up with Actionscript 2.0 now I am working on converting it into HTML 5 using Animate 2020 I have buttons like next, previous I have used Actionscript 3,0 for it the output is running in the flash player but if I open it into any browser, buttons scripts are not working they are showing error "security restrictions on reading canvas pixel data with local or cross-domain images." please help me with the solution

    This topic has been closed for replies.

    1 reply

    kglad
    Community Expert
    Community Expert
    September 13, 2020

    if you're testing on your local computer and loading objects from another security sandbox (eg, the internet), you can expect those restrictions.

     

    you can test from a non-local server or https://community.adobe.com/t5/animate/html5canvas/td-p/8850624?page=1

    PC5E2FAuthor
    Participant
    September 13, 2020

    Thank you for replying it was helpful, I have tried as you have instructed it worked but now I am facing 2 problems :

     

    1) I have (.fla) file and its HTML output in one folder if I copy-paste the files into another folder, again the buttons Actionscript is not working

     

    2) Also if I remove the (.fla) file from that folder (as I have to upload online) I am facing the same issue

     

    for both problems after checking into the console, I am getting "Uncaught An error has occurred. This is most likely due to security restrictions on reading canvas pixel data with local or cross-domain images."

     

    can you please help me with that?

    Legend
    September 14, 2020

    The presence or absence of the FLA file has absolutely nothing to do with HTML content working. As KgLad already sort of explained, you're going to get these security errors when the page isn't running from a web server.