/** * @author hiryuu */ jQuery(document).ready( function() { var o_Container=document.createElement("div"); o_Container.setAttribute("id","container"); document.getElementById("jsn-usermodules1").appendChild(o_Container); var s_path=S_BASE_PATH + S_PATH_LIBS; swfobject.embedSWF ( s_path+"Cinema/player.swf", "container", "660", "450", "9.0.0", "", { "file":S_BASE_PATH+S_PATH_MODELS+"storage/db/cinema/pl/pls.xml", "playlist":"right", "playlistsize":"253", "bufferlength":"19" }, { "allowscriptaccess":"always", "allowfullscreen":"true" } ); } );