Learn how to add video in Adobe Animate

Поделиться
HTML-код
  • Опубликовано: 29 ноя 2024

Комментарии • 17

  • @wing_chun_science
    @wing_chun_science 10 месяцев назад +1

    This was an awesome step-by-step tutorial. You’re amazing! Can’t wait for more of these types of tutorials.

    • @AngeloMontilla
      @AngeloMontilla  10 месяцев назад

      Thanks! I am glad you enjoyed it.

  • @alanasofiana
    @alanasofiana 4 месяца назад

    i spent an entire day trying to figure out how to do this and you just made my week 😭THANK YOU

  • @DadBodDrumming
    @DadBodDrumming 10 месяцев назад

    Excellent tutorial. I will try this out

  • @gabrieleperni
    @gabrieleperni Месяц назад

    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?

    • @AngeloMontilla
      @AngeloMontilla  Месяц назад

      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.

  • @XGarrowX
    @XGarrowX 8 месяцев назад

    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?

  • @JVTProjects
    @JVTProjects 9 месяцев назад

    your tutorial is very clear I love it, and I hope I can learn more

    • @AngeloMontilla
      @AngeloMontilla  9 месяцев назад

      Happy to hear that and glad it helped you! 🙂

  • @Lozarium
    @Lozarium 7 месяцев назад

    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?

    • @Lozarium
      @Lozarium 7 месяцев назад

      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;

  • @MichaelNarlock
    @MichaelNarlock 4 месяца назад

    How would you add a button that changes the source of the video to another file?

  • @jonathanr9177
    @jonathanr9177 9 месяцев назад

    can you please create a series of Dynamic ads like product carousel, Video banner ads, Interactive banner ads. Please I want to Learn

    • @AngeloMontilla
      @AngeloMontilla  9 месяцев назад +1

      Thanks Jonathan for sharing your tutorial ideas with me. There will be many banner ad tutorial coming so stay tuned.

  • @gokhanersan8561
    @gokhanersan8561 6 месяцев назад

    Buttons, if they are to overlap with the video, won't function.

  • @Lozarium
    @Lozarium 7 месяцев назад

    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"}
    ],