Changeset 1178
- Timestamp:
- 07/25/10 16:38:43 (3 years ago)
- Location:
- plugins/sharing/v5
- Files:
-
- 30 added
- 6 deleted
- 3 edited
- 4 moved
-
assets (added)
-
assets/embedButton.png (added)
-
assets/embedIcon.png (moved) (moved from plugins/sharing/v5/embedIcon.png)
-
assets/embedScreen.png (moved) (moved from plugins/sharing/v5/embedScreen.png)
-
assets/shareButton.png (added)
-
assets/shareIcon.png (moved) (moved from plugins/sharing/v5/shareIcon.png)
-
assets/shareScreen.png (moved) (moved from plugins/sharing/v5/shareScreen.png)
-
build (added)
-
build.bat (deleted)
-
build.sh (deleted)
-
build/build.bat (added)
-
build/build.sh (added)
-
doc (added)
-
doc/Sharing.pdf (added)
-
doc/assets (added)
-
doc/assets/longtail.png (added)
-
doc/rests (added)
-
doc/rests/Makefile (added)
-
doc/rests/conf.py (added)
-
doc/rests/index.rst (added)
-
doc/rests/sharing.rst (added)
-
embedButton.png (deleted)
-
lib/jwplayer-5-classes.xml (added)
-
lib/jwplayer-5-lib.swc (modified) (previous)
-
sdk-classes.xml (deleted)
-
shareButton.png (deleted)
-
sharing.as (deleted)
-
sharing.swf (modified) (previous)
-
sharing.xml (modified) (2 diffs)
-
src (added)
-
src/com (added)
-
src/com/longtailvideo (added)
-
src/com/longtailvideo/plugins (added)
-
src/com/longtailvideo/plugins/sharing (added)
-
src/com/longtailvideo/plugins/sharing/Sharing.as (added)
-
test (added)
-
test/assets (added)
-
test/assets/jquery.js (added)
-
test/assets/playlist.xml (added)
-
test/assets/style.css (added)
-
test/assets/swfobject.js (added)
-
test/index.html (added)
-
test/settings.js (added)
Legend:
- Unmodified
- Added
- Removed
-
plugins/sharing/v5/sharing.xml
r726 r1178 2 2 <title>Sharing</title> 3 3 <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> 6 6 <author>LongTail Video</author> 7 7 <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. 10 11 </description> 11 12 <href>http://developer.longtailvideo.com/trac/browser/trunk/sdk/plugins/</href> … … 14 15 <flashvar> 15 16 <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> 18 22 </flashvar> 19 23 <flashvar> 20 24 <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> 23 30 </flashvar> 24 31 </flashvars> 25 32 26 27 33 </plugin>
Note: See TracChangeset
for help on using the changeset viewer.
