mirror of https://github.com/kivy/kivy.git
fix filepath
This commit is contained in:
parent
d22711ec2a
commit
58f554357d
|
@ -6,7 +6,7 @@ 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 are looping!'
|
on_eos: self.play = True; print 'woot we are looping!'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue