When creating a Video Ad (using the upload feature), I'm not seeing the following options - can you guide me how to find them?
Thanks!
brentwilliams2 Hi The autoPlay option will work for the local video once a video uploaded you will see it on the left side. About the controls and link may i know which video type you uploading?
Can you please take a look at ad #633 on my site? It is an MP4. I don't see any options for autoplay?
brentwilliams2 Hi This ad video status is declined on your site. Also the local videos are not control with browser even if autoPlay the user user browser set not to play it. Use HTML code formate option to add the code. example below
<video width="320" height="240" controls autoplay> <source src="https://www.multifamilyinsiders.com/media/videos/Dwellsy_Ad.mp4" type="video/mp4"> </video>
brentwilliams2 The current Video ad is not published and status declined. You can post a test ad on frontend with above method for own custom code and apply.
So what you are saying is that even if it is set to autoplay, the browser settings won't accept that, and it will require the end user to click the play button, is that right?
brentwilliams2 Hi You can see the Policy example here https://developer.chrome.com/blog/autoplay/ it depends on browser and User settings.