Changeset 1178


Ignore:
Timestamp:
07/25/10 16:38:43 (3 years ago)
Author:
jeroen
Message:

added JW5 version of the sharing plugin

Location:
plugins/sharing/v5
Files:
30 added
6 deleted
3 edited
4 moved

Legend:

Unmodified
Added
Removed
  • plugins/sharing/v5/sharing.xml

    r726 r1178  
    22        <title>Sharing</title> 
    33        <filename>Sharing.swf</filename> 
    4         <version>1</version> 
    5         <compatibility>Compatible with 5.0.</compatibility> 
     4        <version>2.0</version> 
     5        <compatibility>Compatible with 5.0</compatibility> 
    66        <author>LongTail Video</author> 
    77        <description> 
    8                 This plugin demonstrates the Player 5 ActionScript API.  It positions itself on or around the player, reads in configuration data,  
    9                 and controls the player 
     8                This plugin contains two options for viral sharing of videos: embed code and share link. 
     9                This plugin places buttons in the dock to access these two screens. 
     10                This plugin can work with playlists and can be skinned with the PNG skinning model. 
    1011        </description> 
    1112        <href>http://developer.longtailvideo.com/trac/browser/trunk/sdk/plugins/</href> 
     
    1415                <flashvar> 
    1516                        <name>code</name> 
    16                         <default></default> 
    17                         <description>Position of the plugin. Can be "over", "left", "right", "top" or "bottom".</description> 
     17                        <default /> 
     18                        <description> 
     19                                The embed code to share. Note it must be urlescaped in the options list. 
     20                                If not set, the "embed" screen is not shown. 
     21                        </description> 
    1822                </flashvar> 
    1923                <flashvar> 
    2024                        <name>link</name> 
    21                         <default>100</default> 
    22                         <description>Width or height of the plugin when not over the display.</description> 
     25                        <default /> 
     26                        <description> 
     27                                The link to the video, or to the page the video is displayed at. 
     28                                If not set, the "share" screen is not shown. 
     29                        </description> 
    2330                </flashvar> 
    2431        </flashvars> 
    2532 
    26  
    2733</plugin> 
Note: See TracChangeset for help on using the changeset viewer.