Skip to content

Instantly share code, notes, and snippets.

@cadecairos
Created September 20, 2012 16:13
Show Gist options
  • Save cadecairos/3756849 to your computer and use it in GitHub Desktop.
Save cadecairos/3756849 to your computer and use it in GitHub Desktop.
{
"targets": [
{
"id": "video-container",
"name": "video-container",
"element": "video-container"
}
],
"media": [
{
"id": "Media0",
"name": "Media0",
"url": [
"http://videos-cdn.mozilla.net/serv/webmademovies/makecorn.mp4",
"http://videos-cdn.mozilla.net/serv/webmademovies/makecorn.ogv",
"http://videos-cdn.mozilla.net/serv/webmademovies/makecorn.webm"
],
"target": "video",
"duration": 64.54166412353516,
"tracks": [
{
"name": "Layer",
"id": "Layer0",
"trackEvents": [
{
"id": "TrackEvent3",
"type": "text",
"popcornOptions": {
"start": 1,
"end": 6,
"target": "video-container",
"text": "Pop some corn!"
},
"track": "Track0",
"name": "TrackEvent3"
}
]
}
]
}
],
"tutorial": {
"tooltips": [
{
"start": 10,
"end": 15,
"name": "foo",
"target": "selector-for-foo",
"message": "This is a Foo!",
"top": "15px",
"left": "50px",
"hover": false,
"hidden": false
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment