Changeset 1234


Ignore:
Timestamp:
08/24/10 10:11:12 (3 years ago)
Author:
jeroen
Message:

made playlist look little better in sharing test

Location:
plugins/sharing/v5/test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/sharing/v5/test/assets/playlist.xml

    r1178 r1234  
    44 
    55                <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> 
    78                        <enclosure url="http://content.bitsontherun.com/videos/nPripu9l-327.mp4" /> 
    89                        <jwplayer:sharing.link>http://www.longtailvideo.com</jwplayer:sharing.link> 
     
    1112 
    1213                <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> 
    1416                        <enclosure url="http://content.bitsontherun.com/videos/nPripu9l-327.mp4" /> 
    1517                        <jwplayer:sharing.link>http://www.longtailvideo.com</jwplayer:sharing.link> 
     
    1719 
    1820                <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> 
    2023                        <enclosure url="http://content.bitsontherun.com/videos/nPripu9l-327.mp4" /> 
    2124                        <jwplayer:sharing.code><![CDATA[<embed src="http://video.longtailvideo.com/players/nPripu9l-ALJ3XQCI.swf" width="480" height="270" allowfullscreen="true" />]]></jwplayer:sharing.code> 
     
    2326 
    2427                <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> 
    2630                        <enclosure url="http://content.bitsontherun.com/videos/nPripu9l-327.mp4" /> 
    2731                </item> 
  • plugins/sharing/v5/test/settings.js

    r1178 r1234  
    3737                    controlbar:'over', 
    3838                        file:'assets/playlist.xml', 
    39                         height:270, 
     39                        height:240, 
    4040                        shuffle:true, 
    41                         width:680, 
     41                        width:720, 
    4242                        playlist:'right', 
     43                        playlistsize:320, 
    4344                        plugins:'sharing', 
    4445                        'sharing.code':true, 
Note: See TracChangeset for help on using the changeset viewer.