Skip to main content
Participant
June 16, 2020
Question

Help with adobe animate project

  • June 16, 2020
  • 1 reply
  • 135 views

I have a project that im working on adobe animate html canvas when i publish the project everything is publish perfectly but the only thing is that the text of the page i can selected on the browser is there but cant select it. Is there a way of making that text selectable on the browser? On the project i have dynamic text and the font is a adobe font but still i cant select it online. Maybe you can help me out. Thank you

    This topic has been closed for replies.

    1 reply

    JoãoCésar17023019
    Community Expert
    Community Expert
    June 16, 2020

    Hi.

     

    Unfortunately canvas text are not selectable by default. This is not a limitation for Adobe Animate only.

     

    The workarounds are:

    - Use the a Label component or a TextInput component under Window > Components > User Interface;

    - Create HTML DOM text elements editing the main .html file generated on the output;

    - Create HTML DOM text elements using JavaScript;

    - Use JavaScript to code a custom selection feature. It's an advanced approach, but certainly it's not impossible.

     

    Please let us know if you have any further questions.

     

    Regards,

    JC