
function initDesignerLandingFlashVideo(filename) {
    $(document).ready(function() {
        var flashvars = { f4vLocation : "http://flash.net-a-porter.com/videos/designers/designerFocus/" + filename }
        var params = {};
        var attributes = {};

        params.allowscriptaccess = "always"
        params.allowfullscreen = "true";
        attributes.id = "myMovieID";
        attributes.name = "myMovieName";

        // Load the video into the swing object & set that is has been
        swfobject.embedSWF("/flash/designerVideo.swf", "designer-video-placeholder", "144", "480", "10.0.0", false, flashvars, params, attributes);
    });
}