Need help for some objects Flash weird error... Please!

I have a bit of a problem to my page in Dreamweaver CS4, I don't know why I can't see my flash animations in internet explorer, but in another browser I can do! My page is www.jmelectric.com.mx and the error I have her:

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618)
Timestamp: Tuesday, December 29, 2009 22:12:48 UTC


Message: Object doesn't support this property or method
Online: 452
Char: 19
Code: 0
URI: http://www.jmelectric.com.mx/Scripts/swfobject_modified.js

and the code of this JS code is...

/*! SWFObject v2.0 <http://code.google.com/p/swfobject/>
Copyright (c) 2007 Geoff Stearns, Michael Williams, and Bobby van der Sluis
This software is distributed under the license MIT <http://www.opensource.org/licenses/mit-license.php>
*/

SWFObject var = function() {}

var UNDEF = "undefined."
OBJECT ="object", ".
SHOCKWAVE_FLASH = "Shockwave Flash",
SHOCKWAVE_FLASH_AX = "ShockwaveFlash.ShockwaveFlash."
FLASH_MIME_TYPE = application/x-shockwave-flash"."
EXPRESS_INSTALL_ID = "SWFObjectExprInst"

Win: a window,
doc = document,
NAV = navigator,

domLoadFnArr = [],
regObjArr = [],
Timer = null,
storedAltContent = null,
storedAltContentId = null,
isDomLoaded = false,
isExpressInstallActive = false;

/ * Centralized function for browser detection
-Owners (conditional compilation) detection is used to detect features of Internet Explorer
-Detection of string user agent is used only when no alternative is possible
-Is executed directly for optimal performance
*/
var ua = function() {}
var w3cdom = typeof doc.getElementById! = UNDEF & & typeof doc.getElementsByTagName! = UNDEF & & typeof doc.createElement! = UNDEF & & typeof doc.appendChild! = UNDEF & & typeof doc.replaceChild! = UNDEF & & typeof doc.removeChild! = UNDEF & & typeof doc.cloneNode! = UNDEF,
playerVersion = [0,0,0],
d = null;
If (typeof nav.plugins! = UNDEF & & typeof nav.plugins [SHOCKWAVE_FLASH] == OBJECT) {}
d = nav.plugins [SHOCKWAVE_FLASH] .description;
If (d) {}
(d = d.replace(/^.*\s+(\S+\s+\S+$) /, '$1');
playerVersion [0] = parseInt (d (/ ^(.*)------... * $/, "$1"), 10);
playerVersion [1] = parseInt (d (/ ^. * \.)) (. *)\s.*$/, "$1"), 10);
playerVersion [2] = /r/.test(d)? parseInt(d.replace(/^.*r(.*)$ /, '$1'), 10): 0;
}
}
else if (typeof win. ActiveXObject! = UNDEF) {}
var a = null, fp6Crash = false;
try {}
a = new ActiveXObject (SHOCKWAVE_FLASH_AX + ".") 7") ;
}
{catch (e)}
try {}
a = new ActiveXObject (SHOCKWAVE_FLASH_AX + ".") 6 ») ;
playerVersion = [6,0,21];
a.AllowScriptAccess = "always";  Introduced in fp6.0.47
}
{catch (e)}
If (playerVersion [0] == 6) {}
fp6Crash = true;
}
}
If (! fp6Crash) {}
try {}
a = new ActiveXObject (SHOCKWAVE_FLASH_AX);
}
{catch (e)}
}
}
If (! fp6Crash & & a) {/ / a will return NULL when ActiveX is disabled}
try {}
d = a.GetVariable ("$version");  Crash fp6.0.21/23/29
If (d) {}
d = d.split("") [1].split(",");
playerVersion = [parseInt (d [0], 10), parseInt (d [1], 10), parseInt (d [2], 10)];
}
}
{catch (e)}
}
}
var u = nav.userAgent.toLowerCase (),
p = nav.platform.toLowerCase (),
WebKit = /webkit/.test(u)? ((parseFloat(u.replace(/^.*webkit\/(\d+(\.\d+)?). * $/, '$1')): false, / / returns the version of webkit or false otherwise webkit
IE = false,
Windows = p? (/Win/.test(p): /win/.test(u).
Mac = p? (/Mac/.test(p): /mac/.test(u);
/*@cc_on
IE = true;
@if (@_win32)
Windows = true;
@elif (@_mac)
Mac = true;
@end
@*/
return {w3cdom:w3cdom, pv:playerVersion, webkit:webkit, IE: IE, win: windows, mac: mac};
}();

/ * OnDomLoad Cross-browser
-Based on the solution of Dean Edwards: http://dean.edwards.name/weblog/2006/06/again/
-Triggers an event as soon as the DOM of a page is loaded (supported by browsers based on Gecko based - like Firefox - IE, Opera9 +, Safari)
*/
var onDomLoad = function() {}
If (! ua.w3cdom) {}
return;
}
addDomLoadEvent (hand);
If (ua.ie & & ua.win) {}
try {/ / avoid a possible abandoned operation error}
doc. Write ("< scr" + "ipt id = __ie_ondomload reporter = true src = / /: > < / scr" + "ipt >"); String is split into pieces to prevent Norton AV to add code that can lead to errors
var s = getElementById ("__ie_ondomload");
If (s) {}
s.onreadystatechange = function() {}
If (this.readyState == 'complete') {}
this.parentNode.removeChild (this);
callDomLoadFunctions();
}
};
}
}
{catch (e)}
}
If (ua.webkit & & typeof doc.readyState! = UNDEF) {}
Timer = setInterval (function () {if (/ loaded|complete/.test(doc.readyState)}) {callDomLoadFunctions() ;}}, 10);
}
If (typeof doc.addEventListener! = UNDEF) {}
doc.addEventListener ("DOMContentLoaded", callDomLoadFunctions, null);
}
addLoadEvent (callDomLoadFunctions);
}();

