Code: Shoes.app do stack do
@test = video("/Users/kidz/Desktop/Programming-08/test.mov")
@test.show
@play = button "Play"
@stop = button "Stop"
@play.click {
@test.play
}
@stop.click {
@test.stop
}
end
end
When I run the app, it shows a blank gray screen with the play/stop buttons
low on the screen. I press 'play', and the short quicktime movie plays, then
disappears. If I click it again, it plays, but ends in a different spot >_<
No errors show up in the console/log
--
--Brains.
