Available Plugins
Yousearch plugin
This plugin displays a small searchbox in the player that searches youtube for videos. The search results are loaded in the playlist of the player.
This plugin is compatible with version 4.1 of the player.
Example
Here is an example of the yousearch plugin in action. The flashvars are shown below the example. Next to loading the plugin, this example shows the playlist, hides the icons in the display and preloads a feed with top Youtube videos:
playlist=right&playlistsize=360&file=http://gdata.youtube.com/feeds/api/standardfeeds/recently_featured&icons=false& plugins=yousearch
Configuration
The plugin is loaded with the flashvar plugins=yousearch. This will automatically load the latest version of the plugin straight off our servers. It offers no additional flashvars.
Since this plugin uses the official Youtube API and chromeless player, there's no workarounds to either hiding the Youtube logo or displaying higher quality videos.
Source code
The source code of this plugin can be obtained in a zip (click the zip links at the bottom) or through Subversion:
svn co http://developer.longtailvideo.com/svn/plugins/yousearch
If you don't have a Subversion client, check out Tortoise (Windows) or SC Plugin (MAC).
You don't need Adobe Flash to modify this plugin. Instead, you can edit the plugin with any text editor you like. The plugin can be compiled with the free, cross-platform MXMLC compiler. See our plugin development overview? for more info.
