source: plugins/sharing/v5/doc/examples/example_sharing_skinning.xml @ 1749

Revision 1749, 740 bytes checked in by jeroen, 2 years ago (diff)

converted sharing plugin docs to html+examples, so they are a one shot copy into Drupal

  • Property svn:executable set to *
RevLine 
[1711]1<example>
2    <player>
3        <flashplayer>http://player.longtailvideo.com/player.swf</flashplayer>
4        <id>playerID</id>
5        <width>480</width>
6        <height>270</height>
7        <flashvars>
8            <file embedvalue="http://content.bitsontherun.com/videos/nPripu9l-916885.mp4">/videos/bunny.mp4</file>
9            <image embedvalue="http://content.bitsontherun.com/thumbs/nPripu9l-480.jpg">/thumbs/bunny.jpg</image>
10            <skin embedvalue="http://content.longtailvideo.com/skins/glow/glow.zip">/assets/glow.zip</skin>
11        </flashvars>
12        <plugins>
13            <plugin name="sharing-2">
14                <link>http://www.bigbuckbunny.org</link>
15            </plugin>
16        </plugins>
17    </player>
18</example>
Note: See TracBrowser for help on using the repository browser.