Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/kaltura/mwEmbed
Browse files Browse the repository at this point in the history
  • Loading branch information
avivais committed Dec 6, 2012
2 parents 33e2c5a + 8bcd47f commit b00ff38
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
1 change: 0 additions & 1 deletion modules/KalturaSupport/tests/CaptionsKalturaApi.html
Expand Up @@ -60,7 +60,6 @@ <h2> Captions over player, api </h2>
<script>
var flashvars = {
'closedCaptionsOverPlayer': {
'plugin' : true,
'defaultLanguageKey': 'en',
'fontsize': 12,
'bg' : '0x335544',
Expand Down
Expand Up @@ -59,7 +59,6 @@ <h2> Captions Under Player for kdp flash player and html5 player </h2>
<script>
var flashvars = {
'closedCaptionsUnderPlayer': {
'plugin' : true,
'defaultLanguageKey': 'en',
'fontsize': 12,
'bg' : '3355443',
Expand Down
Expand Up @@ -63,9 +63,12 @@ <h2> Flavor Selector test </h2>
</div>
<script>
var flashvars = {
'flavorComboControllerScreen': {
'plugin' : true
},
'flavorComboControllerScreen': {
'plugin' : true,
'path' : "/content/uiconf/ps/kaltura/kdp/v3.6.9/plugins/facadePlugin.swf",
'relativeTo': 'video',
'position': 'before'
},
'mediaProxy.preferedFlavorBR': 400
};
function doEmbedPlayer( fv ){
Expand Down
Expand Up @@ -142,6 +142,8 @@ <h2> Nielsen Combined</h2>
var flashvars = {
'nielsenCombined':{
'plugin': true,
'position': "before",
'relativeTo': "video",
'trackEventMonitor' : 'trackEvent',
'clientId':"us-502202",
'vcid':"c15",
Expand All @@ -159,7 +161,7 @@ <h2> Nielsen Combined</h2>
kWidget.embed({
'targetId' : 'kaltura_player',
'wid' : '_243342',
'uiconf_id' : '6037081',
'uiconf_id' : '11138511',
'entry_id' : '0_swup5zao',
'flashvars': fv
})
Expand Down

0 comments on commit b00ff38

Please sign in to comment.