Skip to main content
Inspiring
May 24, 2020
Question

Can I place the Create JS file on my server?

  • May 24, 2020
  • 2 replies
  • 725 views

When I publish from Animate, it places the code https://code.createjs.com/createjs-2015.11.26.min.js in the html5 file. Thus when using the published html file in a website on a server, it has to go to another server to get the "createjs file". Can the createjs file be placed on the server running the website so that there is no need to go to another server? I have some very old Animate files that published with the createjs code calling an http website rather than the current https website for createjs.

This topic has been closed for replies.

2 replies

RJWAuthor
Inspiring
May 24, 2020

Thank you Colin!

Colin Holgate
Inspiring
May 24, 2020

In the publish settings is an option to use Javascript hosted libraries. Uncheck that, and then you will get the CreateJS files you need to put onto your server. That's especialy useful if you are going to do a presentation in a location that may not have Internet you can use.