videojs / videojs-flash

The Flash tech for video.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not work with RequireJS

mlehmann-sys opened this issue · comments

Description

When using RequireJS, your require module name is 'video.js'. This will only work if the video.js file is in all levels of the project. When using a require module with a name that ends in .js, it tries to load that js file instead of following the path defined in the require modules config.
requirejs/requirejs#1560

I propose you change the require module name to videojs or video-js.

plugins

videojs-flash