Sha256: cf7320752e19b7a5edb45d70d9740c4b44d397f54f52954f35f1d1da8fa888c9

Contents?: true

Size: 447 Bytes

Versions: 1

Compression:

Stored size: 447 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

1 entries across 1 versions & 1 rubygems

Version Path
shoesgem-0.1424.0 shoes/samples/simple-video.rb