﻿jQuery(document).ready(function () {
    jQuery("#flashcontent").flash({
        swf: '/Flash/movie_container.swf',
        width: 425,
        height: 404,
        hasVersion: 8,
        wmode: 'transparent',
        flashvars: {
            file: jQuery(this).find("a.videoLink").attr("href"),
            preloaderColor: '0x7d9cb4'
        }
    })
});

