Jump to content
Search Community

ricardoandrade@tgvinterior

Members
  • Posts

    3
  • Joined

  • Last visited

ricardoandrade@tgvinterior's Achievements

1

Reputation

  1. Ah ok. soory I didin't knew ... I have my animation file and the html and js file in one folder. and when I upload the zip file to google ads the message said that : Your HTML5 ad is trying to reference a resource external to the .ZIP file: https://code.createjs.com/1.0.0/createjs.min.js. Only internal file references are allowed (for example, "path / to / asset / in-zip.png"). <html> <head> <meta name="ad.size" content="width=120,height=600"> <meta name="authoring-tool" content="Adobe_Animate_CC"> <title>index</title> <!-- write your code here --> <script src="https://code.createjs.com/1.0.0/createjs.min.js"></script> <script src="index.js"></script> <script> var canvas, stage, exportRoot, anim_container, dom_overlay_container, fnStartAnimation; function init() { canvas = document.getElementById("canvas"); anim_container = document.getElementById("animation_container"); dom_overlay_container = document.getElementById("dom_overlay_container"); var comp=AdobeAn.getComposition("2CD73DF3FC134BF0913FBBFE2DD86EC6"); var lib=comp.getLibrary(); var loader = new createjs.LoadQueue(false); loader.addEventListener("fileload", function(evt){handleFileLoad(evt,comp)}); loader.addEventListener("complete", function(evt){handleComplete(evt,comp)}); var lib=comp.getLibrary(); loader.loadManifest(lib.properties.manifest); } Can you help me?
  2. I've create in Animation 2020 some HTML banners for google Ads. Than when I do the upload it it doesnt work. How can I fiz it? https://code.createjs.com/1.0.0/createjs.min.js
×
×
  • Create New...