141
jayjay
Re: Youtube HotLink Gallery
  • 2008/3/21 14:51

  • jayjay

  • Not too shy to talk

  • Posts: 175

  • Since: 2003/9/10


Le voilĂ . You got mail!

Hope you can add it in some (any ) future release. Until then I suppose it can be found on McDonalds Store.

142
McDonald
Re: Youtube HotLink Gallery
  • 2008/3/21 15:37

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


Quote:
Hope you can add it in some (any ) future release. Until then I suppose it can be found on McDonalds Store.


Yep, see announcement here.

143
canuser
Re: Youtube HotLink Gallery
  • 2008/3/22 23:06

  • canuser

  • Just popping in

  • Posts: 44

  • Since: 2003/3/4 7


Dear McDonald,

Thanks for your modules.

I would like to make the video autoplay when click the singlevideo.php, I try to put &autoplay after the code in youtube but it doesn't show the thumbs image. It is because the thumbs image get it from code@autoplay.default.jpg

Can you tell me where should I put &autoplay=1 ?

Thanks

144
McDonald
Re: Youtube HotLink Gallery
  • 2008/3/23 0:49

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


All coding is done in include/video.php.
Look for the function xtube_showvideo. In this function the following is for YouTube:
//Show if source is YouTube
    
if ($source == 0)
    {
       
$showvideo '<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/' $vidid '"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/' $vidid '" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>';
    }


This is the code that finally embeds the YouTube video.

You might try it by replacing the lines above with these:
//Show if source is YouTube
    
if ($source == 0)
    {
       
$showvideo '<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/' $vidid '"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/' $vidid '&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>';
    }

145
canuser
Re: Youtube HotLink Gallery
  • 2008/3/23 19:37

  • canuser

  • Just popping in

  • Posts: 44

  • Since: 2003/3/4 7


Thank you very much. It works good.

146
eventspeak
Re: Youtube HotLink Gallery
  • 2008/3/29 15:04

  • eventspeak

  • Just popping in

  • Posts: 66

  • Since: 2006/3/20


McDonald,

I cant seem to have a video show up on the page. It installs and i have the correct version of flash installed on my comp0uter.

Has any one not have the video show up or not be able to play.

Any suggestions..
James Trivlis
james(@)Eventspeak.com
http://www.eventspeak.com

147
McDonald
Re: Youtube HotLink Gallery
  • 2008/3/29 15:39

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


Appr. a week ago a small typo was corrected causing the categories not to show up.
So, if you downloaded XoopsTube before March 22 I suggest to download it again.

The video doesn't show up if you enter the wrong video id-code as showed in the submit forms (under the field for the id-code).

148
eventspeak
Re: Youtube HotLink Gallery
  • 2008/3/29 15:53

  • eventspeak

  • Just popping in

  • Posts: 66

  • Since: 2006/3/20


I down loaded the correct one but i will uninstall and re-download now.

I dont have any issues with the catagories just that the video does not play?
\
I confirmed the code is correct.


i willopen it up for you to see and test..

http://www.eventspeak.com/modules/xoopstube/



Check it out..
James Trivlis
james(@)Eventspeak.com
http://www.eventspeak.com

149
McDonald
Re: Youtube HotLink Gallery
  • 2008/3/29 16:16

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


For the video "Attack! Marketing - Song Airlines Promotion":

Video id-code: g2NtkysAWKo

Do not enter an image url for YouTube as mentioned.

Enter the correct publisher name: noelchandler

.::EDIT::.
If you enter another publisher name then mentioned on YouTube the link to the publishers' account on YouTube won't work.



Because the thumbnail doesn't show up you can see you've entered the wrong code!

150
canuser
Re: Youtube HotLink Gallery
  • 2008/4/27 4:58

  • canuser

  • Just popping in

  • Posts: 44

  • Since: 2003/3/4 7


1. I want to change the font size of the title bar in the xtubestyle.css , but it doesn't work.

2. How to show the horizontal thumbs only 5 in 1 line and the rest on the second and third lines if it is over 10 thumbs?

Login

Who's Online

173 user(s) are online (103 user(s) are browsing Support Forums)


Members: 0


Guests: 173


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits