1
0
Fork 0
forked from 0x2620/oxjs

some further fixes

This commit is contained in:
rlx 2011-08-19 16:04:59 +00:00
commit 439b7cfad6
2 changed files with 4 additions and 2 deletions

View file

@ -62,8 +62,9 @@ Ox.VideoPlayer <f> Generic Video Player
timeline <s> Timeline image URL
title <s|''> Video title
type <s|'play'> 'play', 'in' or 'out'
video <s|o|''> Video URL
String or object ({resolution: url, resolution: url, ...})
video <s|[s]|o|''> Video URL
String or array of strings ([part1, part2, ...]) or object
({resolution: url, ...} or {resolution: [part1, part2, ...], ...})
volume <n|1> Volume (0-1)
width <n|256> Width in px
@*/