Hello Angelo...a really great job!!! 😍 I only have one small problem. When I preview the work, everything works fine. But when I go to publish, the buttons no longer work! :( 😡 What am I doing wrong?
Hi Gabriel! Nothing you're doing wrong. The interactivity likely needs to be hosted live to function properly. It won't work if you're trying to view it locally on your computer. I use a code editor called Brackets to upload the folder containing html, javascript and images and then do a Live Preview to see it working in action. Hope that helps.
Your tutorials are so helpful :) Is it possible to use an MP4 file in an HTML banner ad? For example a video playing in the background and then animate text over it?
Thanks a wonderful tutorial. When developing with, I was faced with such a problem. I can’t place the created control buttons in the upper layer so that they are placed in the video itself and not under it. Tell me how to do it?
I found the answer to my question. Write this code in the first frame. var dom_container = document.getElementById("dom_overlay_container"); dom_container.style.zIndex=-1;
How to include these links in one HTML file? manifest: [ {src:"components/lib/jquery-3.4.1.min.js", id:"lib/jquery-3.4.1.min.js"}, {src:"components/sdk/anwidget.js", id:"sdk/anwidget.js"}, {src:"components/video/src/video.js", id:"an.Video"} ],
This was an awesome step-by-step tutorial. You’re amazing! Can’t wait for more of these types of tutorials.
Thanks! I am glad you enjoyed it.
i spent an entire day trying to figure out how to do this and you just made my week 😭THANK YOU
Love to hear it!
Excellent tutorial. I will try this out
Hello Angelo...a really great job!!! 😍
I only have one small problem. When I preview the work, everything works fine. But when I go to publish, the buttons no longer work! :( 😡
What am I doing wrong?
Hi Gabriel! Nothing you're doing wrong. The interactivity likely needs to be hosted live to function properly. It won't work if you're trying to view it locally on your computer. I use a code editor called Brackets to upload the folder containing html, javascript and images and then do a Live Preview to see it working in action. Hope that helps.
Your tutorials are so helpful :) Is it possible to use an MP4 file in an HTML banner ad? For example a video playing in the background and then animate text over it?
your tutorial is very clear I love it, and I hope I can learn more
Happy to hear that and glad it helped you! 🙂
Thanks a wonderful tutorial. When developing with, I was faced with such a problem. I can’t place the created control buttons in the upper layer so that they are placed in the video itself and not under it. Tell me how to do it?
I found the answer to my question. Write this code in the first frame.
var dom_container = document.getElementById("dom_overlay_container");
dom_container.style.zIndex=-1;
How would you add a button that changes the source of the video to another file?
can you please create a series of Dynamic ads like product carousel, Video banner ads, Interactive banner ads. Please I want to Learn
Thanks Jonathan for sharing your tutorial ideas with me. There will be many banner ad tutorial coming so stay tuned.
Buttons, if they are to overlap with the video, won't function.
How to include these links in one HTML file? manifest: [
{src:"components/lib/jquery-3.4.1.min.js", id:"lib/jquery-3.4.1.min.js"},
{src:"components/sdk/anwidget.js", id:"sdk/anwidget.js"},
{src:"components/video/src/video.js", id:"an.Video"}
],