Page 1 of 1

Video Code (Youtube) Phoca Gallery 3.0.0 RC5(RC4 also)

Posted: 05 May 2011, 00:57
by Bosman71
Hi,

I have a problem with Phoca Gallery with adding Youtube code.

I was using documentation from this link: https://www.phoca.cz/documents/2-phoca-g ... 18-youtube.

The problem is that it only shows the Thumbnail from the file I have added but no Youtube movie.

Did anyone have the same problem or I am doing something wrong?

I would really apreaciate any help.

Re: Video Code (Youtube) Phoca Gallery 3.0.0 RC5(RC4 also)

Posted: 06 May 2011, 00:38
by Bosman71
I've just checked all the code where field "videocode" was present. They are almost perfectly the same.

PhocaGallery version 2.7.5 works fine and YouTube movie is displayed as needed.

In the 3.0.0 rc4 and rc5 does not display it correctly.

Does any one knows what files to check? In the DB data is stored correctly :)

What can I check to solve my problem? Please HELP!!!

Re: Video Code (Youtube) Phoca Gallery 3.0.0 RC5(RC4 also)

Posted: 10 May 2011, 14:29
by Jan
Hi, I will take a look at it, maybe there is some protection of the stored youtube code. :idea:
Thank you for the info.

Jan

Re: Video Code (Youtube) Phoca Gallery 3.0.0 RC5(RC4 also)

Posted: 10 May 2011, 20:13
by Bosman71
Hi Jan,

There is no security issues because as I wrote in previous post I have checked that in the PhocaGallery version 2.7.5 the same code works fine.

The problem is RC4 and RC5 :) I have not tested RC3...

Thanks for any help if you find anything.

Cheers

Re: Video Code (Youtube) Phoca Gallery 3.0.0 RC5(RC4 also)

Posted: 10 May 2011, 22:31
by Bosman71
Thanks for trying to help but it was checked not twice but many many more :D Code was exactly copied from YouTube and works fine on the 2.7.5 not on 3.0.0 RC4 and RC5.

Even if the YouTube movie has restrictions to show it on the other pages that youtube.com the first screen with PLAY button appears. When the button is clicked then it shows the message :)

Biggest hope is in Jan :) I know you 've got a lot of work but I am waiting for help :)

Re: Video Code (Youtube) Phoca Gallery 3.0.0 RC5(RC4 also)

Posted: 16 May 2011, 23:10
by Jan
Hi, it is written in my todo list, so I will take a look at it for the next version.

Jan

Re: Video Code (Youtube) Phoca Gallery 3.0.0 RC5(RC4 also)

Posted: 08 Jun 2011, 18:48
by Jan
Hi, testing it now and get no such problem, the youtube video is playing normally?

Added this code:

Code: Select all

<object width="425" height="355">
    <param name="movie"
value="http://www.youtube.com/v/ha5gaCdulak&
hl=en&rel=0&color1=0x006699&color2=0x54abd6"></param>
    <param name="wmode" value="transparent"></param>
    <embed src="http://www.youtube.com/v/ha5gaCdulak&
hl=en&rel=0&color1=0x006699&color2=0x54abd6"
type="application/x-shockwave-flash" wmode="transparent"
width="425" height="355"></embed>
</object> 
and everything is OK there :idea: