<param name="' + slotName + '" value="' + paramValue + '"' + endTagChar + '\n';} ; ; } ; ; ; ; return paramStr; ; ;} ; ; ; ;function _QTDeleteTagAttrs(){ ; ; for ( var ndx = 0; ndx < arguments.length; ndx++ ) { ; ; var attrName = arguments[ ndx]; ; ; delete gTagAttrs[ attrName]; ; ; delete gTagAttrs["emb#" + attrName]; ; ; delete gTagAttrs["obj#" + attrName]; ; ; } ; ;} ; ; ; ; ; ; ; ;/* generate an embed and object tag, return as a string */ ; ;function _QTGenerate(callingFcnName, generateXHTML, args){ ; ; /* is the number of optional arguments even? */ ; ; if ( args.length < 4 || (0 != (args.length % 2)) ) { ; ; _QTComplain(callingFcnName, gArgCountErr); ; ; return ""; ; ; } ; ; ; ; /* allocate an array, fill in the required attributes with fixed place params and defaults */ ; ; gTagAttrs = new Array...
(看全文)