Coralize other streaming sites?

Subscribe to Coralize other streaming sites? 3 posts, 2 voices

 
ahoier User

I'm looking at the coralize-youtube script, http://userscripts.org/scripts/review/9151?form...

And was just curious, how is it working?

I loaded a youtube page, http://youtube.com/watch?v=I9HBzXitoGc - but see no references to the ID "movie_player" within that youtube source....

BUT, as the video is streaming, I do see Firefox' message, "Transferring data from *.nyud.net" etc, so I know it must be "coralizing as appropriate...

Any help? :) I was interested in this script so I could attempt to "coralize" other video streaming sites.

 
Mindeye Scriptwright

You don't see the "movie_player" reference in the source because the movie player is dynamically written by a Youtube script function. But if you examine the DOM tree after the page has rendered (with Firebug, the DOM Inspector, etc...), you'll see an embed tag with that id

 
ahoier User

ahh, great. that helps a LOT :)

*newbie scripter* lol.