User:Cgomes7/Subtitle Documentation

From CDOT Wiki
< User:Cgomes7
Revision as of 10:51, 24 February 2011 by Cgomes7 (talk | contribs)
Jump to: navigation, search

Subtitle Plugin

Example

     .subtitle({
       start: 5, // seconds
       end: 15, // seconds
       text: 'this is the a subtitle',
       language: "en",
       languagesrc: "language",
       accessibilitysrc: "accessibility"
     } )
     .subtitle({
       start: 20, // seconds
       end: 45, // seconds
       text: 'this is another subtitle',
       language: "en",
       languagesrc: "language",
       accessibilitysrc: "accessibility"
     } )
   }, false);

Links