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

Skins are not applying to player


I recently bought jwplayer pro version and integrated in my website.

Player is loading and playing fine. But i cannot see any kind of controlbars with play,pause,forward or backward options and skins are also not working.
This site is developed in joomla.
$document->addScriptDeclaration('
jwplayer.key="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";
');

Can you suggest me what went wrong in below code?

JHtml::script(Juri::base() . 'js/jwplayer.js');
<script type="text/javascript">
jwplayer("video-ele").setup({
file: "<?php echo $baseurl; ?>images/profile_video/video_<?php echo $user->id; ?>.flv",
skin : "<?php echo $baseurl; ?>js/glow.xml",
width : 400,
height : 350
});
</script>

Does my site should be listed in your account, though i bought license to have these controls and features?

Please suggest me to get this fix.

Thanks!

8 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

Can you provide a link?

x...

User  
0 rated :

you need link to where video player is showing?

x...

User  
0 rated :

alpha.employerinterview.com
>Member login
>>un:dentest002@yahoo.com pw: Xavier@25
>>>Update Profile

Ethan Feldman

JW Player Support Agent  
0 rated :

The skin is loading fine here, however, the flv file here lacksmetadata, which is why the controlbar is not working – http://alpha.employerinterview.com/images/profile_video/video_815.flv

Use this tool to fix – http://www.buraks.com/flvmdi/

x...

User  
0 rated :

Thanks for your support. It is working fine after doing the process manually by following the link you shared.

Is there any recommendations that can be done directly using php dynamically instead of manual process, as many videos will be uploaded by endusers only.

Please suggest us to good solution to make use of your player.

Thanks!

Ethan Feldman

JW Player Support Agent  
0 rated :

How are you encoding using php?

x...

User  
0 rated :

We are using FFMPEG library to convert the videos into FLV format through PHP.

Am i answered your question?

Ethan Feldman

JW Player Support Agent  
0 rated :

There must be a command using FFMPEG to add the metadata. I know for MP4 files there is MP4Box.

This question has received the maximum number of answers.