Sha256: 27bedeec46c0cfe566057217853ef7268699d32f1fa84da62302539add800aac
Contents?: true
Size: 466 Bytes
Versions: 11
Compression:
Stored size: 466 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
11 entries across 8 versions & 4 rubygems