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

Autostart is hiding the logo


jwplayer("videoPlayer").setup
({
image: "<?php echo $imageOverlay ?>",
height: <?php echo $this->height; ?>,
width:<?php echo $this->width; ?>,
logo: {
file: "<?php echo '/images/videoPlayer/logo_player.png';?>",
hide: false
},
autostart: true,
skin: "<?php echo $vidRoot . DIRECTORY_SEPARATOR . 'skins' . DIRECTORY_SEPARATOR . 'stormtrooper.xml';?>",
flashplayer: "<?php echo ($this->assetsUrl.'/jwplayer.flash.swf');?>",
sources: <?php echo $sources; ?>

});


When autostart is false, logo is showing fine.

I want autostart with the logo?

3 Community Answers

matthew

User  
0 rated :

Also this issue seems linked only to webm files. Not mp4!

Andrew

JW Player Support Agent  
1 rated :

I believe we are fixing this with our next version, 6.9. Thanks for reaching out, though!

matthew

User  
0 rated :

This can be fixed by putting hide to true.

This question has received the maximum number of answers.