[macruby-changes] [322] MacRuby/trunk/sample-macruby/HotCocoa/movie_view.rb

source_changes at macosforge.org source_changes at macosforge.org
Mon Jul 7 19:36:32 PDT 2008


Revision: 322
          http://trac.macosforge.org/projects/ruby/changeset/322
Author:   rich at infoether.com
Date:     2008-07-07 19:36:32 -0700 (Mon, 07 Jul 2008)
Log Message:
-----------
switch to temp trailer

Modified Paths:
--------------
    MacRuby/trunk/sample-macruby/HotCocoa/movie_view.rb

Modified: MacRuby/trunk/sample-macruby/HotCocoa/movie_view.rb
===================================================================
--- MacRuby/trunk/sample-macruby/HotCocoa/movie_view.rb	2008-07-08 02:22:47 UTC (rev 321)
+++ MacRuby/trunk/sample-macruby/HotCocoa/movie_view.rb	2008-07-08 02:36:32 UTC (rev 322)
@@ -10,9 +10,9 @@
 include HotCocoa
 
 application do |app|
-  window :frame => [100, 100, 500, 500], :title => "HotCocoa!" do |win|
-    mview = movie_view :frame => [10, 10, 480, 480], 
-                       :movie => movie(:url => "http://www.infoether.com/~rich/hotcocoa.mov"),
+  window :frame => [100, 100, 660, 308], :title => "HotCocoa!" do |win|
+    mview = movie_view :frame => [10, 10, 640, 288], 
+                       :movie => movie(:url => "http://movies.apple.com/movies/disney/wall-e/wall-e-tlr3_h.640.mov"),
                        :controller_buttons => [:back, :volume],
                        :fill_color => color(:name => :black)
     win << mview
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macruby-changes/attachments/20080707/2940ab51/attachment.html 


More information about the macruby-changes mailing list