Video Help

GK User
Thu Jun 30, 2011 2:02 pm
Hello! I am new member and was working on a site which needs a embedded video which is similar to this template. Can some one please help me in creating this video module..what module/component/plugin I would need...my video is from youtube
video.gif
User avatar
Fresh Boarder

GK User
Thu Jun 30, 2011 5:11 pm
You could try here form some ideas extensions.joomla.org You tube embedding etc.
User avatar
Expert Boarder

GK User
Thu Jun 30, 2011 7:00 pm
User avatar
Fresh Boarder

GK User
Thu Jun 30, 2011 10:06 pm
There are a lot of options for embedding videos into Joomla sites but you can't go wrong with JPlayer
It's free,the videos work in all browsers/phones and it works in Joomla 1.5 and 1.6 :)
User avatar
Fresh Boarder

teitbite
Thu Jun 30, 2011 11:00 pm
Hi

I agree. JPlayer is one of the best options to do this.
User avatar
Moderator

GK User
Fri Jul 01, 2011 2:57 pm
Hey all,

Thank you very much for the help!!!

I got it to work with the help of this article and below is the code I used... but my problem now is that I cannot place in a frame...it is sitting outside the frame...Please HELP!! I have attached a picture

<p><a class="gk_video_frame" href="http://www.youtube.cm/watch?v=FlyaWw3kv" rel="mediabox[720 410]"> <img src="images/demo/demo_video_1.JPG" border="0" alt="LoveIndeed Introduction" /> <span class="gk_vframe">Frame</span> <span class="gk_voverlay">Overlay</span> Watch the video </a></p>
User avatar
Fresh Boarder

GK User
Fri Jul 01, 2011 3:06 pm
We need to see it live.
Screenshot in this case doesn't help a lot.
User avatar
Platinum Boarder

GK User
Fri Jul 01, 2011 3:09 pm
User avatar
Fresh Boarder

GK User
Fri Jul 01, 2011 3:47 pm
Hi

Please enable override.css file on template parameters and try adding this line:

Code: Select all
.box .custom.border3 {overflow: hidden;}


Cheers ;)
User avatar
Platinum Boarder

GK User
Fri Jul 01, 2011 8:21 pm
can you please help me with enabling override.css file on template parameters???
User avatar
Fresh Boarder

GK User
Sun Jul 03, 2011 5:36 pm
Hi

I see you manage enable by yourself.
About the code previously provide, replace it on override.css file with:

Code: Select all
.box .content {overflow: hidden;}


Cheers ;)
User avatar
Platinum Boarder

GK User
Tue Jul 05, 2011 2:39 pm
Thank you for the Help!!! :)
User avatar
Fresh Boarder


cron