MCPcopy Create free account
hub / github.com/CreateJS/SoundJS / createObjParam

Function createObjParam

lib/flashaudioplugin-NEXT.js:497–502  ·  view source on GitHub ↗
(el, pName, pValue)

Source from the content-addressed store, hash-verified

495 }
496
497 function createObjParam(el, pName, pValue) {
498 var p = createElement("param");
499 p.setAttribute("name", pName);
500 p.setAttribute("value", pValue);
501 el.appendChild(p);
502 }
503
504 /* Cross-browser SWF removal
505 - 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