Hi,
Love this product and have done wonders with it so far but can't get the logo off
Can someone please assist me with this, I've been trying to remove the logo for some time and cannot.
Here is my sample page:
http://www.globalbroadcastsportsnetwork.com/flowplayer/example/
and here is the code for the player
Have tried logo: null, and logo: [opacity = 0}, and have had no change. Verified my product code was accurate.
Not sure what else to try?
Thanks!
Kevin
Love this product and have done wonders with it so far but can't get the logo off
Can someone please assist me with this, I've been trying to remove the logo for some time and cannot.
Here is my sample page:
http://www.globalbroadcastsportsnetwork.com/flowplayer/example/
and here is the code for the player
<!-- this A tag is where your Flowplayer will be placed. it can be anywhere -->
<script>
flowplayer("player", "http://www.globalbroadcastsportsnetwork.com/flowplayer.commercial-3.1.5.swf", {
// product key from your account
key: '$c7bb017ca843bd529c8',
logo: null,
clip: {
autoPlay: false,
autoBuffering: true,
}
});
</script>
<!-- this will install flowplayer inside previous A- tag. -->
<p class="style1">ESPY's Part 3</p>
<object id="flowplayer" width="700" height="444" data="http://www.globalbroadcastsportsnetwork.com/flowplayer.commercial-3.1.5.swf"
type="application/x-shockwave-flash">
<param name="movie" value="http://www.globalbroadcastsportsnetwork.com/flowplayer.commercial-3.1.5.swf" />
<param name="allowfullscreen" value="true" />
<param name="flashvars"
value='config={"clip":"http://www.globalbroadcastsportsnetwork.com/video/SpecialSportsStories/Espys3.flv", "autoPlay":false}' />
</object>
Have tried logo: null, and logo: [opacity = 0}, and have had no change. Verified my product code was accurate.
Not sure what else to try?
Thanks!
Kevin