function callDomLoadFunctions() {}
If {(isDomLoaded)
return;
}
If (ua.ie & & ua.win) {/ / check if we can really add to the DOM model; we do not want the fire too soon}
var s = createElement ('span');
try {/ / avoid a possible abandoned operation error}
var t = doc.getElementsByTagName ("body") [0] .appendChild (s);
t.parentNode.removeChild (t);
}
{} catch (e)
return;
}
}
isDomLoaded = true;
If {(timer)
clearInterval (timer);
Timer = null;
}
DL var = domLoadFnArr.length;
for (var i = 0; i < dl; i ++) {}
domLoadFnArr [i] ();
}
}

function addDomLoadEvent (fn) {}
If {(isDomLoaded)
FN();
}
else {}
domLoadFnArr [domLoadFnArr.length] = fn; Array.push () is only available in Internet Explorer 5.5 +.
}
}

/ * Cross-browser onload
-Based on the solution of James Edwards: http://brothercake.com/site/resources/scripts/onload/
-Triggers an event as soon as a web page, including all of its assets are loaded
*/
function addLoadEvent (fn) {}
If (typeof win.addEventListener! = UNDEF) {}
win.addEventListener ("load", fn, false);
}
else if (typeof doc.addEventListener! = UNDEF) {}
doc.addEventListener ("load", fn, false);
}
else if (typeof win.attachEvent! = UNDEF) {}
win.attachEvent ("onload", fn);
}
else if (typeof win.onload == 'function') {}
var fnOld = win.onload;
Win.OnLoad = function() {}
fnOld();
FN();
};
}
else {}
Win.OnLoad = fn;
}
}

/ * Main function
-Will preferably run onDomLoad, onload otherwise (as a backup)
*/
int main() {/ / static publishing only}
RL var = regObjArr.length;
for (var i = 0; i < rl; i ++) {/ / for each element of the registered object}
var id = user.user regObjArr [i];
If (ua.pv [0] > 0) {}
var obj = getElementById (id);
If (obj) {}
regObjArr [i] .width = obj.getAttribute ("width")? obj.getAttribute ("width"): "0";
regObjArr [i] = obj.getAttribute ("height") .height? obj.getAttribute ("height"): "0";
If (hasPlayerVersion (regObjArr [i], .swfVersion)) {/ / Flash plugin version > = version of Flash content: Houston, we have a match!}
If (ua.webkit & & ua.webkit < 312) {/ / older webkit engines ignore elements nested in the element of the object param}
fixParams (obj);
}
setVisibility (id, true);
}
ElseIf (regObjArr [i] .expressInstall & &! isExpressInstallActive & & hasPlayerVersion ("6.0.65") & & (ua.win | ua.mac)) {/ / display the Adobe quick installation dialog box if defined by the author of the page web and if supported (fp6.0.65 + on Win/Mac OS only)}
showExpressInstall (regObjArr [i]);
}
else {/ / invalid plugin Flash and Flash version content: display the alternative content instead of Flash content}
displayAltContent (obj);
}
}
}
else {/ / if no fp is installed, we let the object element do its work (show alternative content)}
setVisibility (id, true);
}
}
}

/ * Difficulty nested, param elements that are ignored by older webkit engines
-This includes Safari until and including version 1.2.2 on Mac OS 10.3
-Fall back to the property include element
*/
function fixParams (obj) {}
var nestedObj = obj.getElementsByTagName (OBJECT) [0];
If {(nestedObj)
e var is createElement ("embed"), a = nestedObj.attributes;.
If (a) {}
var al is. Length;
for (var i = 0; i < al; i ++) {}
If (a [i].nodeName.toLowerCase () == 'data') {}
e.setAttribute ("src", a [i] .nodeValue);
}
else {}
e.setAttribute (a [i] .nodeName, a [i] .nodeValue);
}
}
}
var c = nestedObj.childNodes;
If {(c)
CL var = c.length;
for (var j = 0; j < cl; j ++) {}
If (c [j] .nodeType == 1 & & c [j].nodeName.toLowerCase () == 'param') {}
e.setAttribute (c [j] .getAttribute ("name"), c [j] .getAttribute ("value"));
}
}
}
obj.parentNode.replaceChild (e, obj);
}
}

/ * Difficulty suspended discussions audio/video and force open sockets and NetConnections disconnect
-Occurs when unloading a web page in Internet Explorer using FP8 + and innerHTML/outerHTML
-Dynamics of publication only
*/
function fixObjectLeaks (id) {}
If (ua.ie & & ua.win & & hasPlayerVersion ("8.0.0")) {}
win.attachEvent ("onunload", function () {}
var obj = getElementById (id);
If (obj) {}
for (var i in obj) {}
If (typeof obj [i] == 'function') {}
obj [i] = function() {};
}
}
obj.parentNode.removeChild (obj);
}
});
}
}

/ * Display the Adobe quick installation dialog box
-Reference: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=6a253b75
*/
function showExpressInstall (regObj) {}
isExpressInstallActive = true;
var obj = getElementById (regObj.id);
If (obj) {}
If {(regObj.altContentId)
var ac = getElementById (regObj.altContentId);
If {(ac)
storedAltContent = ac;
storedAltContentId = regObj.altContentId;
}
}
else {}
storedAltContent = abstractAltContent (obj);
}
If (!) () / %$/.test(regObj.width)) & & parseInt (regObj.width, 10) < 310) {}
regObj.width = "310";
}
If (!) () / %$/.test(regObj.height)) & & parseInt (regObj.height, 10) < 137) {}
regObj.height = "137";
}
doc.title = doc.title.slice (0, 47) + "-Flash Player Installation";
var pt = ua.ie & & ua.win? "ActiveX": "PlugIn."
DT = doc.title,
FV = "MMredirectURL =" + win.location + "& MMplayerType =" + pt + "& MMdoctitle =" + dt.
replaceId = regObj.id;
For IE when a SWF file is loading (AND: not available in the cache) wait for the onload event to remove the original object element
In IE you can not properly cancel a loading SWF file without breaking the browser load references, also does not work obj.onreadystatechange
If (ua.ie & & ua.win & & obj.readyState! = 4) {}
var newObj = createElement ("div");
replaceId += "SWFObjectNew";
newObj.setAttribute ("id", replaceId);
obj.parentNode.insertBefore (newObj, obj); Insert the placeholder div will be replaced by the object element that loads expressinstall.swf
obj.style.display = 'none ';
win.attachEvent ("onload", function() {obj.parentNode.removeChild (obj) ;});
}
createSWF ({data: regObj.expressInstall id: EXPRESS_INSTALL_ID, width:regObj.width, height:regObj.height}, {flashvars:fv}, replaceId);
}
}

/ * Functions of abstraction and display alternative content
*/
function displayAltContent (obj) {}
If (ua.ie & & ua.win & & obj.readyState! = 4) {}
For IE when a SWF file is loading (AND: not available in the cache) wait for the onload event to remove the original object element
In IE you can not properly cancel a loading SWF file without breaking the browser load references, also does not work obj.onreadystatechange
var El = createElement ("div");
obj.parentNode.insertBefore (el, obj); Insert the placeholder div will be replaced by alternative content
el.parentNode.replaceChild (abstractAltContent (obj), el);
obj.style.display = 'none ';
win.attachEvent ("onload", function() {obj.parentNode.removeChild (obj) ;});
}
else {}
obj.parentNode.replaceChild (abstractAltContent (obj), obj);
}
}

function abstractAltContent (obj) {}
var ac = createElement ("div");
If (ua.win & & ua.ie) {}
ac.innerHTML = obj.innerHTML;
}
else {}
var nestedObj = obj.getElementsByTagName (OBJECT) [0];
If {(nestedObj)
var c = nestedObj.childNodes;
If {(c)
CL var = c.length;
for (var i = 0; i < cl; i ++) {}
If (!) () c [i] .nodeType == 1 & & c [i].nodeName.toLowerCase () == 'param') & &! (c [i] .nodeType is 8)) {
ac.appendChild (c [i] .cloneNode (true));
}
}
}
}
}
return ac;
}

/ * Creation of dynamic Cross-browser SWF
*/
function createSWF (attObj, parObj, id) {}
var r, el is getElementById (id);
If (typeof attObj.id == UNDEF) {/ / If no 'id' is defined for the object element, it will inherit the 'id' of alternative content}
attObj.id = id;
}
If (ua.ie & & ua.win) {/ / do not combine the IE, the purpose and methods of the W3C DOM element: return to outerHTML}
att var = "";
for (var i in attObj) {}
If (attObj [i]! = Object.prototype [i]) {/ / filter out other potential libraries prototype additions, like Object.prototype.toJSONString = function() {}
If (I == 'data') {}
parObj.movie = attObj [i];
}
ElseIf (i.toLowerCase () == "styleclass") {/ / 'class' is an ECMA4 reserved keyword}
att += "class =" "+ attObj [i] ' + '" '; "
}
Else if (I! = "classid") {}
att += ' ' + i + "=" "+ attObj [i] ' + '" '; "
}
}
}
by var = "";
for {(var j in parObj)
If (parObj [j]! = Object.prototype [j]) {/ / filter additions of other potential libraries prototype}
"by += ' < param name =" "' + j + '" value = "" + parObj [j] + "" / > ';
}
}
el.outerHTML = ' < object classid = "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ' + att + ' > ' + by + ' < / object > ";
fixObjectLeaks (attObj.id); This bug only affects dynamic publishing
r = getElementById (attObj.id);
}
ElseIf (ua.webkit & & ua.webkit < 312) {/ / older webkit engines ignore elements nested in the element of the object param: fall to property incorporate element}
var e = createElement ("embed");
e.setAttribute ("type", FLASH_MIME_TYPE);
for (var attObj k) {}
If (attObj [k]! = Object.prototype [k]) {/ / filter additions of other potential libraries prototype}
If (k == 'data') {}
e.setAttribute ("src", attObj [k]);
}
ElseIf (k.toLowerCase () == "styleclass") {/ / 'class' is an ECMA4 reserved keyword}
e.setAttribute ("class", attObj [k]);
}
ElseIf (k! = "classid") {/ / filter the specific attribute IE}
e.setAttribute (k, attObj [k]);
}
}
}
for {(var l parObj)
If (parObj [l]! = Object.prototype [l]) {/ / filter additions of other potential libraries prototype}
If (l! = 'movie') {/ / filter the IE specific param elements}
e.setAttribute (l, parObj [t]);
}
}
}
el.parentNode.replaceChild (e, el);
r = e;
}
else {/ / good browsers behave}
var o = createElement (OBJECT);
o.setAttribute ("type", FLASH_MIME_TYPE);
for {(var m in attObj)
If (attObj [m]! = Object.prototype [m]) {/ / filter additions of other potential libraries prototype}
If (m.toLowerCase () == "styleclass") {/ / 'class' is an ECMA4 reserved keyword}
o.setAttribute ('class', attObj [m]);
}
Else if (m! = "classid") {/ / filter the specific attribute IE}
o.setAttribute (m, attObj [m]);
}
}
}
for {(var n in parObj)
If (parObj [n]! = Object.prototype [n] & & n! = 'movie') {/ / filter additions of other potential libraries prototype and the IE specific param element}
createObjParam (o, n, parObj [n]);
}
}
el.parentNode.replaceChild (o, el);
r = o;
}
Return r;
}

