Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vimeo video in shadowbox now fails #47

Open
jjon opened this issue Mar 22, 2016 · 0 comments
Open

vimeo video in shadowbox now fails #47

jjon opened this issue Mar 22, 2016 · 0 comments

Comments

@jjon
Copy link

jjon commented Mar 22, 2016

Hello Michael et alia,
Here's a js invocation of shadowbox that used to work and now fails.

function sbInteriorVideo(clipId){
    var clipID = clipId

    $("#sb-body, #sb-loading").css({"background-color": "black"});
    $("#sb-loading-inner span").css({"color": "white"});

    Shadowbox.open({
        options: {
            flashVars:{clip_id:clipID, autoplay:'true', fullscreen: 'true'},
            enableKeys: false,
            overlayColor: '#505',
            overlayOpacity: 0.3,
            resizeDuration: 0.5,
            onClose: function(){
                $("#sb-body, #sb-loading").css({"background-color": "white"});
                $("#sb-loading-inner span").css({"color": "#800"});
            }
        },
        player: 'swf',
        width: 853,
        height: 480,
        content: 'http://vimeo.com/moogaloop.swf'
    });
};

Vimeo's familiar video box appears in a shadowbox, but no video stream, and my console reports:
GET https://11-lvl3-hls.vimeocdn.com/1458682415-0da4e690a70c1a438ada4a889dd0e17dfbb749dd/01/3106/0/15530602/29638816.mp4.m3u8 404 (Not Found)

even though I've verified that there is a video at vimeo with that clipID
shadowbox-js.com seems to be down and I'm fumbling around trying to figure out a fix; any clues?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant