Sup guys? I'm using Memovie template and Tabs Manager GK3 and I'm trying to include youtube videos into my tabs. Is this possible, because I remember reading the GK3 pdf and it said don't use the iframe and that's what youtube is including in the code. I also tried the below code and it doesn't show anything on my tab
<p>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="320" height="265" codebase="download.macromedia.com/pub/shockwave/ca...n=6,0,40,0">
<param name="width" value="315" />
<param name="height" value="232" />
<param name="wmode" value="transparent" />
<param name="allowscriptaccess" value="always" />
<param name="allowfullscreen" value="true" />
<param name="src" value="www.youtube.com/v/94xAFUfTiZg&hl=en&...;/param><param name=" />
<param name="allowscriptaccess" value="always" /><embed type="application/x-shockwave-flash" width="320" height="265" src="www.youtube.com/v/94xAFUfTiZg&hl=en&...olor2=0x999999" allowfullscreen="true" allowscriptaccess="always"></embed>
</object>
</p>
thanks.