Ticket #1076 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

Download link failover for players with no native playback mechanism

Reported by: jeroen Owned by: zach
Priority: Milestone: Player 5.4
Component: embedding Keywords:
Cc: Forum thread:

Description

We could offer to set an HTML blurb as fallback instead of the preview-with-play-button. Or use the innerHTML of the div/videotag if the HTML is enabled.

In other words, this is the default:

jwplayer().setup({

players: [

{type:"flash"}, {type:"html5"}, {type:"download"}

]

})

And this would be used to disable the "nice download link":

jwplayer().setup({

players: [

{type:"flash"}, {type:"html5"}

]

})

Change History

comment:1 Changed 3 years ago by jeroen

Note that if no player can be inserted, the original HTML should still be there. This would be the location for setting e.g. an Upgrade Flash link.

comment:2 Changed 3 years ago by zach

  • Owner set to zach

comment:3 Changed 3 years ago by zach

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

Fixed in 1437

Note: See TracTickets for help on using tickets.