A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
SCROLL — Constant Static Property, class com.chargedweb.swfsize.SWFSizeEvent
The SWFSizeEvent.SCROLL constant defines the value of the type property of the event object for a onScroll event; dispatched when user scrolls the browser's native scrollbars.
scrollX — Property, class com.chargedweb.swfsize.SWFSize
{set/get} Scrolls the window to the X-axis to a specified value of pixels
scrollX — Property, class com.chargedweb.swfsize.SWFSizeEvent
Current scrollX value
scrollY — Property, class com.chargedweb.swfsize.SWFSize
{set/get} Scrolls the window to the Y-axis to a specified value of pixels
scrollY — Property, class com.chargedweb.swfsize.SWFSizeEvent
Current scrollY value
setSWFHeight(value:Number, absolute:Boolean) — method, class com.chargedweb.swfsize.SWFSize
Sets the height property of the swf container
setSWFWidth(value:Number, absolute:Boolean) — method, class com.chargedweb.swfsize.SWFSize
Sets the width property of the swf container
swfHeight — Property, class com.chargedweb.swfsize.SWFSizeEvent
Current swf container's height value
SWF_ID — Static Property, class com.chargedweb.swfsize.SWFSize
The swf attributes.id defined in the html code; you have to define this before calling other methods;
SWFSize — class, package com.chargedweb.swfsize
SWFSize class gives you the ability to: control the swf's container metrics; gather browser's window metrics & position; control the browser's native scrollbars.
SWFSize(key:SWFSize.as$8:SWFSizeKey) — Constructor, class com.chargedweb.swfsize.SWFSize
SWFSizeEvent — class, package com.chargedweb.swfsize
The SWFSizeEvent class defines events that are associated with the SWFSize object. These include the following events: SWFSizeEvent.INIT: dispatched when SWFSize js is loaded and ready; SWFSizeEvent.SCROLL: dispatched when user scrolls browser's native scrollbars; SWFSizeEvent.RESIZE: dispatched when browser's window is being resized.
SWFSizeEvent(type:String, leftX:Number, rightX:Number, topY:Number, bottomY:Number, windowWidth:Number, windowHeight:Number, swfWidth:Object, swfHeight:Object, scrollX:Number, scrollY:Number, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.chargedweb.swfsize.SWFSizeEvent
Constructor; creates a new SWFSizeEvent object.
swfWidth — Property, class com.chargedweb.swfsize.SWFSizeEvent
Current swf container's width value
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z