﻿/// <reference path="jquery-1.4.1-vsdoc.js" />

$(function () {
    // load flash file
    var currentDate = new Date();
    var params = {};
    params.allowfullscreen = "true";
    var attributes = {};
    attributes.id = "myFlashContent";
    attributes.name = "myFlashContent";
    swfobject.embedSWF("tvguide.swf?" + currentDate, "myAlternativeContent", "100%", "100%", "10.0.0", "expressInstall.swf", flashvars, params, attributes);

    // make flash fit inside the window
    swffit.fit("myFlashContent", 990, 700);
});