Curious if I'm missing something, or if this is really a new feature request, but within brightcove_field/theme.inc, it doesn't appear that the theme_brightcove_field_embed function is returning an optional HTML 5 player. I'll include a patch shortly to demonstrate a possible solution.

Comments

steve.elkins’s picture

Here's a possible fix.

Coornail’s picture

Hi,

BrightcoveExperiences.js file is loaded on every page load in brightcove_field.module:25.
If HTML5 embedding doesn't work for you the problem should be somewhere else.

Please let me know if you know more.

damienmckenna’s picture

Status: Active » Postponed (maintainer needs more info)

Updating the status.

mropanen’s picture

I can't tell if this is the case here, but at least I had a problem with enabling HTML5 playback on desktop browsers without Flash plugins.
To get the player to fallback to HTML5 you need to add <param name="htmlFallback" value="true" /> to the player parameters.

On mobile browsers this is not needed.

damienmckenna’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (duplicate)