﻿(function(){
    function createPlayer(itemid,thumbnail,width,height,autoplay){
        var w = width || 320;
        var h = height || 210;
        var src = "http://player.dai2ntv.jp/dai2ntv/ntv7/CoSimplePlayer.swf";
        var obj = [
            "<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0' width='"+w+"' height='"+h+"'id='externalSimplePlayer"+(new Date()).getTime()+"'>",
                "<param name='movie' value='",src,"'></param>",
                "<param name='allowscriptaccess' value='always'></param>",
                "<param name='allowfullscreen' value='false'></param>",
                "<param name='wmode' value='transparent'></param>",
                "<param name='flashvars' value='item_id=",itemid,"&thumbnail=",thumbnail,"&autoplay=",autoplay,"'></param>",
                "<embed src='",src,"' width='"+w+"' height='"+h+"' type='application/x-shockwave-flash' allowscriptaccess='always' allowfullscreen='false' flashvars='item_id=",itemid,"&thumbnail=",thumbnail,"&autoplay=",autoplay,"'></embed>",
            "</object>"
        ].join("");
        document.write(obj);
        window._dai2ntv_embed_itemid = null;
        window._dai2ntv_embed_thumbnail = null;
        window._dai2ntv_embed_width = null;
        window._dai2ntv_embed_height = null;
        window._dai2ntv_embed_autoplay = null;
    }
    createPlayer(window._dai2ntv_embed_itemid,window._dai2ntv_embed_thumbnail,window._dai2ntv_embed_width,window._dai2ntv_embed_height,window._dai2ntv_embed_autoplay);
})();