• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
1

choosing CreateJS version for publishing

New Here ,
Jun 03, 2020 Jun 03, 2020

Copy link to clipboard

Copied

Good day, I used to work a lot in Animate in order to make animated HTML5 banners for Google: Google Display Network, DCM, DBM and DoubleClick. And as you know Google didn't count the weight of the 2015 CreateJS library, since that they had "cashed" it on to their server. Source page . To be exact, the "cashed" version is createjs_2015.11.26

 

My Animate got updated to the current version and seems like it only publishes to CreateJS of 1.0. But this version is *not* on Google services. And uploading it along with the banner will take up space in 150Kb archive.

 

Can you please advice, is there a way to switch the publishing back to the Google-hosted CreateJS of 2015.11.26?

 

 

Views

852

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Beginner , Jun 04, 2020 Jun 04, 2020

This will work:

<script src="https://s0.2mdn.net/ads/studio/cached_libs/createjs_2019.11.15_min.js"></script>

Votes

Translate

Translate
Community Expert ,
Jun 04, 2020 Jun 04, 2020

Copy link to clipboard

Copied

the quickest way would be to edit your html file's createjs include tag.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 04, 2020 Jun 04, 2020

Copy link to clipboard

Copied

thank you @kglad for your quick reply. I tried to overwright the HTML include tag to an older createJS. 

<script src="https://s0.2mdn.net/ads/studio/cached_libs/createjs_2015.11.26_54e1c3722102182bb133912ad4442e19_min....>

instead of 

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

 

But this results with lots of errors in Console and no animation shown. did it work for you?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jun 04, 2020 Jun 04, 2020

Copy link to clipboard

Copied

This will work:

<script src="https://s0.2mdn.net/ads/studio/cached_libs/createjs_2019.11.15_min.js"></script>

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 02, 2021 Mar 02, 2021

Copy link to clipboard

Copied

Hi, 
Sorry to bring up an old thread but I have exactly the same issue as the original questioner, but the solution doesn't work for me (I know it should!).

I end up with the canvas colour and no animation.
My ad was created in Animate v20, with nothing too fancy going on.
When I run it through a Google validator it passes.....it just doesn't actually work.
Any ideas?

Many thanks

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 02, 2021 Mar 02, 2021

Copy link to clipboard

Copied

LATEST

Can you share .fla file?
Hard to tell otherwise.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines