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

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.