function createObjParam (el, pName, pValue) {}
var p = createElement ("param");
p.setAttribute ("name", pName);
p.setAttribute ("value", pValue);
el.appendChild (p);
}

function getElementById (id) {}
Return doc.getElementById (id);
}

function createElement (el) {}
Doc.createElement (el) return;
}

function hasPlayerVersion (rv) {}
var pv = ua.pv, v is rv.split(".");.
v [0] = parseInt (v [0], 10);
v [1] = parseInt (v [1], 10);
v [2] = parseInt (v [2], 10);
return (pv [0] > v [0] |) (pv [0] == v [0] & & pv [1] > v [1]) | (pv [0] == v [0] & & pv [1] == v [1] & & pv [2] > = v[2])) ? true: false;
}

/ * Creation of dynamic Cross-browser CSS
-Based on the solution of Bobby van der Sluis: http://www.bobbyvandersluis.com/articles/dynamicCSS.php
*/
function createCSS (salt, VAT statement) {}
If (ua.ie & & ua.mac) {}
return;
}
var h = doc.getElementsByTagName ("head") [0], s = createElement ("style");
s.setAttribute ("type", "text/css");
s.setAttribute ("media", "screen");
If (!) () UA.ie & & ua.win) & & typeof doc.createTextNode! = UNDEF) {}
s.appendChild (doc.createTextNode (salt + "{" + VAT statement + "}"));
}
h.appendChild (s);
If (ua.ie & & ua.win & & typeof doc.styleSheets! = UNDEF & & doc.styleSheets.length > 0) {}
ls = doc.styleSheets var [doc.styleSheets.length - 1];
If (typeof ls.addRule == OBJECT) {}
ls.addRule (salt, VAT statement);
}
}
}

function setVisibility (id, isVisible) {}
var v = isVisible? "visible": "hidden";
If {(isDomLoaded)
getElementById (id).style.visibility = v;
}
else {}
createCSS ("#" + id, "visibility:" + v);
}
}

function getTargetVersion (obj) {}
If (! obj)
return 0;
var c = obj.childNodes;
CL var = c.length;
for (var i = 0; i < cl; i ++) {}
If (c [i] .nodeType == 1 & & c [i].nodeName.toLowerCase () ==' object ' ') {}
c = c [i] Sublst.ChildNodes(1).ChildNodes(0);
cl = c.length;
i = 0;
}
If (c [i] .nodeType == 1 & & c [i].nodeName.toLowerCase () == 'param' & & c [i] .getAttribute ("name") == 'swfversion') {}
Return c [i] .getAttribute ("value");
}
}
return 0;
}

function getExpressInstall (obj) {}
If (! obj)
Return ' ';
var c = obj.childNodes;
CL var = c.length;
for (var i = 0; i < cl; i ++) {}
If (c [i] .nodeType == 1 & & c [i].nodeName.toLowerCase () ==' object ' ') {}
c = c [i] Sublst.ChildNodes(1).ChildNodes(0);
cl = c.length;
i = 0;
}
If (c [i] .nodeType == 1 & & c [i].nodeName.toLowerCase () == 'param' & & c [i] .getAttribute ("name") == "expressinstall") {}
Return c [i] .getAttribute ("value");
}
}
Return ' ';
}

return {}
/ * Public API
-Reference: http://code.google.com/p/swfobject/wiki/SWFObject_2_0_documentation
*/
registerObject: {function (objectIdStr, swfVersionStr, xiSwfUrlStr)
If (! ua.w3cdom:! objectIdStr) {}
return;
}
var obj = document.getElementById (objectIdStr);
XI var = getExpressInstall (obj);
var regObj = {};
regObj.id = objectIdStr;
regObj.swfVersion = swfVersionStr? swfVersionStr: getTargetVersion (obj);
regObj.expressInstall = xiSwfUrlStr? xiSwfUrlStr: ((xi! = "")?) XI: false);
regObjArr [regObjArr.length] = regObj;
setVisibility (objectIdStr, false);
},

getObjectById: {function (objectIdStr)}
var r = null;
If (ua.w3cdom & & isDomLoaded) {}
var o = getElementById (objectIdStr);
If (o) {}
var n = o.getElementsByTagName (OBJECT) [0];
If (! n |) (n & & typeof o.SetVariable! = UNDEF)) {
r = o;
}
else if (typeof n.SetVariable! = UNDEF) {}
r = n;
}
}
}
Return r;
},

