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

Your preferred username that is used when logging in.

Setting the Watermark Font Size, Style, Colour Etc... Created Nov 19, 2009

This thread is solved

Views: 1993     Replies: 3     Last reply Aug 7, 2011  
You must login first before you can use this feature

AfrikaBlue

Posts: 2

Registered:
Nov 19, 2009

Setting the Watermark Font Size, Style, Colour Etc...

Posted: Nov 19, 2009

Hi

We have developeres working on our Drupal site and have requested that they purchase flowplayer in order to display Flash movies on our site. We have asked that we have our company name in the left hand corner ( Watermark), but as the server is being developed on a dev server, the developers have not licensed Flowplayer on OUR server as yet and therefore they are unable to answer the following question.

Is it possible to change the Flowplayer - Watermark that is generated, to match a specific Font, size and colour??? We are using Arial font in White on our downloads section, and want all video to have a consistant watermark.
Can Flowplayer allow for a drop shadow? what sort of control do we have over the font size, style and positioning?

I am sorry, if this is the wrong category for my question, but would be very grateful to have this query answered as I have over 400 Movie clips to watermark and convert to MPEG for the download section. I would therefore prefer not have to generate these watermarks twice.

Thanks

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

Posts: 576

Registered:
Nov 29, 2008

» Setting the Watermark Font Size, Style, Colour Etc...

Posted: Nov 19, 2009

Reply to: Setting the Watermark Font Size, Style, Colour Etc..., from AfrikaBlue
The logo is generally an image so it could be any font,color or size you choose.

More info can be found here http://flowplayer.org/documentation/skinning/branding.html

As per your last question,
Adding the logo to the flowplayer install will do it for all media loaded in flowplayer. So watermarking all your media is not required unless you have some specific requirement to do so.

Below is a quick logo snippet. There's loads more options at the above link.

$f("player", "/swf/flowplayer.commercial-3.1.5.swf", { 
 
    // commercial version requires product key 
    key: '$XXXXXXXXXXXXXX', 
 
    // now we can tweak the logo settings 
    logo: { 
        url: '/img/player/acme.png', 
        fullscreenOnly: false, 
        displayTime: 2000 
    } 
});

AfrikaBlue

Posts: 2

Registered:
Nov 19, 2009

» » Setting the Watermark Font Size, Style, Colour Etc...

Posted: Nov 19, 2009

Reply to: » Setting the Watermark Font Size, Style, Colour Etc..., from edge
Thanks, That helps to clarify.

Much appreciated