Page 1 of 1

Chromeless Youtube player

Posted: Tue Jul 21, 2009 6:57 am
by Benjamin
Can someone test this in Linux using firefox 3.0.11 please? The example won't even work for me.

http://code.google.com/apis/youtube/chr ... ple_1.html

I get an error saying that ytplayer is not defined.

Re: Chromeless Youtube player

Posted: Tue Jul 21, 2009 9:09 am
by spider.nick
astions wrote:Can someone test this in Linux using firefox 3.0.11 please? The example won't even work for me.

http://code.google.com/apis/youtube/chr ... ple_1.html

I get an error saying that ytplayer is not defined.
Or, you could save yourself the time of a reply, and visit http://browsershots.org/. What a great resource, eh?

Nick

Re: Chromeless Youtube player

Posted: Tue Jul 21, 2009 9:25 am
by Benjamin
No I'm sorry, that doesn't help me. I believe the issue was the version of flash which I had installed.

Re: Chromeless Youtube player

Posted: Tue Jul 21, 2009 9:40 am
by jayshields
I think you can change the Flash version on browser shots.

Re: Chromeless Youtube player

Posted: Tue Jul 21, 2009 9:45 am
by superdezign
spider.nick wrote:Or, you could save yourself the time of a reply, and visit http://browsershots.org/. What a great resource, eh?
Yes, it is. o.o

Learn something new everytime I come to DevNet.

Re: Chromeless Youtube player

Posted: Thu Jul 23, 2009 6:36 am
by JAB Creations
I don't see any errors in any of the JavaScript consoles (Safari 4, Opera 10, Firefox 3.5) on XP.

For a test case it looks sweet though no video loads for me in any of the browsers I tested.

Re: Chromeless Youtube player

Posted: Thu Jul 23, 2009 2:17 pm
by Benjamin
JAB Creations wrote:I don't see any errors in any of the JavaScript consoles (Safari 4, Opera 10, Firefox 3.5) on XP.

For a test case it looks sweet though no video loads for me in any of the browsers I tested.
I was able to get it to work by reinstalling my flash players. The javascript error went away.

Re: Chromeless Youtube player

Posted: Thu Jul 23, 2009 4:18 pm
by omniuni
The javascript does not seem to be quite sound, though. Konq's JS debugger points to loadNewVideo on line 64 as the problematic code.

Re: Chromeless Youtube player

Posted: Fri Jul 24, 2009 6:03 am
by JAB Creations
I saw no errors...but the script didn't seem to be executing...so it doesn't mean there aren't any errors. Once the video is working then functional errors will appear (e.g. a variable is null).