source: plugins/related/test/compatibility.html @ 1937

Revision 1937, 585 bytes checked in by jeroen, 23 months ago (diff)

created new guide, cleaned up test assets

  • Property svn:executable set to *
Line 
1<html>
2        <head>
3                <script src="./assets/jwplayer.js" type="text/javascript"></script>
4        </head>
5        <body>
6                <a href="index.html">Back to index</a>
7                <div id="player"></div>
8                <script type="text/javascript">
9                jwplayer('player').setup({
10                        levels: [
11                                { file: './assets/bunny.flv' }
12                        ],
13                        plugins: {
14                                '../bin-debug/related.js': {
15                                        useicons: true,
16                                        file: "./assets/recs.xml"
17                                }
18                        },
19                        'modes': [
20                                {type: 'flash', src: './assets/player.swf'}
21                        ]
22                });
23                </script>
24        NB: Plugin will not load here, due to Flash player mode.
25        </body>
26</html>
27
Note: See TracBrowser for help on using the repository browser.