Ticket #1454 (closed bug: fixed)
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
Note: See
TracTickets for help on using
tickets.

Fixed in [1988]