-
Notifications
You must be signed in to change notification settings - Fork 151
Potential Interfaces
Charlie Hoey edited this page Jan 20, 2014
·
12 revisions
There's a few different ways to expose the video player functions to the library's users. I'm not sure which is really best, and I guess ideally it would be nice to avoid requiring JQuery, but it does make it pretty darn easy for most people to use to create new things.
Generic
var v = new Valiant360("videos/filename.mp4");
JQuery