fix filepath

This commit is contained in:
Thomas Hansen 2011-09-06 02:13:29 -05:00
parent d22711ec2a
commit 58f554357d
1 changed files with 2 additions and 2 deletions

View File

@ -6,9 +6,9 @@ BoxLayout:
Video:
id: myvideo
source: '/tmp/movie.flv'
source: '../widgets/softboy.avi'
allow_stretch: True
on_eos: self.play = True; print 'woot we ar elooping!'
on_eos: self.play = True; print 'woot we are looping!'
BoxLayout:
size_hint_y: None