diff -r 5aadbc9f27cd -r a39ff507b050 doc/integration.en.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/integration.en.md Fri Jul 27 19:22:25 2012 +0200 @@ -0,0 +1,136 @@ +# Integrating the Metadataplayer in an HTML page # + +WARNING ! +This documentation refers to version 0.3 of Metadataplayer, now available under the **new-model** branch in our repository +http://www.iri.centrepompidou.fr/dev/hg/metadataplayer + +## Loading the script ## + +The *LdtPlayer-core.js* must be declared in the HTML header. + + + + Metadataplayer integration test + + + +## Declaration of a container HTML element ## + + +
+ +The script for configuring and loading the Metadataplayer must be executed after this element is declared either by : + - Adding a <*script*> element at the bottom of the page + - Using an event such as *body.onload* + - Using jQuery's *$(function(){})* syntax or an equivalent in your favorite framework + +