Class org.aswing.JAttachPane

Description

JAttachPane, a container attach flash symbol in library to be its floor.

See Also

Field Index

ON_ATTACHED

Inherited from FloorPane

Inherited from Container

Inherited from Component

Inherited from EventDispatcher

Method Index

new JAttachPane()
getFloorMC()

Inherited from FloorPane

Inherited from Container

Inherited from Component

Inherited from EventDispatcher

Constructor Detail

JAttachPane

public function JAttachPane(path:String, prefferSizeStrategy:Number)

JAttachPane(path:String, prefferSizeStrategy:Number)
JAttachPane(path:String) prefferSizeStrategy default to PREFER_SIZE_BOTH
JAttachPane() path default to null,prefferSizeStrategy default to PREFER_SIZE_BOTH

Creates a JAttachPane with a path to attach a symbol from library

Parameters

paththe linkageID of the symbol in library
prefferSizeStrategythe prefferedSize count strategy. Must be one of below:

See Also

Field Detail

ON_ATTACHED

static public ON_ATTACHED:String
Event onAttached, when the symbol was attached. onAttached Event{source:JAttachPane}

Method Detail

getFloorMC

public function getFloorMC():MovieClip

Returns the attached movieclip.

Return

the movieclip attached.

Overrides

getFloorMC() in org.aswing.FloorPane