forked from openlp/openlp
For newer versions of webkit playing videos doesnt work anymore.
bzr-revno: 1807
This commit is contained in:
commit
b2349d892b
@ -121,8 +121,8 @@ sup {
|
||||
}
|
||||
switch(state){
|
||||
case 'init':
|
||||
vid.src = path;
|
||||
vid2.src = path;
|
||||
vid.src = 'file:///' + path;
|
||||
vid2.src = 'file:///' + path;
|
||||
if(loop == null) loop = false;
|
||||
vid.looping = loop;
|
||||
vid2.looping = loop;
|
||||
|
Loading…
Reference in New Issue
Block a user