Skip to content

Instantly share code, notes, and snippets.

@fharper
Last active December 20, 2015 07:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fharper/6091404 to your computer and use it in GitHub Desktop.
Save fharper/6091404 to your computer and use it in GitHub Desktop.
How to play a mp4 in Firefox OS
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