Link in Zwischenablage kopieren
Kopiert
On new Animate (2020) the canvas export use createJs:
https://code.createjs.com/1.0.0/createjs.min.js
if i run that with google cdn (from the link: https://support.google.com/richmedia/answer/6307288?hl=en#😞
the canvas dont work.
what is the new link on google cdn for createjs1.0.0 like this createjs CDN:
Usually you can not expect this to happen the next days/weeks after release, google will have to approve the new library first.
Link in Zwischenablage kopieren
Kopiert
There is no cdn-link on google for the new createjs.1.0.0, so work with the old version 19 or include the library in your assets. I know it is super retarted, why did Adobe not push that to Google before they released this "software".
Link in Zwischenablage kopieren
Kopiert
So sad 😞
Link in Zwischenablage kopieren
Kopiert
Is it possible to use the 2019 version of animate? My version got updated without asking
Link in Zwischenablage kopieren
Kopiert
Go to the creative cloud launcher and there to all applications, on Animate 2020 you have 3 dots on the right lower corner, there you select other versions and pick the 2019 one.
Link in Zwischenablage kopieren
Kopiert
Thank u so much!
Link in Zwischenablage kopieren
Kopiert
I realized this issue only after updating. Now, when I go back to 2019, it's still breaking my animation. Any ideas why Animate 2019 would act this way?
Link in Zwischenablage kopieren
Kopiert
Try to reinstall the app and restart your machine. Check if you still have the 2020 version installed, maybe you are sharing settings between the apps.
Link in Zwischenablage kopieren
Kopiert
Thanks! Turns out, there was a problem with Dreamweaver 2020 so after I uninstalled that and went back to 2019, everything was working as expected. Hopefully this can get straightened out soon.
Link in Zwischenablage kopieren
Kopiert
That's incredible! I hope they are working to solve this asap.
I'm working with flash/animate since flash mx and not happy with this 2020 version 🙂
Link in Zwischenablage kopieren
Kopiert
Usually you can not expect this to happen the next days/weeks after release, google will have to approve the new library first.
Link in Zwischenablage kopieren
Kopiert
Hey guys,
It´s looks like Google has updated the create.js library.
I´ve tested with the new link and my banners are ok to go:
Hugs,
MS
Link in Zwischenablage kopieren
Kopiert
The correct link is:
https://s0.2mdn.net/ads/studio/cached_libs/createjs_2019.11.15_min.js
Link in Zwischenablage kopieren
Kopiert
It's too fat...
"createjs_2019.11.15_min.js" = 237ko
vs
"createjs-2015.11.26.min.js" = 187ko
Link in Zwischenablage kopieren
Kopiert
Thanks so much! This link works, and Google also accepts it when I upload the ads.
Link in Zwischenablage kopieren
Kopiert
Greet thanks!
Link in Zwischenablage kopieren
Kopiert
life saver!!!
Link in Zwischenablage kopieren
Kopiert
Рахмет! Қазақтардан сәлем!
Link in Zwischenablage kopieren
Kopiert
You will have to edit your HTML file and replace the line near the top that says:
<script src="https://code.createjs.com/1.0.0/createjs.min.js"></script>
the new line should read:
<script src="https://s0.2mdn.net/ads/studio/cached_libs/createjs_2015.11.26_54e1c3722102182bb133912ad4442e19_min.js"></script>
Source: (Google Ad Words Support):
https://support.google.com/google-ads/answer/1722096?hl=en#zippy=%2Call-other-html-ads
Link in Zwischenablage kopieren
Kopiert
Of course, if you are already using the Google-hosted CreateJS, then what i have found is that you need to run "standard" ad sizes to be approved through the Google HTML5 Validator https://h5validator.appspot.com/adwords/asset
Sizes found here: https://support.google.com/google-ads/answer/1722096?hl=en#zippy=%2Canimated-and-non-animated-image-...
If your ad size is not found in this list, you will have to check the box on the Validator that says "Select for App Campaigns". That usually gets my odd-sized ads through the check.
Link in Zwischenablage kopieren
Kopiert
Actually, the new Create.js file hosted by Google is this:
https://s0.2mdn.net/ads/studio/cached_libs/createjs_2019.11.15_min.js
so
<script src="https://s0.2mdn.net/ads/studio/cached_libs/createjs_2019.11.15_min.js"></script>
It won't work to use the one at: