mirror of https://github.com/kivy/kivy.git
This commit is contained in:
parent
ecf57c6c4a
commit
2c67a7b93f
|
@ -1,7 +1,7 @@
|
|||
Widget:
|
||||
Video:
|
||||
id: myvideo
|
||||
source: '/home/tito/code/pymt/examples/apps/videoplayer/softboy.mpg'
|
||||
source: '../widgets/softboy.mpg'
|
||||
play: mybutton.state == 'down'
|
||||
canvas:
|
||||
Color:
|
||||
|
|
Loading…
Reference in New Issue