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:
|
Video:
|
||||||
id: myvideo
|
id: myvideo
|
||||||
source: '/tmp/movie.flv'
|
source: '../widgets/softboy.avi'
|
||||||
allow_stretch: True
|
allow_stretch: True
|
||||||
on_eos: self.play = True; print 'woot we ar elooping!'
|
on_eos: self.play = True; print 'woot we are looping!'
|
||||||
|
|
||||||
BoxLayout:
|
BoxLayout:
|
||||||
size_hint_y: None
|
size_hint_y: None
|
||||||
|
|
Loading…
Reference in New Issue