Changeset 1964 for plugins/captions/test/styling.html
- Timestamp:
- 08/19/11 09:18:07 (22 months ago)
- File:
-
- 1 edited
-
plugins/captions/test/styling.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plugins/captions/test/styling.html
r1769 r1964 1 <html> 1 <!DOCTYPE html> 2 <html lang="en"> 2 3 <head> 3 4 … … 20 21 function loadPlayer(options) { 21 22 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, 25 25 plugins: { 26 '../captions. swf': options26 '../captions.js': options 27 27 }, 28 28 flashplayer: 'assets/player.swf', 29 width: 480 29 stretching: 'fill', 30 width: 600 30 31 }); 31 32 }
Note: See TracChangeset
for help on using the changeset viewer.
