equal
deleted
inserted
replaced
1 This is the README for MetaDataPlayer, an opensource web player with metadata support. |
1 This is the README for MetaDataPlayer, an opensource web player with metadata support. |
|
2 |
|
3 Features |
|
4 ======== |
|
5 |
|
6 o Reads json-converted cinelab metadata |
|
7 o Reads from Youtube, Dailymotion and Flash backends |
|
8 o Loads the data as JSON as well as JSONP |
|
9 |
2 |
10 |
3 Requirements |
11 Requirements |
4 ============ |
12 ============ |
5 |
13 |
6 - jQuery 1.4 |
14 - jQuery 1.4 |
7 - jQuery UI 1.4 |
15 - jQuery UI 1.4 |
|
16 |
|
17 Building the library |
|
18 ==================== |
|
19 |
|
20 The library files are scattered in many files. An ant build script has been made to make the developer and |
|
21 minified versions of the player. It is located in sbin/build/client.xml. |
|
22 |
|
23 Running the examples |
|
24 ==================== |
|
25 |
|
26 You'll have to have a web server configured to serve the metadataplayer directory, because |
|
27 of the flash cross-domain policy. |