|
10
|
1 |
This is the README for MetaDataPlayer, an opensource web player with metadata support.
|
|
|
2 |
|
|
23
|
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 |
|
|
|
10 |
|
|
10
|
11 |
Requirements
|
|
|
12 |
============
|
|
|
13 |
|
|
|
14 |
- jQuery 1.4
|
|
23
|
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.
|