Last active
December 20, 2015 07:09
-
-
Save fharper/6091404 to your computer and use it in GitHub Desktop.
How to play a mp4 in Firefox OS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var activity = new MozActivity({ | |
name: "view", | |
data: { | |
type: ["video/mp4"], | |
url: "http://techslides.com/demos/sample-videos/small.mp4" | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment