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

Your preferred username that is used when logging in.

Remove waterMark Created Nov 18, 2009

This thread is solved

Views: 2615     Replies: 1     Last reply Nov 18, 2009  
You must login first before you can use this feature

Flightnetwork

Posts: 1

Registered:
Nov 18, 2009

Remove waterMark

Posted: Nov 18, 2009

Please can anyone advice how to remove waterpark. I had registered as www.flightnetwork.com. Can I use key for other domain like stager.flightnetwork.com etc.. or not.

Tx
Pramod Patel

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

Posts: 576

Registered:
Nov 29, 2008

» Remove waterMark

Posted: Nov 18, 2009

Reply to: Remove waterMark, from Flightnetwork
Hello,
You can add logo: { opacity: 0 }, Or logo: null, to the flowplayer install to disable it when using the commercial version.

The key will work on any subdomain of the original main/registered domain.

If you registered www.flightnetwork.com then any sub of that domain will work.

More info on logo's and branding can be found here http://flowplayer.org/documentation/skinning/branding.html

opacity: 0

<script language="JavaScript"> 
$f("player", "/flash/flowplayer.commercial-3.1.5.swf",{
key: '$XXXXXXXXXXXX',

logo: { opacity: 0 },

    clip:{
          url: 'http://blip.tv/file/get/KimAronson-TwentySeconds58192.flv',
          autoBuffering:false,
          autoPlay:false,
          scaling: 'fit'
          }
}); 
</script>

logo: null

<script language="JavaScript"> 
$f("player", "/flash/flowplayer.commercial-3.1.5.swf",{
key: '$XXXXXXXXXXXX',

logo: null,

    clip:{
          url: 'http://blip.tv/file/get/KimAronson-TwentySeconds58192.flv',
          autoBuffering:false,
          autoPlay:false,
          scaling: 'fit'
          }
}); 
</script>