mirror of https://github.com/kivy/kivy.git
fix filepath
This commit is contained in:
parent
d22711ec2a
commit
58f554357d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue