﻿// Example header text. Can be configured in the options.
function initFlash()
{
    var flashvars = {};
    var params = {
        width: "1233",
        height: "950",
        src: "/flash/StepStoneHome.swf",
        quality: "high",
        pluginspage: "http://www.macromedia.com/go/getflashplayer",
        align: "top",
        play: "true",
        loop: 'true',
        scale: "showall",
        wmode: "opaque",
        devicefont: "false",
        id: "flashHolder",
        bgcolor: "#f5f5f5",
        name: "StepStoneHome",
        menu: "true",
        allowFullScreen: "false",
        allowScriptAccess: "sameDomain",
        movie: "StepStoneHome",
        salign: ""
    };

    var attributes = {};
    swfobject.embedSWF("/flash/StepStoneHome.swf", "flashHolder", "1233", "950", "8.0.0", "Flash/expressInstall.swf", flashvars, params, attributes);
}

initFlash();
