[[PlayerToc(plugins)]] = Metaviewer plugin = This plugin prints metadata and keyframe positions enclosed in videos in a textbox on screen, which is useful for debugging purposes. It works for MP3, FLV and MP4. This plugin is compatible with version 4.1 of the player. Its positioning flashvars work since version 4.4. == Example == Here is an example of the Metaviewer plugin in action. Play the video to see the data: [[JWPlayer(400,250,file=/player/testing/files/bunny.flv&plugins=metaviewer)]] {{{ file=/player/testing/files/bunny.flv&plugins=metaviewer }}} == Configuration == The plugin is loaded with the flashvar ''plugins=metaviewer''. This will automatically load the latest version of the plugin straight off our servers. It offers a string of flashvars for tweaking the plugin: * '''metaviewer.position''' (''over''): position of the plugin. Can be ''over'', ''left'', ''right'', ''top'' or ''bottom''. * '''metaviewer.size''' (''100''): when the plugin is set to display ''left'' or ''right'', this defines the width of the area the plugin uses. When the plugin is positioned ''top'' or ''bottom'', this defines the height of the area the plugin uses. == Source code == The source code of this plugin can be obtained [changeset:HEAD/plugins/metaviewer?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/metaviewer }}} 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:PluginsCompiling plugin compiling overview] for more info.