Searched defs:SWF (Results 1 - 1 of 1) sorted by relevance

/yui3/src/swf/js/
H A Dswf.js19 EVENT_HANDLER = "SWF.eventHandler",
23 * The SWF utility is a tool for embedding Flash applications in HTML pages.
25 * @title SWF Utility
30 * Creates the SWF instance and keeps the configuration data
32 * @class SWF
35 * @param {String|HTMLElement} id The id of the element, or the element itself that the SWF will be inserted into.
36 * The width and height of the SWF will be set to the width and height of this container element.
37 * @param {String} swfURL The URL of the SWF to be embedded into the page.
39 * to be passed to the SWF. The p_oAttributes object allows the following additional properties:
50 function SWF (p_oElemen class
[all...]

Completed in 14 milliseconds