Skip to main content
Known Participant
October 31, 2020
Answered

How long will CreateJS be available?

  • October 31, 2020
  • 2 replies
  • 998 views

Hi, 

I have a question regarding the HTML5 - CreateJS support.
I have created a simple Adobe animate HTML5 project containing a simple Motion Tween animation on it. After publishing the project to HTML5 canvas, when I looked at the html code generated by Adobe Animate, I saw codes for establishing the connection to the external CreateJS site for it to function correctly.
I don't know the exact technical term for this external CreateJS connection/dependancy but I have a question.
Will CreateJS be supported in the next 20 years? Perhaps this question can only be answered by people who created CreateJS and providing the CreateJS to all HTML5 canvas contents on the web, but I am asking this question because it looks like the generated HTML5 canvas is very dependant on the CreateJS and it won't work unless CreateJS is provided externally.
Will HTML5 Canvas stop function just like Adobe Flash swf when the people who created/providing CreateJS service terminate their service? Or is their any other way to make HTML5 canvas web contents (created by using Adobe Animate) to work without using CreateJS?

    This topic has been closed for replies.
    Correct answer n. tilcheff

    Yes, we always use a copy of createjs on our server for the canvas files.

     

    2 replies

    Legend
    October 31, 2020

    Pssst... Publish Settings -> Advanced -> Uncheck Hosted Libraries.

    ZKM128Author
    Known Participant
    October 31, 2020

    It looks like the HTML page is linking to the external createjs javascript file by:

    <script src="https://code.createjs.com/createjs-2015.11.26.min.js"></script> 

    and I see many javascript functions on the page referring to the codes writting on the createjs-2015.11.26.min.js javascript file, eg. var loader = new createjs.LoadQueue(false);

    So, even if createjs.com shuts down, developers can simply copy/download the createjs-2015.11.26.min.js file and put them on their local directory of the website for all html5 canvas contents to function correctly... am I right?

    <script src="/createjs-2015.11.26.min.js"></script> 

     

    n. tilcheff
    n. tilcheffCorrect answer
    Legend
    October 31, 2020

    Yes, we always use a copy of createjs on our server for the canvas files.

     

    Nick - Character Designer and Animator, Flash user since 1998 | Member of the Flanimate Power Tools team - extensions for character animation
    ZKM128Author
    Known Participant
    October 31, 2020

    Thank you n. tilcheff, so now I can create HTML5 canvas animation with Adobe Animate without worries,... In the past, I've created more than 1000 Adobe Flash AS2 swf files which were connecting to the backend database through loadvariablesnum(..) but I've lost all of them due to the fact that flash is no longer supported by mobile devices & PCs. Now, I will start creating HTML5 canvas animation files but this time I will be using javascript functions and form submission for the connecting to the database. Long Live CreateJS, Long Live javascript,,,