Changeset 1234
- Timestamp:
- 08/24/10 10:11:12 (3 years ago)
- Location:
- plugins/sharing/v5/test
- Files:
-
- 2 edited
-
assets/playlist.xml (modified) (4 diffs)
-
settings.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/sharing/v5/test/assets/playlist.xml
r1178 r1234 4 4 5 5 <item> 6 <title>Both code and link</title> 6 <title>Big Buck Bunny</title> 7 <description>This entry has both an embed code and a share link defined in the playlist.</description> 7 8 <enclosure url="http://content.bitsontherun.com/videos/nPripu9l-327.mp4" /> 8 9 <jwplayer:sharing.link>http://www.longtailvideo.com</jwplayer:sharing.link> … … 11 12 12 13 <item> 13 <title>Link but no code</title> 14 <title>Big Buck Bunny</title> 15 <description>This entry has no code defined, so the plugin uses the embed code of the current player.</description> 14 16 <enclosure url="http://content.bitsontherun.com/videos/nPripu9l-327.mp4" /> 15 17 <jwplayer:sharing.link>http://www.longtailvideo.com</jwplayer:sharing.link> … … 17 19 18 20 <item> 19 <title>Code but no link</title> 21 <title>Big Buck Bunny</title> 22 <description>This entry has no link defined, so the plugin uses the link to the current page.</description> 20 23 <enclosure url="http://content.bitsontherun.com/videos/nPripu9l-327.mp4" /> 21 24 <jwplayer:sharing.code><![CDATA[<embed src="http://video.longtailvideo.com/players/nPripu9l-ALJ3XQCI.swf" width="480" height="270" allowfullscreen="true" />]]></jwplayer:sharing.code> … … 23 26 24 27 <item> 25 <title>Neither code nor link</title> 28 <title>Big Buck Bunny</title> 29 <description>This entry has neither an embed code nor a share link.</description> 26 30 <enclosure url="http://content.bitsontherun.com/videos/nPripu9l-327.mp4" /> 27 31 </item> -
plugins/sharing/v5/test/settings.js
r1178 r1234 37 37 controlbar:'over', 38 38 file:'assets/playlist.xml', 39 height:2 70,39 height:240, 40 40 shuffle:true, 41 width: 680,41 width:720, 42 42 playlist:'right', 43 playlistsize:320, 43 44 plugins:'sharing', 44 45 'sharing.code':true,
Note: See TracChangeset
for help on using the changeset viewer.