embedSWF: function (swfUrlStr, replaceElemIdStr, widthStr, heightStr, swfVersionStr, xiSwfUrlStr, flashvarsObj, parObj, attObj) {}
If (! ua.w3cdom:! swfUrlStr |! replaceElemIdStr |! widthStr:! heightStr |! swfVersionStr) {}
return;
}
widthStr += ""; Automatic conversion of string to be stupid
heightStr += "";
If (hasPlayerVersion (swfVersionStr)) {}
setVisibility (replaceElemIdStr, false);
var att = (typeof attObj == OBJECT)? attObj: {};
att. Data = swfUrlStr;
att. Width = widthStr;
att. Height = heightStr;
by var = (typeof parObj is OBJECT)? parObj: {};
If (typeof flashvarsObj == OBJECT) {}
for (var i in flashvarsObj) {}
If (flashvarsObj [i]! = Object.prototype [i]) {/ / filter additions of other potential libraries prototype}
If (typeof par.flashvars! = UNDEF) {}
by. FlashVars += "&" + i + "=" + flashvarsObj [i];
}
else {}
by. FlashVars = i + "=" + flashvarsObj [i];
}
}
}
}
{addDomLoadEvent (function ()}
createSWF (att, par, replaceElemIdStr);
If (att.id == replaceElemIdStr) {}
setVisibility (replaceElemIdStr, true);
}
});
}
ElseIf (xiSwfUrlStr & &! isExpressInstallActive & & hasPlayerVersion ("6.0.65") & & (ua.win | ua.mac)) {}
setVisibility (replaceElemIdStr, false);
{addDomLoadEvent (function ()}
var regObj = {};
regObj.id = regObj.altContentId = replaceElemIdStr;
regObj.width = widthStr;
regObj.height = heightStr;
regObj.expressInstall = xiSwfUrlStr;
showExpressInstall (regObj);
});
}
},

getFlashPlayerVersion: function() {}
return {major: ua.pv [0], minor:ua.pv [1], release: ua.pv [2]};
},

hasFlashPlayerVersion:hasPlayerVersion,

createSWF: {function (attObj, parObj, replaceElemIdStr)
If (ua.w3cdom & & isDomLoaded) {}
Return createSWF (attObj, parObj, replaceElemIdStr);
}
else {}
return undefined;
}
},

createCSS: function (salt, VAT statement) {}
If {(ua.w3cdom)
createCSS (salt, VAT statement);
}
},

addDomLoadEvent:addDomLoadEvent,

addLoadEvent:addLoadEvent,

getQueryParamValue: {function (param)}
var q = doc.location.search | doc. Location.Hash;
If (param == null) {}
Return to q;
}
{if (q)}
var pairs = q.substring (1) .split ("&");
for (var i = 0; i < pairs.length; i ++) {}
If (pairs [i] .substring (0, peers [i] .indexOf ("=")) == param) {}
peers return [i] .substring ((peers [i] .indexOf ("=") + 1));
}
}
}
Return ' ';
},

For internal use only
expressInstallCallback: function() {}
If (isExpressInstallActive & & storedAltContent) {}
var obj = getElementById (EXPRESS_INSTALL_ID);
If (obj) {}
obj.parentNode.replaceChild (storedAltContent, obj);
If {(storedAltContentId)
setVisibility (storedAltContentId, true);
If (ua.ie & & ua.win) {}
storedAltContent.style.display = 'block ';
}
}
storedAltContent = null;
storedAltContentId = null;
isExpressInstallActive = false;
}
}
}

};

}();

Hello

It is a problem with the code you are using, to remove the lines marked in red and check if it works then. Or move the code of swfobjects, (6 off) above any other javascript code you have at the bottom of your page.


PZ

Tags: Dreamweaver

