What are we supposed to do with active content and youtube videos? None of the codes that I have received will work. Does anyone have more knowledge about this?
FRONT EBAY ACTIVE CONTENT PAGE DOSE NOT WORK WITH YOUTUBE:
http://pages.ebay.com/sell/itemdescription/bestpractices.html#InlineVideoBestPractice
<video width="320" height="240">
<source src="movie.mp4" type="video/mp4">
<p>Here is a video of the product</p>
</video>
AND THIS ONE THAT FROOITION POINTED US TO:
WORKS BUT IS STILL CONSIDERED ACTIVE CONTENT
<!-- BEGIN VIDEO -->
<div style="position:relative; text-align:center; margin:auto; width:100%; max-width:600px;">
<div style="width:100%; padding-top:75%;">
<div style="position:absolute; left:0; right:0; top:0; bottom:0; margin:auto;">
<object width="100%" height="100%" type="text/html" allowfullscreen="true" data="http://www.youtube.com/embed/XXXXXXXXXX?rel=0"></object></div></div></div>
<!-- END VIDEO -->