Copy link to clipboard
Copied
Hi all. I'm having an issue that images that are imported are not showing up in publish nor they loading at all (checked chrome dev tools) when I use a custom template, however in publish settings when I set back to "use default" template images are loaded up fine. I tried checking/unchecking "overwrite HTM file on publish" and still can't get it work. Em I missing something or is this a bug?
Thanks in advance
Copy link to clipboard
Copied
Figured it out. I didn't have the following code which loads the manifest.
loader.addEventListener("fileload", function(evt){handleFileLoad(evt,comp)});
loader.addEventListener("complete", function(evt){handleComplete(evt,comp)});
loader.loadManifest(lib.properties.manifest);
Find more inspiration, events, and resources on the new Adobe Community
Explore Now