<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Video without audio in a landing page in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Video-without-audio-in-a-landing-page/m-p/991913#M39502</link>
    <description>&lt;P&gt;Hi, good afternoon!&lt;BR /&gt;&lt;BR /&gt;I've been trying to add a &lt;STRONG&gt;unmuted&lt;/STRONG&gt; video with autoplay in my landing page, but it is not working, it doesnt even plays in live page. When editting, it works and autoplays with audio.&lt;BR /&gt;&lt;BR /&gt;I tried using this code, &lt;STRONG&gt;without "mutted" attribute&lt;/STRONG&gt;:&lt;BR /&gt;&lt;BR /&gt;&amp;lt;video width="650px" height="366" preload="yes" autoplay="autoplay" loop="loop"&amp;gt;&amp;lt;source src="&lt;A href="https://7735036.fs1.hubspotusercontent-na1.net/hubfs/7735036/Distrito_Boom_Plataforma.mp4" target="_blank" rel="noopener"&gt;https://7735036.fs1.hubspotusercontent-na1.net/hubfs/7735036/Distrito_Boom_Plataforma.mp4&lt;/A&gt;"&amp;gt;&amp;lt;/video&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Thats funny cause when I tried using the code with "mutted" attribute, it seens to work, autoplaying the video without audio.&lt;BR /&gt;&lt;BR /&gt;-&amp;gt; I also tried uploading the video from my archives, without success, cause the advanced setting "mute as default" is not working.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This is my Landing page link:&amp;nbsp;&lt;A href="https://materiais.distrito.me/trial-plataforma-distrito-2024" target="_blank" rel="noopener"&gt;https://materiais.distrito.me/trial-plataforma-distrito-2024&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Is there any solution for this issue? Thanks a lot in advance! &lt;span class="lia-unicode-emoji" title=":sign_of_the_horns:"&gt;🤘&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jun 2024 17:20:34 GMT</pubDate>
    <dc:creator>DPalacios3</dc:creator>
    <dc:date>2024-06-13T17:20:34Z</dc:date>
    <item>
      <title>Video without audio in a landing page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Video-without-audio-in-a-landing-page/m-p/991913#M39502</link>
      <description>&lt;P&gt;Hi, good afternoon!&lt;BR /&gt;&lt;BR /&gt;I've been trying to add a &lt;STRONG&gt;unmuted&lt;/STRONG&gt; video with autoplay in my landing page, but it is not working, it doesnt even plays in live page. When editting, it works and autoplays with audio.&lt;BR /&gt;&lt;BR /&gt;I tried using this code, &lt;STRONG&gt;without "mutted" attribute&lt;/STRONG&gt;:&lt;BR /&gt;&lt;BR /&gt;&amp;lt;video width="650px" height="366" preload="yes" autoplay="autoplay" loop="loop"&amp;gt;&amp;lt;source src="&lt;A href="https://7735036.fs1.hubspotusercontent-na1.net/hubfs/7735036/Distrito_Boom_Plataforma.mp4" target="_blank" rel="noopener"&gt;https://7735036.fs1.hubspotusercontent-na1.net/hubfs/7735036/Distrito_Boom_Plataforma.mp4&lt;/A&gt;"&amp;gt;&amp;lt;/video&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Thats funny cause when I tried using the code with "mutted" attribute, it seens to work, autoplaying the video without audio.&lt;BR /&gt;&lt;BR /&gt;-&amp;gt; I also tried uploading the video from my archives, without success, cause the advanced setting "mute as default" is not working.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This is my Landing page link:&amp;nbsp;&lt;A href="https://materiais.distrito.me/trial-plataforma-distrito-2024" target="_blank" rel="noopener"&gt;https://materiais.distrito.me/trial-plataforma-distrito-2024&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Is there any solution for this issue? Thanks a lot in advance! &lt;span class="lia-unicode-emoji" title=":sign_of_the_horns:"&gt;🤘&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 17:20:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Video-without-audio-in-a-landing-page/m-p/991913#M39502</guid>
      <dc:creator>DPalacios3</dc:creator>
      <dc:date>2024-06-13T17:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Video without audio in a landing page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Video-without-audio-in-a-landing-page/m-p/992130#M39504</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/777611"&gt;@DPalacios3&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;most browsers don't allow autoplay with audio since it's an quite "disturbing" experience for the visitor. Therefore I wouldn't suggest trying to "hack" it with some JavaScript or other potential solutions from the web. The best solution is to add a "play"-button to the video and let the visitor start the video manually.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are some articles from a time when those autoplay policies came to live&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://developer.chrome.com/blog/autoplay" target="_blank" rel="noopener"&gt;Google Chrome Blog&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://bitmovin.com/autoplay-policies-safari-14-chrome-64" target="_blank" rel="noopener"&gt;Bitmovin |&amp;nbsp;To Play, or Not to Play – AutoPlay Policies for Safari 14 and Chrome 64&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;best,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anton&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 23:17:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Video-without-audio-in-a-landing-page/m-p/992130#M39504</guid>
      <dc:creator>Anton</dc:creator>
      <dc:date>2024-06-13T23:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Video without audio in a landing page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Video-without-audio-in-a-landing-page/m-p/993339#M39547</link>
      <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/17186"&gt;@Anton&lt;/a&gt;!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 17:21:15 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Video-without-audio-in-a-landing-page/m-p/993339#M39547</guid>
      <dc:creator>DPalacios3</dc:creator>
      <dc:date>2024-06-17T17:21:15Z</dc:date>
    </item>
  </channel>
</rss>

