You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Purchased version still showing flowplayer logo Created Nov 10, 2009

This thread is solved

Views: 1561     Replies: 2     Last reply Nov 14, 2009  
You must login first before you can use this feature

abhijit

Posts: 2

Registered:
Nov 10, 2009

Purchased version still showing flowplayer logo

Posted: Nov 10, 2009

I have used the following code but still showing flowplayer logo. Please help

<script type="text/javascript">
var v = {
core: "swf/flowplayer.commercial-3.1.5.swf",
controls: "swf/flowplayer.controls-3.1.5.swf",
};
</script>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/global-0.js"></script>

<script>var account = {admin: false };</script>
<script type="text/javascript">

$(function() {
// setup scrolling for the playlist elements
$("#pl").scrollable({items:'div.entries', size:3, clickable:false});
// setup player
$f("player", "swf/flowplayer.commercial-3.1.5.swf", {
key: '#@xxxxxxxxxxxxxxxxx',
clip: {baseUrl: 'http://www.jacksonvilledentaloffice.com/jacksonville-dentist-videos'}

// playlist plugin
}).playlist("div.entries");

});
</script>

Thanks in advance

Edge
Vizmu Media ------------------- http://vizmu.com/

Posts: 576

Registered:
Nov 29, 2008

» Purchased version still showing flowplayer logo

Posted: Nov 10, 2009

Reply to: Purchased version still showing flowplayer logo, from abhijit
Hi,
Try adding logo: { opacity: 0 }, to the flowlayer install.
More info on customizing the commercial version here -> http://flowplayer.org/demos/commercial/full.html

$f("player", "swf/flowplayer.commercial-3.1.5.swf", {
key: '#@xxxxxxxxxxxxxxxxx',
logo: { opacity: 0 },

   clip: {
          baseUrl: 'http://www.jacksonvilledentaloffice.com/jacksonville-dentist-videos'

          }
// playlist plugin
}).playlist("div.entries");

});
</script>

abhijit

Posts: 2

Registered:
Nov 10, 2009

Solved

Posted: Nov 14, 2009

Reply to: » Purchased version still showing flowplayer logo, from edge
Hi Edge

it was mismatch in js file and swf player version.