Hi
Our company has purchased the commercial version of flowplayer, but the key we have does not seem to work to remove the branding or give us access to the context menu.
We are using the # prefixed key for sub-domain support and the page is being served from a subdomain of our main site, which is the domain that we registered with flowplayer.
The key has been checked and re-checked. The playback we see is the same as the invalid or missing key example on the commercial version documentation page. Also the additional context menu item is not being shown, yet your documentation states that:
"You can work without a license key to integrate and test the commercial version in a development environment where the domain is not the same as in your final production environment. The only difference is that the player shows a logo without a valid key (or when the domain is different from the one assigned to the key)".
This seems to suggest that even if the key isn't working the context menu should.
The code we are using is as follows:
flowplayer("player",{src: 'flowplayer/flowplayer.commercial-3.0.5.swf',
key: '#$b0dbaf68757453ba66a',
contextMenu: [{'About SATRA...' : function() {location.href = 'about.php';}}],
width:316,
height:200},{
clip:{url:'video/20.flv',
onStart: function() {this.unmute();}
},plugins:{controls:{url:'flowplayer.controls-3.0.3.swf',
time:false,
backgroundColor:'#000000'
}}});
Can anyone help me figure out why this is still showing the flowplayer branding and why we are not able to add anything to the context menu?
Thanks,
Mark
Our company has purchased the commercial version of flowplayer, but the key we have does not seem to work to remove the branding or give us access to the context menu.
We are using the # prefixed key for sub-domain support and the page is being served from a subdomain of our main site, which is the domain that we registered with flowplayer.
The key has been checked and re-checked. The playback we see is the same as the invalid or missing key example on the commercial version documentation page. Also the additional context menu item is not being shown, yet your documentation states that:
"You can work without a license key to integrate and test the commercial version in a development environment where the domain is not the same as in your final production environment. The only difference is that the player shows a logo without a valid key (or when the domain is different from the one assigned to the key)".
This seems to suggest that even if the key isn't working the context menu should.
The code we are using is as follows:
flowplayer("player",{src: 'flowplayer/flowplayer.commercial-3.0.5.swf',
key: '#$b0dbaf68757453ba66a',
contextMenu: [{'About SATRA...' : function() {location.href = 'about.php';}}],
width:316,
height:200},{
clip:{url:'video/20.flv',
onStart: function() {this.unmute();}
},plugins:{controls:{url:'flowplayer.controls-3.0.3.swf',
time:false,
backgroundColor:'#000000'
}}});
Can anyone help me figure out why this is still showing the flowplayer branding and why we are not able to add anything to the context menu?
Thanks,
Mark
