Youtube Thumbnail in tabs

Joomla template which allow you to present sport news in amazing and professional way.
GK User
Wed Dec 29, 2010 1:46 pm
i have added youtube html code to tabs on the right side (tab VIDEO)
when i change between tabs i see that youtube on right side scrolling from nowhere (screen attached)

i have put there custom xhtml code:
Code: Select all
<p>Atom Trefl Sopot - prezentacja drużyny</p>
<p>
<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>
</p>
User avatar
Fresh Boarder

GK User
Sat Apr 30, 2011 11:06 pm
I am having the same problem, did anyone figre out how to do it?
User avatar
Fresh Boarder

teitbite
Sun May 01, 2011 3:12 pm
Hi

It was answered couple of times on the forum. Please add transparency to the embed code.
User avatar
Moderator

GK User
Sun May 01, 2011 9:55 pm
Please use like this:

Code: Select all
<object width="315" height="232">
<param name="movie" value="http://www.youtube.com/v/L6vi8U5NNjE" />
<param name="allowFullScreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="wmode" value="transparent" />
<embed type="application/x-shockwave-flash" width="315" height="232" src="http://www.youtube.com/v/L6vi8U5NNjE" allowfullscreen="true" allowscriptaccess="always"></embed>
</object>


Cheers ;)
User avatar
Platinum Boarder

GK User
Mon May 02, 2011 6:01 pm
Thank you for your time. I have added transparency, please see below, but the video still isn't showing

<object width="315" height="266"><param name="movie" value="http://www.youtube.com/v/BFgUClBo19A?fs=1&hl=en_US&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/BFgUClBo19A?fs=1&hl=en_US&rel=0" type="application/x-shockwave-flash" width="315" height="266" allowscriptaccess="always" allowfullscreen="true"></embed></object>
User avatar
Fresh Boarder

GK User
Mon May 02, 2011 7:08 pm
TalkingFantasySports wrote:Thank you for your time. I have added transparency, please see below, but the video still isn't showing...


Use exactly this code (with toggle editor mode enable):

Code: Select all
<object width="315" height="266">
<param name="movie" value="http://www.youtube.com/v/BFgUClBo19A"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<param name="wmode" value="transparent"></param>
<embed src="http://www.youtube.com/v/BFgUClBo19A" type="application/x-shockwave-flash" width="315" height="266" allowscriptaccess="always" allowfullscreen="true"></embed>
</object>
User avatar
Platinum Boarder


cron