Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Change JWplayer 5 logo with my own logo


Hi there,

I have licenced JWplayer 5 and I need to change the jwplayer logo with our company logo at the top right.

thanks,

Shiva

11 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

From – http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/12536/configuration-options#logo

logo.file ( undefined )
Location of an external JPG, PNG or GIF image to be used as watermark. PNG images with transparency give the best results.

logo.link ( undefined )
HTTP link to jump to when the watermark image is clicked. If it is not set, a click on the watermark does nothing.

logo.linktarget ( _blank )
Link target for logo click. Can be _self, _blank, _parent, _top or a named frame.

logo.hide ( true )
By default, the logo will automatically show when the player buffers and hide 3 seconds later. When this option is set false, the logo will stay visible all the time.

logo.margin ( 8 )
The distance of the logo, in pixels from the sides of the player.

logo.position ( bottom-left )

This sets the corner in which to display the watermark. It can be one of the following:
  • bottom-left
  • bottom-right
  • top-left
  • top-right

JW Player

User  
0 rated :

Thanks a lot :)

JW Player

User  
0 rated :

ok the document does not talk about where should I actually add these?
in jwplayer.js or when I create the player object in my html file?

i am creating my object like:

bc.. var so = new SWFObject('player.swf','mpl','470','320','9');
so.addParam('allowfullscreen','true');
so.addParam('autoplay','true');
....



Ethan Feldman

JW Player Support Agent  
0 rated :

Under:

so.addParam(‘autoplay’,‘true’);

Add:

so.addVariable(‘logo.file’,‘file.jpg’);

etc.

JW Player

User  
0 rated :

hi,
this is how my movies are embedded -however the logo.file doesn't appear.
i am using licensed version of player.
where is it wrong
thanks,
Keith

<embed
src="player.swf"
width="320"
type="application/x-shockwave-flash"
id="player3"
height="240"
name="player2"
allowscriptaccess="always"
allowfullscreen="true"
so.addVariable('logo.file','reddog3.png');
flashvars="file=video/peopleyoucantrust.flv&controlbar=bottom&image=images/peopleyoucantrust.jpeg&skin=schoon/schoon.zip&&icons=false" loop="false" hspace="66" wmode="transparent"
/>

Ethan Feldman

JW Player Support Agent  
0 rated :

Remove that line – so.addVariable(‘logo.file’,‘reddog3.png’);

Change:

file=video/peopleyoucantrust.flv&controlbar=bottom&image=images/peopleyoucantrust.jpeg&skin=schoon/schoon.zip&&icons=false

To:

file=video/peopleyoucantrust.flv&controlbar=bottom&image=images/peopleyoucantrust.jpeg&skin=schoon/schoon.zip&&icons=false&logo.file=reddog3.png

JW Player

User  
-1 rated :

That works,

thanks,

K.

Ethan Feldman

JW Player Support Agent  
1 rated :

NP

JW Player

User  
0 rated :

hello...
i am using jwplayer(unlicence)..5.10

it showing logo of JwPlayer...

i search lots of to remove...it...and every where i just got anwser to get licence Jwplayer and replace swf file.

but actualy...i am playing a video on HTML5 mode...and in HTML5 its not using .swf file then why i am getting logo in HTML5?

JW Player

User  
0 rated :

i just went this link http://www.longtailvideo.com/players/jw-flv-player/commercial-license/

and enter email id and licence no...

but it showing as below

View Order

Your Order

This is a list of all items for License ID: 94315. To view other orders, please enter another License ID.

Other Products
Premium Support - Get personal assistance from senior support staff. Annual Fee. Read the support license for details.

what is this?...there is no download link?y?

Ethan Feldman

JW Player Support Agent  
0 rated :

It looks like you put in the wrong license # as that one is just for premium support. You should click the forgot license button and put in your email so our system will be able to send you all of your license #s.

This question has received the maximum number of answers.