minznerjosh / vastacular

Parses VAST XML.
MIT License
6 stars 7 forks source link

allow to set withCredentials in options #18

Open atghw opened 7 years ago

atghw commented 7 years ago

This could be a fix for [https://github.com/cinema6/vast-player/issues/2](Issue 2 of vast_player). The player could then be started with:

var player = new VASTPlayer(document.getElementById('container'), {
    vast: {
        withCredentials: true
    }
});