LSP
- Preview: Use source select box actually forces a source, not a mime type Embed - added forceSource option - player error messages clear the container html before appending
This commit is contained in:
parent
6276485b66
commit
7b96407e9b
5 changed files with 67 additions and 14 deletions
|
@ -21,8 +21,8 @@
|
|||
</script>
|
||||
|
||||
<script src=core.js></script>
|
||||
<script src=wrappers/theoplayer.js></script>
|
||||
<script src=wrappers/jwplayer.js></script>
|
||||
<!--<script src=wrappers/theoplayer.js></script>-->
|
||||
<!--<script src=wrappers/jwplayer.js></script>-->
|
||||
<script src=wrappers/html5.js></script>
|
||||
<script src=wrappers/dashjs.js></script>
|
||||
<script src=wrappers/flash_strobe.js></script>
|
||||
|
@ -86,6 +86,7 @@
|
|||
target: c,
|
||||
forcePlayer: tryplayers[i],
|
||||
//forceType: 'flash/7',
|
||||
//forceSource: 5,
|
||||
loop: true
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue