Tabs Manager GK3

Memovie Joomla Template support forum for Joomla 1.5 only.
GK User
Fri Mar 04, 2011 1:16 am
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.
User avatar
Junior Boarder

teitbite
Sat Mar 05, 2011 3:04 am
Hi

I'm using this code and all works just fine:

Code: Select all
<object width="315" height="232">
<param name="movie" value="http://www.youtube.com/v/L6vi8U5NNjE?fs=1&hl=pl_PL" />
<param name="allowFullScreen" value="true" />
<param name="allowscriptaccess" value="always" /><embed type="application/x-shockwave-flash" width="315" height="232" src="http://www.youtube.com/v/L6vi8U5NNjE?fs=1&hl=pl_PL" allowfullscreen="true" allowscriptaccess="always"></embed>
</object>
User avatar
Moderator

GK User
Sat Mar 05, 2011 11:08 am
Thank you that worked...
User avatar
Junior Boarder

teitbite
Mon Mar 07, 2011 6:26 am
Hi

Glad I could help :)
User avatar
Moderator


cron