S | |
send, it. | |
setFocus, it. | |
setFullscreen, it. | |
setLastPosition, it. | |
setMenu, it. | |
setPosition, it. | |
setReceiver, it. | |
setSize | |
setState, it. | |
setTrasparent, it. | |
setType, it. | |
setUrgencyHint, it. | |
setWindowStyle, it. | |
show, it. | |
showContent, it. | |
U | |
unrecordAllSharedObject, it. | |
unrecordNetStream, it. | |
unrecordSharedObject, it. | |
uploadFile, it. |
This method sends a message to the specified URI.
function send ( uri: String, method: String, param: Object ):Void
Gives the current focus to this window.
function setFocus():Void
Makes the window the only one visible on the screen, removing status bar or something.
function setFullscreen( value: Boolean ):Void
Sets the window position
function setLastPosition( pos: Position ):Void
Sets the window menu in the standard format used by the Menu class.
function setMenu( newMenu: XML ):Void
Moves the window to the specified position.
function setPosition( pos: Position ):Void
This method allows the component to receive a message from the server at a specified URI, using a method indicated by the method parameter.
function setReceiver ( uri: String, method: String, callback: Object, object: Object ):Void
This method is called when the window is asked to be resized.
function setSize ( newWidth: Number, newHeight: Number ):Void
It is called when the window is asked to change its size.
function setSize( newWidth: Number, newHeight: Number ):Void
Sets the window state.
function setState( newState: String ):Void
Sets the window transparence.
function setTrasparent( value: Boolean ):Void
NOT YET IMPLEMENTED
function setType( newType: String ):Void
Sets the window blink.
function setUrgencyHint( value: Boolean ):Void
Sets the window style.
function setWindowStyle( newStyle: Object ):Void
It is the opposite of hide.
function show():Void
It is the opposite of hideContent.
function showContent():Void
This method allows the component to unregister all the SharedObjects previously registered on the server.
function unrecordAllSharedObject ( component: IClientComponent ):Void
This method allows a component to unregister a NetStream previously registered on the server.
function unrecordNetStream ( name: String, component: IClientComponent ):Void
This method allows a component to unregister a SharedObject previously registered on the server.
function unrecordSharedObject ( name: String, component: IClientComponent ):Void
This method uploads a file of type(s) fileTypes to the address specified by URL, after having set the callbacks.
function uploadFile ( fileTypes: Array, url: String, callback: Object ):Void