copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
GreenSock Tweening Platform Language Reference This document is designed to be viewed using the frames feature If you see this message, you are using a non-frame-capable web client Link to Non-frame version
com. greensock. easing. Power1 Provides an easeIn, easeOut, and easeInOut with a power (or strength) of 1 which is identical to Quad but with a more intuitive name The more power, the more exaggerated the easing effect Using a numeric approach like this in the name makes experimenting easier
greensock. com Maximum number of simultaneous connections that should be used while loading child loaders that were parsed from the XML and had their "load" attribute set to "true" (like <ImageLoader url="1 jpg" load="true" >)
com. greensock. loading. display. FlexContentDisplay A container for visual content that is loaded by any of the following: ImageLoaders, SWFLoaders, or VideoLoaders which is to be used in Flex It is essentially a UIComponent that has a loader property for easily referencing the original loader, as well as several other useful properties for controling the placement of rawContent and the way it is scaled to fit (if at all) That way, you can
greensock. com rawContent — Property, class com greensock loading core DisplayObjectLoader The raw content that was successfully loaded into the content ContentDisplay Sprite which varies depending on the type of loader and whether or not script access was denied while attempting to load the file: ImageLoader with script access granted: flash display Bitmap ImageLoader with script access denied: flash
com. greensock. layout. LiquidStage LiquidStage allows you to "pin" DisplayObjects to reference points on the stage (or inside other DisplayObjects) so that when the stage is resized, they are repositioned and maintain their relative distance from the PinPoint For example, you could make a logo Sprite stay in the bottom right corner when the stage is resized