Sha256: b218bdfb5ae17d9a97591c88488a1cf78fe584a713264b1f174379f3b0c3c327
Contents?: true
Size: 460 Bytes
Versions: 6
Compression:
Stored size: 460 Bytes
Contents
Shoes.app :width => 408, :height => 346, :resizable => false do background "#eee" stack :margin => 4 do @vid = video "http://whytheluckystiff.net/o..e/adventure_time.flv" end para "controls: ", link("play") { @vid.play }, ", ", link("pause") { @vid.pause }, ", ", link("stop") { @vid.stop }, ", ", link("hide") { @vid.hide }, ", ", link("show") { @vid.show }, ", ", link("+5 sec") { @vid.time += 5000 } end
Version data entries
6 entries across 6 versions & 1 rubygems