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

I want to add some source code, but logo still there


I get primium license key and I have some special use so I download source code of jwplayer on github. So I use ant builded it, but I found the logo mark is still there. I want to ask is this kind of midfy is unallowed? If I build myself these code and enter my license(premium) key what will happen? I build it in 6.10.0 version.

1 Community Answers

Randy

JW Player Support Agent  
0 rated :

Hello,

Thank you for contacting the JW Player support team. We typically suggest that you utilize our standard embed of the player placing your license key in the associated field like below:

<html> <head>

<script src="http://p.jwpcdn.com/6/12/jwplayer.js"></script>

</head> <body> <center> <div id="myVideo">Loading Your Player…</div>

<script> jwplayer.key="YOUR KEY HERE"; jwplayer("myVideo").setup({ file:'bunny.mp4', height: '281', width: '500', image: 'bunny.jpg', advertising:{ client: 'vast', tag: 'http://www.adotube.com/php/services/player/OMLService.php?avpid=oRYYzvQ&platform_version=vast20&ad_type=linear&groupbypass=1&HTTP_REFERER=http://www.longtailvideo.com&video_identifier=longtailvideo.com,test' } }); </script>

</center> </body> </html>

If you are pulling down code and customizing it, this may change the nature of the player itself.

Kindly,

Randy Le’Moine, Web Support Engineer, JW Player
www.jwplayer.com

This question has received the maximum number of answers.