Changeset 266 for trunk/samples

Show
Ignore:
Timestamp:
11/13/2007 19:01:40 (10 months ago)
Author:
why
Message:

* Rakefile: copy plugins from the deps/lib/vlc directory.
* samples/video.rb: use an FLV as the sample, since it's such a predominant format.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/samples/video.rb

    r234 r266  
    11Shoes.app do 
    22  stack do 
    3     @vid = video "http://whytheluckystiff.net/o..e/pinball_number_count.avi" 
     3    @vid = video "http://www.youtube.com/get_video?video_id=LNVYWJOEy9A&t=OEgsToPDskKe6nayFUZBTTHAUtUZixyM&rel=1&border=0" 
    44    para "controls: ", 
    55      link("play")  { @vid.play }, ", ",