Ignore:
Timestamp:
08/19/11 09:18:07 (22 months ago)
Author:
jeroen
Message:

cleaned up docs/tests for HTML5 version, added animations to renderer and selector

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/captions/test/styling.html

    r1769 r1964  
    1 <html> 
     1<!DOCTYPE html> 
     2<html lang="en"> 
    23<head> 
    34 
     
    2021function loadPlayer(options) { 
    2122    jwplayer("player").setup({ 
    22         controlbar: 'bottom', 
    23         file: 'http://content.bitsontherun.com/videos/7OCSON1y-393434.flv', 
    24         height: 296, 
     23        file: 'http://content.bitsontherun.com/videos/7OCSON1y.mp4', 
     24        height: 300, 
    2525        plugins: { 
    26             '../captions.swf': options 
     26            '../captions.js': options 
    2727        }, 
    2828        flashplayer: 'assets/player.swf', 
    29         width: 480 
     29        stretching: 'fill', 
     30        width: 600 
    3031    }); 
    3132} 
Note: See TracChangeset for help on using the changeset viewer.