io-xdr.js revision 9ee7d7be8c50e583fa263893bb39ee912f5684da
3909N/A * Extends the IO base class to provide an alternate, Flash transport, for making 0N/A * cross-domain requests. 0N/A * @description This event is fired by YUI.io when the specified transport is 0N/A * @type Event Custom 0N/A * @description Method that creates the Flash transport swf. 2362N/A * @param {string} uri - location of IO.swf. 2362N/A * @param {string} yid - YUI instance id. 0N/A '<param name="movie" value="' +
uri +
'">' +
0N/A '<param name="FlashVars" value="yid=' +
yid +
'">' +
0N/A '<param name="allowScriptAccess" value="sameDomain">' +
0N/A * @description Map of IO transports. 0N/A * @property _transportMap 0N/A * @description Object that stores callback handlers for cross-domain requests 0N/A * when using Flash as the transport. 0N/A * @description Method for accessing the transport's interface for making a 0N/A * cross-domain transaction. 0N/A * @param {string} uri - qualified path to transaction resource. 0N/A * @param {object} o - Transaction object generated by _create() in io-base. 0N/A * @param {object} c - configuration object for the transaction. 0N/A * @description Fires event "io:xdrReady" 0N/A * @param {number} id - transaction id 0N/A * @param {object} c - configuration object for the transaction. 0N/A * @description Method to initialize the desired transport. 0N/A * @param {object} o - object of transport configurations.