[[PlayerToc(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: [[JWPlayer(720,270,playlist=right&playlistsize=360&file=http://gdata.youtube.com/feeds/api/standardfeeds/recently_featured&icons=false&plugins=yousearch)]] {{{ 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 [changeset:217/plugins/yousearch?old_path=%2F&format=zip in a zip] (click the zip links at the bottom) or through [http://subversion.tigris.org/ Subversion]: {{{ svn co http://developer.longtailvideo.com/svn/plugins/yousearch }}} If you don't have a Subversion client, check out [http://tortoisesvn.tigris.org/ Tortoise] (Windows) or [http://scplugin.tigris.org/ 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 [http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3sdk MXMLC compiler]. See our [wiki:BuildingPlugins plugin development overview] for more info.