Coralize other streaming sites?
|
|
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. |
|
|
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 |
|
|
ahh, great. that helps a LOT :) *newbie scripter* lol. |
