1
0
Fork 0
forked from 0x2620/oxjs

update Ox.Chart

This commit is contained in:
rlx 2012-03-26 19:26:28 +00:00
commit c5af338d2d
4 changed files with 178 additions and 37 deletions

View file

@ -72,6 +72,7 @@ Ox.VideoPlayer <f> Generic Video Player
({resolution: url, ...} or {resolution: [part1, part2, ...], ...})
volume <n|1> Volume (0-1)
width <n|256> Width in px
self <o> shared private variable
@*/
Ox.VideoPlayer = function(options, self) {