Download

Description Type Required Attributes
slides A object containing attributes url and title for slides Object N url, title
video A object containing attributes url and title for video Object N url, title
transcript A object containing attributes url and title for transcription Object N url, title

Example:

$('.chameleon').chameleon({
    chameleonContext: {
        "html5Setup": {
            "sources": [{
                "file": "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4",
                "type": "video/mp4"
            }]
        },
        "download": {
            "slides": {
                "url": "https://dummy.gk/wIngKwoNg.zip",
                "title": "Download Slides"
            },
            "video": {
                "url": "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4",
                "title": "Download Video"
            },
            "transcript": {
                "url": "https://goo.gl/swiAnf.zip",
                "title": "Download Transcript"
            }
        }
    }
});

results matching ""

    No results matching ""