i spent an entire day trying to figure out how to do this and you just made my week 😭THANK YOU
@AngeloMontilla5 ай бұрын
Love to hear it!
@wing_chun_science10 ай бұрын
This was an awesome step-by-step tutorial. You’re amazing! Can’t wait for more of these types of tutorials.
@AngeloMontilla10 ай бұрын
Thanks! I am glad you enjoyed it.
@XGarrowX9 ай бұрын
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?
@Lozarium8 ай бұрын
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?
@Lozarium8 ай бұрын
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;
@MichaelNarlock5 ай бұрын
How would you add a button that changes the source of the video to another file?
@DadBodDrumming10 ай бұрын
Excellent tutorial. I will try this out
@gabrieleperni2 ай бұрын
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?
@AngeloMontilla2 ай бұрын
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.
@JVTProjects9 ай бұрын
your tutorial is very clear I love it, and I hope I can learn more
@AngeloMontilla9 ай бұрын
Happy to hear that and glad it helped you! 🙂
@gokhanersan85616 ай бұрын
Buttons, if they are to overlap with the video, won't function.
@jonathanr917710 ай бұрын
can you please create a series of Dynamic ads like product carousel, Video banner ads, Interactive banner ads. Please I want to Learn
@AngeloMontilla10 ай бұрын
Thanks Jonathan for sharing your tutorial ideas with me. There will be many banner ad tutorial coming so stay tuned.
@Lozarium8 ай бұрын
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"} ],