clipbucket/upload/player/CB_html5_player/plugins/related/related.xml
Fahad Abbas f3301f69dd manage_players.html : removed player default size option
functions_video.php : replaced get_normal_vid() and get_hq_vid() with get_video_files() for Html5 player 
html5_player.html : added flashplayer option.
html5_player.js : Added added option for multiserver video files, edited full screen function , solved video loading issue
html5_player.php : Added added option for multiserver video files, player settings option, flashplayer.js
html5_player_header.html : empty now! 
style.css : added and edited some classes  { resolution, right click menu  }
2014-12-08 14:51:09 +00:00

31 lines
981 B
XML

<plugin>
<title>Related</title>
<filename>related.swf</filename>
<version>1.0</version>
<compatibility>Compatible with 5.0</compatibility>
<author>LongTail Video</author>
<description>This plugin displays a menu with related videos.</description>
<href>http://developer.longtailvideo.com/trac/browser/plugins/related/</href>
<flashvars>
<flashvar>
<name>file</name>
<default />
<description>
URL link to an mRSS playlist containing related video metadata.
If not set or empty, the "related videos" screen will display "No related videos found"
</description>
</flashvar>
<flashvar>
<name>oncomplete</name>
<default>true</default>
<description>Show the related videos screen when the video completes.</description>
</flashvar>
<flashvar>
<name>usedock</name>
<default>true</default>
<description>If false, the dock button for popping the related videos will not be shown.</description>
</flashvar>
</flashvars>
</plugin>