Packageat.fhjoanneum.dmt.umj.core.display.base
Classpublic class FlashResponsiveSymbolContainer
InheritanceFlashResponsiveSymbolContainer Inheritance mx.controls.SWFLoader

IMPORTANT FRAMEWORK CLASS AND VISUAL COMPONENT: The FlashResponsiveSymbolContainer is used to load flash exported symbols (from Adobe Flash CS6 swcs that are added into the lib and reference via their class name thats exported!)

Default MXML Propertysource



Public Properties
 PropertyDefined By
  remeasureOnSourceChange : Boolean
[read-only] A property used to determine if when a new MovieClip source is set, should the container assume the sources size or stay the same
FlashResponsiveSymbolContainer
Protected Properties
 PropertyDefined By
  _heightWatcher : ChangeWatcher
A watcher for the height binding
FlashResponsiveSymbolContainer
  _source : MovieClip
[read-only] The source of the movie clip being displayed
FlashResponsiveSymbolContainer
  _widthWatcher : ChangeWatcher
A watcher for the width binding
FlashResponsiveSymbolContainer
Public Methods
 MethodDefined By
  
Constructor
FlashResponsiveSymbolContainer
Protected Methods
 MethodDefined By
  
propertyChangeHandler(e:PropertyChangeEvent):void
Listener for when a property changes on the container
FlashResponsiveSymbolContainer
Property Detail
_heightWatcherproperty
protected var _heightWatcher:ChangeWatcher

A watcher for the height binding

_sourceproperty 
_source:MovieClip  [read-only]

The source of the movie clip being displayed

This property can be used as the source for data binding.


Implementation
    protected function get _source():MovieClip
_widthWatcherproperty 
protected var _widthWatcher:ChangeWatcher

A watcher for the width binding

remeasureOnSourceChangeproperty 
remeasureOnSourceChange:Boolean  [read-only]

A property used to determine if when a new MovieClip source is set, should the container assume the sources size or stay the same

This property can be used as the source for data binding.


Implementation
    public function get remeasureOnSourceChange():Boolean
Constructor Detail
FlashResponsiveSymbolContainer()Constructor
public function FlashResponsiveSymbolContainer()

Constructor

Method Detail
propertyChangeHandler()method
protected function propertyChangeHandler(e:PropertyChangeEvent):void

Listener for when a property changes on the container

Parameters

e:PropertyChangeEvent