Packageorg.ffilmation.engine.core
Classpublic class fElementContainer
InheritancefElementContainer Inheritance flash.display.Sprite

The fElementContainer is the root displayObject for a renderable Element while the scene is being rendered.



Public Properties
 PropertyDefined by
  fElement : fRenderableElement
A pointer to the fElement this container represents.
fElementContainer
  fElementId : String
The ID for this element.
fElementContainer
Property detail
fElementproperty
public var fElement:fRenderableElement

A pointer to the fElement this container represents. Using this, you will be able to access the element from an Event listener attached to the container.

fElementIdproperty 
public var fElementId:String

The ID for this element. Using this, you will be able to access the element from an Event listener attached to the container.