Ticket #1454 (closed bug: fixed)

Opened 21 months ago

Last modified 21 months ago

Logo doesn't show in HTML5 player with autostart

Reported by: jeroen Owned by: pablo
Priority: Milestone: Player 5.8
Component: html5 Keywords:
Cc: Forum thread:

Description

When using autostart=true, a custom logo in the HTML5 player won't show up. Omitting autostart fixes the issue. Here's an example snippet:

<html>
<body>
<script type="text/javascript" src="jwplayer.min.js"></script>
<div id="container"></div>
<script type="text/javascript">
    jwplayer("container").setup({
        autostart: 'true',
        controlbar: 'bottom',
        file: "http://content.bitsontherun.com/videos/ntPYsD4L-1ahmry41.mp4",
        logo: { 
            file: 'http://content.bitsontherun.com/watermarks/1Lq5Mnwq.png' 
        },
        modes: [
            { type:'html5'}
        ],
        height: "384",
        width: "640"
    });
</script>
</body>
</html>

Change History

comment:1 Changed 21 months ago by pablo

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in [1988]

Note: See TracTickets for help on using tickets.