Render Fran
New member
I'm currently having problems embedding YouTube videos into the Hotspot Edit Spot. I am not an experienced coder, the code that YouTube provides me for embedding doesn't work when I plug it in. I found another persons code for show casing a video it works sorta. I was wondering if you have a template for a videos that I could use and swap out the embedding source with mine or just have a Whole other way of putting videos into the Hotspot view. Im currently working with your free version. I don't know if thats would play a factor in getting this to work or not.
YouTube's Code doesn't work:
<object width="640" height="360"><param name="movie" value="//www.youtube.com/v/CsLEBDqmcU0?version=3&hl=en_US&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="//www.youtube.com/v/CsLEBDqmcU0?version=3&hl=en_US&rel=0" type="application/x-shockwave-flash" width="640" height="360" allowscriptaccess="always" allowfullscreen="true"></embed></object>
Other person's Code that sorta works:
<object width="425" height="350">
<param name="movie" value="http://www.youtube.com/v/AyPzM5WK8ys" />
<param name="wmode" value="transparent" />
<embed src="http://www.youtube.com/v/AyPzM5WK8ys"
type="application/x-shockwave-flash"
wmode="transparent" width="425" height="350" />
</object>
YouTube's Code doesn't work:
<object width="640" height="360"><param name="movie" value="//www.youtube.com/v/CsLEBDqmcU0?version=3&hl=en_US&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="//www.youtube.com/v/CsLEBDqmcU0?version=3&hl=en_US&rel=0" type="application/x-shockwave-flash" width="640" height="360" allowscriptaccess="always" allowfullscreen="true"></embed></object>
Other person's Code that sorta works:
<object width="425" height="350">
<param name="movie" value="http://www.youtube.com/v/AyPzM5WK8ys" />
<param name="wmode" value="transparent" />
<embed src="http://www.youtube.com/v/AyPzM5WK8ys"
type="application/x-shockwave-flash"
wmode="transparent" width="425" height="350" />
</object>