Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Thanks Yansky, seems to work like before, now. |
|
|
Updated for flash 10. |
|
|
Yes, this doesn't seem to work any longer with Flash Player 10. It makes me sad. |
|
|
The stopped working with the new version 10 of adobe flash player. Tested it on XP and Ubuntu. |
|
|
Dear Yanksy, I want to remove it, and now it just keeps playing even when I have shut down Greasemonkey!
|
|
|
cool,you can also try this youtube video player : http://www.pqdvd.com/flv-video-player.html |
|
|
It stopped working days ago. The video is not plaid. |
|
|
Thank you for this script. However, I think I notice a bug. If I use this script, even though I set in my YouTube account to load the higher quality version of the video, this script will load the standard version. And even if I click on the "watch on the higher quality version", it will not work, which means I only be able to watch in standard version if I am using this script. |
|
|
@Stanmishan - both should work with videos located on the Youtube server. |
|
|
Ok Thanks. But are they working with online youtube video. A mean with video locate on Youtube server ? Jookydo |
|
|
@Stanmishan - Oh I see. These two players are free and both work with youtube: http://www.jeroenwijering.com/?item=JW_FLV_Player Sorry for the misunderstanding. |
|
|
Sorry for spamming, but it's not our goal. What we want, we are looking for Alternate Youtube Player (PlayerTube) to publish it on our website like others available on Jookydo. So if someone is interrest, please send mail to Jookydo website, will we publish it. By by |
|
|
@Stanmishan - first, stop spamming. Second, why would I need to use your third party site when this script does the same thing? |
|
|
I Please find here http://www.jookydo.com/developpez-playertube.html example of Action Script to use our Youtube API and create great
Jookydo.com |
|
|
Why do I get a horizontal scrollbar when I have this script enabled? Normally I dont have a horizontal scrollbar on Youtube. |
|
|
Hi , What we want it’s to share this script, this php script get you the youtube flv file at runtime.
And if someone want to develop online youtube player with it, we will publish it on our website. Jookydo. |
|
|
@Stanmishan - why would I bother? |
|
|
Hello ! You can use our php library to get the youtube flv source :
http://www.jookydo.com/fc/get_flv.php?url_vid=y... like this :
Jookydo.com |
|
|
|
|
|
I've added the code (below) based on YouTotem after the 'else if(iCanHazSpanna){'; now I can use the alternate player to play the best video quality available ;) if(pD) {
var z = null;
var scripts = document.getElementsByTagName('script');
for(var i = 0; i < scripts.length && z == null; ++i) {
z = scripts[i].text.match(/video_id": "([^"]+).+, "t": "([^"]+)/);
}
if(z == null) {
alert('Unable to find video source');
return;
}
var videosrc = 'http://youtube.com/get_video?video_id=' + z[1]+ '&t=' + z[2];
var quality = '18'
videosrc += '&fmt=' + quality;
var spanTex = encodeURIComponent(videosrc);
Then you can also add the code for changing quality directly from the GM menu, and for increasing the player size. My full (with all the features listed above) script is here: http://paste.ubuntu-nl.org/64117/ |
|
|
Yansky, can you build a new script with JW FLV Player?? (see request here) Thanks |
|
|
Thank you so much! Great job. |
|
|
great script, but 2 comments: 1) Can the "fish" logo in fullscreen be a bit smaller? Its too big imho
|
|
|
Thanks Yansky, now working fine for me too.
Lee |