I just added "YouTube User Name" and "Tags" search fields to the YouTube player. Type a user name or list of space separated tags into the field, and press return.
You can try it here: http://www.donhopkins.com/video/test/video/test-youtubeplayer.lzx?lzt=swf Here are the relevant sources for the YouTube player, soon to be checked into the video branch: http://www.donhopkins.com/video/test/video/test-youtubeplayer.lzx?lzt=source http://www.donhopkins.com/video/lps/components/av/youtubeplayer.lzx?lzt=source It requires some resources in: http://www.donhopkins.com:8080/video/lps/components/av/resources It's based on the video components defined here: http://www.donhopkins.com/video/lps/components/extensions/av/camera.lzx?lzt=source http://www.donhopkins.com/video/lps/components/extensions/av/mediadevice.lzx?lzt=source http://www.donhopkins.com/video/lps/components/extensions/av/mediastream.lzx?lzt=source http://www.donhopkins.com/video/lps/components/extensions/av/microphone.lzx?lzt=source http://www.donhopkins.com/video/lps/components/extensions/av/rtmpconnection.lzx?lzt=source http://www.donhopkins.com/video/lps/components/extensions/av/videoview.lzx?lzt=source -Don Don Hopkins wrote: > This YouTube player was surprisingly easy to put together! No server > support necessary -- totally a solo application. > > It uses the YouTube ReST api to fetch a list of the most popular > videos, then when you click on a video thumbnail, it fetches the html > web page to watch it, parses out the url parameters, and then starts > streaming the flv file! > > http://www.donhopkins.com/video/test/video/test-youtubeplayer.lzx > > -Don > > > > _______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
