MCPcopy Index your code
hub / github.com/mailru/FileAPI / createObjParam

Function createObjParam

flash/image/html-template/swfobject.js:464–469  ·  view source on GitHub ↗
(el, pName, pValue)

Source from the content-addressed store, hash-verified

462 }
463
464 function createObjParam(el, pName, pValue) {
465 var p = createElement("param");
466 p.setAttribute("name", pName);
467 p.setAttribute("value", pValue);
468 el.appendChild(p);
469 }
470
471 /* Cross-browser SWF removal
472 - Especially needed to safely and completely remove a SWF in Internet Explorer

Callers 1

createSWFFunction · 0.70

Calls 1

createElementFunction · 0.70

Tested by

no test coverage detected