Similar Questions

  • HP Mini 110: Need help for HP Mini 110 fatal error... System Helted

    Please help me

    I can't open my HP Mini 110.

    When I turn on it says enter current password:

    Forgotten password.

    Screen looks like this:

    Enter the CURRENT password: X

    Enter the CURRENT password: X

    Enter the CURRENT password: X

    Password check faild

    Fatal error... System stopped.

    CNU012029Q

    Please help me

    When asked for the password try > e9l13717o5

  • I need help to install adobe flash for my G5 mac

    I need help to install adobe flash for my MAC OS X 10.4.11, I visited site and its telling me to upgrade my adobe flash, I really need help.

    Flash Player should be installed ONLY from the Adobe Web site.

    Here you can check which version of Flash player you have actually installed: http://kb2.adobe.com/cps/155/tn_15507.html

    You can check here: http://www.adobe.com/products/flash/about/ to see what version you need to install to your Mac and OS. You must first uninstall any old version of Flash Player using uninstaller from here (make sure you use the right pair!):

    http://kb2.Adobe.com/CPS/909/cpsid_90906.html

    and also that you follow the instructions carefully, as all applications (including Safari) closed first before installing. It is strongly recommended that you perform a permissions repair after installing anything from Adobe.

    After installation, restart your Mac and restart Safari, then in Safari/security preferences enable "enable Plugins".

  • Need help for optical safety circuit.

    I buy these parts and prototype with real components, but since I multisim, I thought it would be nice to create the circuit and maybe work through issues I can practically.

    I need a circuit that takes 120 VCA, generates 5 VDC and 1.5Vdc power of optical transmitter and receiver.  I actually use a data port because he has great range and is pretty cheap.  Rather than send the binary code well I just send a light stead that is broken or not broken through doors and windows in my house.  Then the receiver sees this as an entry and order a relay.

    I tried several voltage regulators that come with multisim, but I get an error of execution of my circuit.  Really I can't the 120 VAC to power levels necessary for the functioning of the optics.

    Otherwise I might want to run on a system 120Vdc with battery backup, so throw a 120Vdc up to 20 v DC switching power supply - but I have not found a SMP in the library which takes 120 as input and as output 20.

    Basic plan: 120VAC source-> transform to 24Vac-> Full bridge rectifier to ~ 20 v DC-> voltage capacitor filter on the input of two voltage regulators (1 to 5 VDC, 1 to 1.5Vdc) - then circuit since the two power supply of the transmitter and the receiver.

    I just need help for 5V and 1.5V, from there, I know that the real world circuit will work component tests already carried out.  Thanks for reading.

    I didn't Multism so I can't advise you on the compatible models. I ran the model on semiconductors with slight modifications of format on my SPICE simulator based on Berkeley Spice 3f5. I had to change the format of model resistance semiconductors appeal but has not changed any values.

    The output of your power supply circuit 3 (with 5 V, not the 1.5 V regulator regulator) was 4.99995 V.

    There are a few messages about changing templates published for compatibility Multisim woth. You can search those to see if there are any suggestions on what you'll need to fix in the model.

    Lynn

  • I need help for the upgrade of my current system.

    I need help for the upgrade of my current system.

    I have SBS 2008 with (Exch 2007, SQL 2005, Sharepoint, backupexec 2010 for sbs) licenses.

    I want to make the larger environment using the following:

    (1) apply Virtualization

    (2) apply to the failover process (clustering)

    "(3) the environment must support adding server terminal server, ERP server, exchange server, domain controller, backup manager.

    Storage 4) that supports Raid (1 and 5)

    UTM excellent 6) that supports (SSL VPN, VPN Global)

    suitable backup solution 7)

    (8) good antivirus for clients

    my questions:

    (1) can you provide me with a good design for this environment

    (2) should I choose what operating system:

    Microsoft datacenter or company

    I know datacenter provide us the unlimited VM but needs per processor license

    so if I have two Grouped servers I want to buy 4 licenses

    and just 4 VMs per company license... to say that we have two servers and maintain 8 vms so wat happened if 1 goes down... How can I migrate the 4 virtual machines on the server failed to another server group... ? should I buy enterprise license?

    (3) if I get the SAN storage for data... How can I save this storage... should I get another SAN?

    (4) how can I upgrade SBS stad single server (windows standrad) without losing the licenses as Exch 2007, SQL 2005, sharepoint.is it a must to buy an edition full std server or there is a way to upgrade (license wise, I mean)?

    (5) what about win2k8 license for VM:

    lets say we have physical that has windows license so that enough to have windows for VM or should I buy windows for VM licenses?

    (6) can I use backExec license for SBS with windows 2008 standard

    (7) who better to virtualization AMD or INTEL

    (8) hyper V or VMware?

    (9) what of Microsoft data protection Manager... is this good?

    (10) what virtual machine manager? What are the benefites keys

    Thanks in advance

    Hello AnasAI,

    You can find the Server forums on TechNet support, please create a new post at the following link:

    http://social.technet.Microsoft.com/forums/en/category/WindowsServer/

  • I need help for activation of the real administrator account.

    I have a problem with Adobe reader 9 standard, Adobe customer service asked the unhide real administrator account before you can continue to help me.

    I need help for that.

    http://www.Vistax64.com/tutorials/67567-administrator-account.html

    http://www.howtogeek.com/HOWTO/Windows-Vista/enable-the-hidden-administrator-account-on-Windows-Vista/

    Read the above info.

    See you soon. Mick Murphy - Microsoft partner

  • I have creative cloud but I can't find in the package lead Edge and I need it for some exercises, how do I get it, thanks

    I have creative cloud but I can't find in the package lead Edge and I need it for some exercises, how do I get it, thanks

    You can also download it via the direct link:

    Direct download links of Adobe CC 2015: 2015 creative cloud release | ProDesignTools

  • need help with download of cc. gives error 1001 whenever I install.

    need help with download of cc. gives error 1001 whenever I install.

    Hello

    Please see the thread: https://forums.adobe.com/thread/2106211 and CC update crash! Error code: 1001

    Also, please see the article: https://helpx.adobe.com/creative-cloud/kb/failed-install-creative-cloud-desktop.html

    Please write if it helps.

    Kind regards

    Shelly

  • I need help for my reader to USB drive on my windows 10 ACER?

    I need help for my reader to USB stick on my chrome windows 10 plug ins acer. Can you help me?

    What Adobe application that you use?

    This is the Adobe Media Encoder forum, and you did not mention anything on this subject. If you can let us know what Adobe application, you need help, we can help you make the right forum.

    Thank you

    Regalo

  • Hello, I need help for cancel the payment on my adobe account.

    Hello, I need help for cancel the payment on my adobe account. I'm from Peru, Im paying a monthly fee as a student. Help, please...

    Cancel your membership creative cloud

  • Hello, need help for Adobe Reader DC playing animation files that are specified in the pdf output by script Latex Beamer. My Adobe Reader DC refuse to open any format that I gave him.  Thank you very much

    Hello, need help for Adobe Reader DC playing animation files that are specified in the pdf output by script Latex Beamer. My Adobe Reader DC refuse to open any format that I gave him.  Thank you very much

    Hey ihorl18351266,

    Please note that you can open PDF files using only the CD player. Any other format will not be supported by the software.

    Kind regards

    Ana Maria

  • Need help to install Adobe flash player

    I need help to install Adobe Flash Player.

    Where can I get help to install Adobe Flash Player

  • need help for a conditional query

    guys this is just. as an extension of this post that Frank was helping me. IM reposting because my needs change slightly and im having a hell of a time trying to change the query.
    Here are the previous post.
    need help with query can find data back please help.
    CREATE TABLE "FGL"
      (
        "FGL_GRNT_CODE" VARCHAR2(60),
        "FGL_FUND_CODE" VARCHAR2(60),
        "FGL_ACCT_CODE" VARCHAR2(60),
        "FGL_ORGN_CODE" VARCHAR2(60),
        "FGL_PROG_CODE" VARCHAR2(60),
        "FGL_GRNT_YEAR" VARCHAR2(60),
        "FGL_PERIOD"    VARCHAR2(60),
        "FGL_BUDGET"    VARCHAR2(60)
      )
    data
    Insert into FGL (FGL_GRNT_CODE,FGL_FUND_CODE,FGL_ACCT_CODE,FGL_ORGN_CODE,FGL_PROG_CODE,FGL_GRNT_YEAR,FGL_PERIOD,FGL_BUDGET) values ('240055','240055','7600','4730','02','11','00','400');
    Insert into FGL (FGL_GRNT_CODE,FGL_FUND_CODE,FGL_ACCT_CODE,FGL_ORGN_CODE,FGL_PROG_CODE,FGL_GRNT_YEAR,FGL_PERIOD,FGL_BUDGET) values ('240055','240055','7240','4730','02','10','1','100');
    Insert into FGL (FGL_GRNT_CODE,FGL_FUND_CODE,FGL_ACCT_CODE,FGL_ORGN_CODE,FGL_PROG_CODE,FGL_GRNT_YEAR,FGL_PERIOD,FGL_BUDGET) values ('240055','240055','7240','4730','02','10','1','0');
    Insert into FGL (FGL_GRNT_CODE,FGL_FUND_CODE,FGL_ACCT_CODE,FGL_ORGN_CODE,FGL_PROG_CODE,FGL_GRNT_YEAR,FGL_PERIOD,FGL_BUDGET) values ('240055','240055','7600','4730','02','11','1','400');
    Insert into FGL (FGL_GRNT_CODE,FGL_FUND_CODE,FGL_ACCT_CODE,FGL_ORGN_CODE,FGL_PROG_CODE,FGL_GRNT_YEAR,FGL_PERIOD,FGL_BUDGET) values ('360055','360055','7200','4730','02','10','1','400');
    Insert into FGL (FGL_GRNT_CODE,FGL_FUND_CODE,FGL_ACCT_CODE,FGL_ORGN_CODE,FGL_PROG_CODE,FGL_GRNT_YEAR,FGL_PERIOD,FGL_BUDGET) values ('360055','360055','7600','4730','02','10','1','400');
    Insert into FGL (FGL_GRNT_CODE,FGL_FUND_CODE,FGL_ACCT_CODE,FGL_ORGN_CODE,FGL_PROG_CODE,FGL_GRNT_YEAR,FGL_PERIOD,FGL_BUDGET) values ('240055','240055','7240','4730','02','10','14','200');
    Insert into FGL (FGL_GRNT_CODE,FGL_FUND_CODE,FGL_ACCT_CODE,FGL_ORGN_CODE,FGL_PROG_CODE,FGL_GRNT_YEAR,FGL_PERIOD,FGL_BUDGET) values ('240055','240055','7600','4730','02','10','14','100');
    Insert into FGL (FGL_GRNT_CODE,FGL_FUND_CODE,FGL_ACCT_CODE,FGL_ORGN_CODE,FGL_PROG_CODE,FGL_GRNT_YEAR,FGL_PERIOD,FGL_BUDGET) values ('240055','240055','7240','4730','02','10','14','200');
    Insert into FGL (FGL_GRNT_CODE,FGL_FUND_CODE,FGL_ACCT_CODE,FGL_ORGN_CODE,FGL_PROG_CODE,FGL_GRNT_YEAR,FGL_PERIOD,FGL_BUDGET) values ('240055','240055','7240','4730','02','10','2','100');
    Insert into FGL (FGL_GRNT_CODE,FGL_FUND_CODE,FGL_ACCT_CODE,FGL_ORGN_CODE,FGL_PROG_CODE,FGL_GRNT_YEAR,FGL_PERIOD,FGL_BUDGET) values ('240055','240055','7240','4730','02','11','2','600');
     
     
    I need to find the year of greater subsidy for the granting by a period setting.
    Once I found the great year, I need to check the value of the period 14 this grant for the previous year and add it to the amount of the budget for this grant. However if there is an entry in the biggest year for period 00 so I need to ignore the period 14 of the previous year and the current calculation period + (current period - more great year 00)

    hope that makes sense, so in other words, with the new data above. If I asking me a second period of the grant year 11. I'd end up with $800

    because the greatest year is 11 it contains one point 0 with $ 400, so my total should be
    amount of period $2,600
    period $0 400 - period $2 600 = $200

    600 + 200 = $800

    If I have question period 1 grant 360055 I'd end up just with 800 grnt year 10.

    I tried to edit this query you have provided me with no luck. I tried for several embarrassed day but I'm saying I can just do what im trying to do.
    can you please help me.


    Here's the query provided by frank kulash who graciously put it together for me.
    WITH     got_greatest_year     AS
    (
         SELECT     fgl.*     -- or whatever columns are needed
         ,     MAX ( CASE 
                     WHEN  fgl_period = :given_period 
                     THEN  fgl_grnt_year
                    END
                  ) OVER ()     AS greatest_year
         FROM     fgl
    )
    SELECT     SUM (fgl_budget)     AS total_budget     -- or SELECT *
    FROM     got_greatest_year
    WHERE     (     fgl_grnt_year     = greatest_year
         AND     fgl_period     = :given_period
         )
    OR     (     fgl_grnt_year     = greatest_year - 1
         AND     fgl_period     = 14
         )
    ;
    Miguel

    Hi, Miguel.

    You are waying that when larger year who has: given_period also a period = '00' (or '0', or whatever it is you want to use), then you want to double the budget of the given_period (subtract the '00' budget and do not count '14' year pevious)? If so, add another condition to the CASE statement that decides what you've summarized:

    WITH     got_greatest_year     AS
    (
         SELECT       TO_NUMBER (fgl_grnt_year)     AS grnt_year
         ,       fgl_period
         ,       TO_NUMBER (fgl_budget)     AS budget
         ,       MAX ( CASE
                       WHEN  fgl_period = :given_period
                       THEN  TO_NUMBER (fgl_grnt_year)
                      END
                    ) OVER ()     AS greatest_year
         FROM       fgl
    )
    ,     got_cnt_00     AS
    (
         SELECT     grnt_year
         ,     fgl_period
         ,     budget
         ,     greatest_year
         ,     COUNT ( CASE
                       WHEN  grnt_year     = greatest_year
                       AND       fgl_period     = '00'
                       THEN  1
                         END
                    ) OVER ()          AS cnt_00
         FROM    got_greatest_year
    )
    SELECT       SUM ( CASE
                        WHEN  grnt_year     = greatest_year                    -- New
                  AND       fgl_period     = :given_period                    -- New
                  AND       cnt_00     > 0            THEN  budget * 2     -- New
                        WHEN  grnt_year     = greatest_year
                  AND       fgl_period     = :given_period       THEN  budget
                        WHEN  grnt_year     = greatest_year
                  AND       fgl_period     = '00'            THEN -budget
                        WHEN  grnt_year     = greatest_year - 1
                  AND       fgl_period     = '14'
                  AND       cnt_00     = 0            THEN  budget
                    END
               )          AS total_budget
    FROM       got_cnt_00
    ;
    

    You will notice it is the same as the previous query, I posted, with the exception of 3 lines marked 'new '.

  • I need help for Adobe Flash Player, please!

    I've been on several site trying to play games or watch videos (YouTube, for example) and get an error message saying that I need to install Adobe Flash Player in order to play/view.  I did this several times and currently have 11 ActiveX of Flash Player and Flash Player 11 Plugin.  That I do because it still doesn't let me see the video or play games.

    PLEASE HELP ME!

    Additional information: I found myself just download Google Chrome (but don't like) and do not have the same problem.  So, it happens only when I'm doing all this on Internet Explorer 9.

    Flash Player Help. Installation problems | Flash Player | Windows

    Mylenium

  • Error message that I need help... Director Player error

    Heya all I have a problem n need a fix as soon as possible.
    I have to put in some work of course via the web n one disc
    whenever I'm going to submit my work I was informed via pop-up

    "Director Player error."
    Script error
    Continue?
    Yes or no

    Please I really need help, this fixation error
    It is the only way to present my papers for marking
    If I press 'No' he died n I have to redo my assignment
    If I press 'Yes' he is there for doing nothing

    lots of ppl programs recommended but they want a stupid amount of money, I'm a student so I can't afford it
    There must be a way more easy right?

    Oh im on Vista32 ch ~ bit
    laptop

    I uninstalled and reinstalled the shockwave player

    and I tried to throw the disc to see if it's a matter of comaptability, it is not

    the DVD also said T.T.G disc IS compatible with Vista

    Thanks in advance
    bleow r, some shots that may or may not help u see what im seeing
    PS please do not suggest I email the course should be presented in this way n the uni is 1000 miles

    http://img89.imageshack.us/i/clipbo...
    http://img93.imageshack.us/i/clipbo...
    http://img148.imageshack.us/i/clipb...

    Hello

    Thank you for visiting the Microsoft Windows Vista Forums.

    The question you have posted is related to Adobe; Unfortunately, we can not help with third party software/hardware changes.

    Please contact adobe to solve your problem.

    http://www.Adobe.com/support/

    Kind regards

    KarthiK TP

Maybe you are looking for

  • Paper jam in the printer hp photosmart c4480

    Paper jam in the printer hp photosmart c4480 How do you get the A6 envelope to remove it?

  • Disk system recovery creating problem

    I recently reformatted my Pavilion dv7, and then it prompted me to create a system recovery disk. When I first set up my computer I had problems with the third CD, so I think that I certainly should I redo. However, when I tried to create the system

  • DockLayout + leftMargin/topMargin

    The following QML is intended to display an image in the upper left corner, but to put 20 pixels on the left and top of the image. Unfortunately, the margins seem to be ignored. Why? import bb.cascades 1.0 Page { id: mainPage content: Container { lay

  • How to get this kind of GUI

    How to display the bar setting, profile and displayed such help in the image... the adjustment bar remains constant inside and the background scrolls vertically... Thanks in advance

  • How can I reinstall the driver to record sound microft accidentally deleted?

    Hi, I deleted the driver of sound recording of my laptop which allows me to record using the soundboard, I think and now just have the possibility of micro. How to reverse this pls, help welcomed. In addition, my computer won't let me restore my comp