Sha256: 46322ca9382049fa6bbdc95464b2aa12da6241bce8e9a9fbb74b782eca10f7a5
Contents?: true
Size: 454 Bytes
Versions: 2
Compression:
Stored size: 454 Bytes
Contents
Shoes.app width: 408, height: 346, resizable: false do background "#eee" stack margin: 4 do @vid = video "http://www.rin-shun.com/shoes/AdventureTimewithFinnandJakeFinnTime.mp4" 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shoes-4.0.0.pre2 | samples/simple-video.rb |
shoes-4.0.0.pre1 | samples/simple-video.rb |