Overview
Daniel Scott
Founder of Bring Your Own Laptop & Chief Instructor
instructorI discovered the world of design as an art student when I stumbled upon a lab full of green & blue iMac G3’s. My initial curiosity around using the computer to create ‘art’ developed into a full-blown passion, eventually leading me to become a digital designer and founder of Bring Your Own Laptop.
Sharing and teaching are a huge part of who I am. As a certified Adobe instructor, I've had the honor of winning multiple Adobe teaching awards at their annual MAX conference. I see Bring Your Own Laptop as the supportive community I wished for when I was first starting out and intimidated by design. Through teaching, I hope to bring others along for the ride and empower my students to bring their stories, labors of love, and art into the world.
True to my Kiwi roots, I've lived in many places, and currently, I reside in Ireland with my wife and kids.
Hey, in this video we're going to talk about what 'Create JS' is, and how to use it properly in your banner ads. So what happens is, Adobe Animate has leveraged-- somebody else has made something called 'Create JS', it's a group of libraries that help animation work on modern browsers. Adobe Animate integrates that into Adobe Animate so that you don't have to worry about it, you just bring your timelines and you export it, but for the underlying things to happen, what it needs to do, if I hit "Publish', and I go and look at my files, I've got my HTML and some Javascript that goes along, so in the HTML here, if I open this up in Dreamweaver, select it in any Code Editor, what you'll see at the top here, for this thing to work it needs to go to this external website, createjs.com, and download this thing for it to work, otherwise it won't know what it's doing and it will get lost.
What happens with lots of ad networks is, they say “This will count against your file size, and you can't use it,” because it causes different websites you can't use it at all, but because it's so common they say, "Okay you can use this 'Create JS' library but you have to use our version of it”, and that's easy. What you need to find out is where they're hosting their own version, so in Google, if you Google 'DoubleClick hosted Javascript libraries', you can see here, you're allowed to use Javascript, sorry, Create JS, but you've just got to use their link instead of the one that Adobe Animate produces. I'm copying that, going into this, and actually just switching out this version, they do the same thing.
So that's Google's one, so if I upload this now, I save it and I zip up all of my files, so this, this, and my images. I zip it up, and I send it to them now, they're going to go through and check the HTML and go, you're not allowed Create JS, hang on, it's our version. You're allowed that version.
It is a reasonably big library. It doesn't count against your file size, your 150KB file size, where it used to. So, just double check whether they're allowed to use the default one, which is the createjs.com, as you created it, and although your ad network’s got their own hosted version, or they want you to use is the Google one.
That is the 'Create JS' thing in your thingy-ma-bob and why you need to worry about it.