![]() |
| | #12 (permalink) |
| Junior Member Join Date: Oct 2007
Posts: 3
![]() | Thanks for this, It is exactly what I was looking for. One Question: This does not seem to be pulling the thumbnails of the videos, just youtube homepage. Was it supposed to get the actual videos thumbnail? Or is there an easy way to do it? Thanks |
| | |
| | #13 (permalink) |
| Junior Member Join Date: Oct 2007
Posts: 3
![]() | Hi, thanks for this great addon, it's what i was looking for. However, i would like to know if it's possible to remove the grey border around the page preview of the video. If yes, how? Thanks in advance! I'm using pligg 9.8.2 |
| | |
| | #14 (permalink) | |
| Administrator | Quote:
In the coming weeks we will be looking to employ another full time member of staff which should help with our workload and also allow us to develop more for the community.Ads | |
| | |
| | #15 (permalink) |
| Junior Member Join Date: Nov 2007
Posts: 6
![]() | Great mod ![]() Can you please tell me where to change the language for the video pop-up window. At the moment its in german i think: Er is 1 maal gestemd op deze video Tags voor deze video: scary,haloween Plus i want to add my own text message underneath that so i would really appreciate the help Once again .... Thanks for a great mod |
| | |
| | #16 (permalink) | |
| Junior Member Join Date: Nov 2007
Posts: 6
![]() | Quote:
I found the the file to edit: play.php Right at the bottom | |
| | |
| | #20 (permalink) |
| Junior Member Join Date: Jan 2008
Posts: 4
![]() | Hi there, I am trying to add an additional site to this mod. The site is kiwiclip.com. I have managed to get it to show the greybox, show the video box, etc however the video never actually plays. It is something to do with the variable that pulls the video id to play it. See here for an example of it not playing. This is the embed code from the site (in red is the variable file number): Code: <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8" width="450" height="367" id="theMediaPlayer"> <param name="movie" value="http://www.kiwiclip.com/flvplayer.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#FFFFFF" /> <param name="allowFullScreen" value="false" /> <param name="swLiveConnect" value="true" /> <param name="FlashVars" value="file=http://www.kiwiclip.com/uploads/68gi8b3yzqe2u6zm.flv&width=450&height=367&displaywidth=450&displayheight=347&overstretch=true&autostart=true&showfsbutton=false&logo=http://www.kiwiclip.com/image_s/playerlogo.png&link=http://www.kiwiclip.com&linktarget=_blank&backcolor=0xFFFFFF" /> <embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="450" height="367" name="theMediaPlayer" src="http://www.kiwiclip.com/flvplayer.swf" flashvars="file=http://www.kiwiclip.com/uploads/68gi8b3yzqe2u6zm.flv&width=450&height=367&displaywidth=450&displayheight=347&overstretch=true&autostart=true&showfsbutton=false&logo=http://www.kiwiclip.com/image_s/playerlogo.png&link=http://www.kiwiclip.com&linktarget=_blank&backcolor=0xFFFFFF"> </embed> </object> Code: // code to display Kiwiclip WWW
if (preg_match("/http:\/\/www.kiwiclip.com\/play.php\?vid=([0-9a-zA-Z\-\_]*)/i", $url, $matches)) {
return '<object width="450" height="367">'.
'<param name="movie" value="http://www.kiwiclip.com/flvplayer.swf?autostart=true&token='.$matches[1].'" />'.
'<param name="swLiveConnect" value="true" />'.
'<param name="allowfullscreen" value="true" />'.
'<embed src="http://www.kiwiclip.com/flvplayer.swf?autostart=true&token='.$matches[1].'" type="application/x-shockwave-flash" flashvars="file=http://www.kiwiclip.com/uploads/'.$matches[1].'.flv" width="450" height="367" displaywidth="450" displayheight="347" name="theMediaPlayer" overstretch="true" logo="http://www.kiwiclip.com/image_s/playerlogo.png" link="http://www.kiwiclip.com" linktarget="_blank" backcolor="0xFFFFFF" pluginspage="http://www.macromedia.com/go/getflashplayer" />'.
'</object>';
} Cheers Dan |
| | |
| Sponsored Links | |
![]() |
| Thread Tools | |
| Display Modes | |
|
|