Closed (duplicate)
Project:
Brightcove Video Connect
Version:
7.x-3.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 May 2012 at 17:30 UTC
Updated:
18 Nov 2013 at 21:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
steve.elkins commentedHere's a possible fix.
Comment #2
Coornail commentedHi,
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.
Comment #3
damienmckennaUpdating the status.
Comment #4
mropanen commentedI 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.
Comment #5
damienmckennaThe output was changed to use the correct HTML5-compatible code recently.