/**
 * onReady
 */

$(document).ready(function() {
    var flashvars = {};
    var params = {};
    var attributes = {
        'allowscriptaccess': true
    };
    swfobject.embedSWF("/_ui/skin/swf/hero.swf", "hero", "964", "325", "9.0.0", attributes);
});

/**
 * Shadowbox
 */

Shadowbox.init({
    players: ["swf"], 
    flashParams: { allowfullscreen: "true",
        bgcolor: "#000000",
        quality: "best"
    },
    flashVars: { media: "/_media/_flv/Resflor_Myco_640x360.flv",
        aspectratio: "16:9",
        autoplay: "1",
        fullscreenpage: "true",
        fsreturnpage: "true"
    }
});
function openShadowbox(){
    // Analytics event
    try {
        siteTracker._trackEvent("video", "play", "Home Page Video");
    } catch(err) {}
    
    // Shadowbox
    Shadowbox.init();
    Shadowbox.open({
        player: "swf",
        content: '/_ui/skin/swf/SPAHVideoPlayer.swf',
        height: 360,
        width: 640
    });
}

