Index: branches/js2-work/phase3/js/mwEmbed/modules/EmbedPlayer/kplayerEmbed.js |
— | — | @@ -37,8 +37,9 @@ |
38 | 38 | flashvars.sourceType = "url"; |
39 | 39 | //flashvars.host = "www.kaltura.com"; |
40 | 40 | flashvars.externalInterfaceDisabled = 'false'; |
| 41 | + flashvars.skinPath = playerPath + '/skin.swf'; |
41 | 42 | |
42 | | - var params = {}; |
| 43 | + var params = { }; |
43 | 44 | params.quality = "best"; |
44 | 45 | params.wmode = "opaque"; |
45 | 46 | params.allowfullscreen = "true"; |
Index: branches/js2-work/phase3/js/mwEmbed/modules/EmbedPlayer/loader.js |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | |
6 | 6 | /** |
7 | 7 | * Default player module configuration |
8 | | -*/ |
| 8 | +*/ |
9 | 9 | |
10 | 10 | mw.setDefaultConfig( { |
11 | 11 | // If the Timed Text interface should be displayed: |
— | — | @@ -212,4 +212,4 @@ |
213 | 213 | } ); // setupUserConfig |
214 | 214 | } ); |
215 | 215 | |
216 | | -} ); |
\ No newline at end of file |
| 216 | +} ); |
Index: branches/js2-work/phase3/js/mwEmbed/modules/EmbedPlayer/binPlayers/kaltura-player/kdp3.swf |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: branches/js2-work/phase3/js/mwEmbed/modules/EmbedPlayer/binPlayers/kaltura-player/skin.swf |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: branches/js2-work/phase3/js/mwEmbed/modules/EmbedPlayer/binPlayers/kaltura-player/skin.swf |
___________________________________________________________________ |
Name: svn:mime-type |
217 | 217 | + application/octet-stream |