I am now using v3 of VideoJS. Love it. The video works perfectly, whether HTML5 or Flash on every browser EXCEPT Firefox. Firefox it plays, but only after a random error message pops up:

ReferenceError: Error #1065: Variable ContextMenuClipboardItems is not defined.
at flash.ui::ContextMenu/initLinkAndClipboardProperties()
at flash.ui::ContextMenu()
at VideoJS/init()
at VideoJS/onStageSizeTimerTick()
at flash.utils::Timer/_timerDispatch()
at flash.utils::Timer/tick()

Once I close the error, the video plays as if nothing was wrong (with the exception of not being able to start the video from any point except the beginning). Any ideas of what could be causing this error message? Here is the link to the video page: http://utprep.com/html5-video

Comments

Jorrit’s picture

Status: Active » Postponed (maintainer needs more info)

This seems to be a Flash bug. Do you have the Adobe Flex Builder or a debug version of the Flash player installed? Could you try to update the Flash player in Firefox?

utprep’s picture

I just updated my Flash Player from v10 to v11 and the error message no longer appears. Thanks! I notice though that I am still unable to click anywhere on the timeline and start the video from that point...

Jorrit’s picture

Status: Postponed (maintainer needs more info) » Fixed

From your other issues I deduce that you use the video module to transcode your videos. Unfortunately, a bug in the video module causes flvtool not to be executed for the flv files, which causes the videos to be not seekable. Please run flvtool2 on all your videos files manually. Only branch 5.x of the video module has a fix for this, but it does not have a release yet.

utprep’s picture

It's not a huge concern for me, just was curious. I look forward to a future release!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Additional information added.