Tirando via questo script non mi funziona piu niente, posso sostituirlo con qualcosa di simile?Codice HTML:<script type="text/javascript">
//<![CDATA[
var minimalFlashVersion = "10.0.0";
var sFlashVars = "partner_id=WMGs4POB1ko-a&app=apu3.wixpress.com&gu_id=4836ee47-3222-4849-9bfd-26a4ac1238af&show_wix_logo=0&docHeader=%3Cwix-document-details-result+errorCode%3D%220%22+errorDescription%3D%22OK%22+%3E%3Cenv%3E%3Cstatic_server%3Ehttp%3A%2F%2Fstatic.wix.com%2F%3C%2Fstatic_server%3E%0A%3Cbi_server%3Etodo+%3C%2Fbi_server%3E%0A%3Cmonitoring%3Etodo%3C%2Fmonitoring%3E%0A%3C%2Fenv%3E%0A%3CwixDocument+document_id%3D%22EJfVSnhNe8DHYWChblwdig--a%22+creator_id%3D%22wD_R69el3r_nlC%3B%3BL0UnLA--a%22+name%3D%22index%22+is_template%3D%220%22+icon_file_name%3D%2287831397b9267a5423c605e2f61615c51fd04eb3.wix_doc_ico%22+width%3D%221000%22+height%3D%22650%22+doc_format%3D%22webSite%22+pflags%3D%220%22+cflag%3D%2217%22+creatorName%3D%22TheImmortals_ikariam%22+%3E%3Cbackground_color%3E%3C%21%5BCDATA%5B%23000000%5D%5D%3E%3C%2Fbackground_color%3E%3Cdescription%3E%3C%21%5BCDATA%5B+%2C+YourName%2C+%2C+HOME%2C+HOME%2C+CurrentLorem+ipsum+dolor+sit+amet%2C+consectetuer+adipiscing+elit.+Fusce+tempor+arcu+ac+urna.+Fusce+congue+eleifend+mi.+Pellentesque+metus+sem%2C+elementum+eu%2C+rhoncus+sed%2C+gravida+sit+amet%2C+nulla.+Lorem+ipsum+dolor+sit+amet%2C%5D%5D%3E%3C%2Fdescription%3E%3Cdoc_title%3E%3C%21%5BCDATA%5BYourName+%5D%5D%3E%3C%2Fdoc_title%3E%3Cpages_list+ver%3D%221%22++autoSize%3D%22trueSize%22+%3E%3Cpage+name%3D%22CRAFT+COM%22+number%3D%220%22+id%3D%22Mw8fKsHyKJoZQQrS4DpFFA--a%22+wmode%3D%22opaque%22+icon_file_name%3D%2287831397b9267a5423c605e2f61615c51fd04eb3.wix_doc_ico%22+xml_file%3D%224f9417f33e46c0935f4e7f8ebb94f01a_0_a05fa977db11a993348afc3f0337579d.xml%22+client_id%3D%221020218%22+%2F%3E%3C%2Fpages_list%3E%3C%2FwixDocument%3E%3C%2Fwix-document-details-result%3E&canZipXml=true&experiment_id=empty&f_templateCategory=null&is_public=true&docId=23672333&client_id=1020218&partner_name=wix&embedFormat=wix&cflag=17&app_server_ver=2&editor_app_srv_subdomain=editor&newLogin=true";
var wmode = swfobject.getQueryParamValue("wmode") || "opaque";
var embedCodeType = swfobject.getQueryParamValue("embedCodeType");
if (embedCodeType){
sFlashVars += "&embedCodeType=" + embedCodeType;
}
if (swfobject.hasFlashPlayerVersion(minimalFlashVersion)) {
var flashvars = {};
var params = {
play: "true",
loop: "true",
menu: "true",
quality: "high",
scale: "noScale",
salign: "tl",
wmode: wmode,
bgcolor: "#000000",
flashvars: sFlashVars,
devicefont: "false",
allowscriptaccess: "always",
allowfullscreen: "true"
};
var attributes = {
id: "app",
name: "app",
align: "middle"
};
try {
swfobject.embedSWF("http://static.wix.com/client/app.swf?v=451&max-age=172800", "flashContent", "1000", "650", minimalFlashVersion, false, flashvars, params, attributes, null);
} catch(e) {
logError("VIEWER", "flashNotCreated", e.message, "EJfVSnhNe8DHYWChblwdig--a", "", sFlashVars);
}
} else {
handleNoFlash("flashContent");
// window.location.href = "/noflashhtml";
}
function handleNoFlash(elementId) {
deleteCookie("forceFlashSite");
var noFlashFrame = document.createElement("iframe");
noFlashFrame.src = "/noflashhtml";
noFlashFrame.width = 730;
noFlashFrame.height = 550;
noFlashFrame.style.border = 'none';
document.getElementById(elementId).appendChild(noFlashFrame);
// hide social footer
document.getElementById("wixfooter").style.display = 'none';
}
//]]>
</script>

