Pakket | mx.flash |
Klasse | public dynamic class ContainerMovieClip |
Overerving | ContainerMovieClip UIMovieClip MovieClip Sprite DisplayObjectContainer InteractiveObject DisplayObject EventDispatcher Object |
Implementatie | IVisualElementContainer |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
A Flash container can only have a single Flex IUIComponent child. However, this child can be a Flex container which allows you to add additional children.
If your Flash container modifies the visual characteristics
of the Flex components contained in it, such as changing the alpha
property,
you must embed the fonts used by the Flex components.
This is the same requirement that you have when using the Dissolve, Fade,
and Rotate effects with Flex components.
The following procedure describes the basic process for creating a Flex component in Flash Professional:
- Install the Adobe Flash Workflow Integration Kit.
- Create symbols for your dynamic assets in the FLA file.
- Run Commands > Make Flex Container to convert your symbol to a subclass of the ContainerMovieClip class, to configure the Flash Professional publishing settings for use with Flex, and add a new symbol named FlexContentHolder to the Library. This symbol defines the content area of the container in which you can place child Flex components..
- Publish your FLA file as a SWC file.
- Reference the class name of your symbols in your Flex application as you would any class.
- Include the SWC file in your
library-path
when you compile your Flex application.
For more information, see the documentation that ships with the Flex/Flash Integration Kit at http://www.adobe.com/go/flex3_cs3_swfkit.
Standaard-MXML-eigenschapcontent
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
accessibilityImplementation : AccessibilityImplementation
De huidige toegankelijkheidsimplementatie (AccessibilityImplementation) voor deze InteractiveObject-instantie. | InteractiveObject | ||
accessibilityProperties : AccessibilityProperties
De huidige toegankelijkheidsopties voor dit weergaveobject. | DisplayObject | ||
alpha : Number
Geeft de alpha-transparantiewaarde van het opgegeven object aan. | DisplayObject | ||
automationDelegate : Object
The delegate object that handles the automation-related functionality. | UIMovieClip | ||
automationEnabled : Boolean [alleen-lezen]
True if this component is enabled for automation, false
otherwise. | UIMovieClip | ||
automationName : String
Name that can be used as an identifier for this object. | UIMovieClip | ||
automationOwner : DisplayObjectContainer [alleen-lezen]
The owner of this component for automation purposes. | UIMovieClip | ||
automationParent : DisplayObjectContainer [alleen-lezen]
The parent of this component for automation purposes. | UIMovieClip | ||
automationTabularData : Object [alleen-lezen]
An implementation of the IAutomationTabularData interface, which
can be used to retrieve the data. | UIMovieClip | ||
automationValue : Array [alleen-lezen]
This value generally corresponds to the rendered appearance of the
object and should be usable for correlating the identifier with
the object as it appears visually within the application. | UIMovieClip | ||
automationVisible : Boolean [alleen-lezen]
True if this component is visible for automation, false
otherwise. | UIMovieClip | ||
autoUpdateCurrentState : Boolean
Whether we should actively watch changes to the label of the flash object. | UIMovieClip | ||
autoUpdateMeasuredSize : Boolean
Whether we should actively watch changes to the size of the flash object. | UIMovieClip | ||
baseline : Object
The vertical distance in pixels from the top edge of the content area
to the component's baseline position. | UIMovieClip | ||
baselinePosition : Number [alleen-lezen]
The y-coordinate of the baseline
of the first line of text of the component. | UIMovieClip | ||
blendMode : String
Een waarde uit de klasse BlendMode die opgeeft welke overvloeimodus moet worden gebruikt. | DisplayObject | ||
blendShader : Shader [alleen-schrijven]
Stelt de arcering in die moet worden gebruikt om voor- en achtergrond in elkaar te laten overvloeien. | DisplayObject | ||
bottom : Object
The vertical distance, in pixels, from the lower edge of the component
to the lower edge of its content area. | UIMovieClip | ||
boundingBoxName : String = "boundingBox"
Name of the object to use as the bounding box. | UIMovieClip | ||
buttonMode : Boolean
Geeft de knopmodus van deze sprite op. | Sprite | ||
cacheAsBitmap : Boolean
Indien ingesteld op true, plaatsen Flash-runtimes een interne bitmaprepresentatie van het weergaveobject in cache. | DisplayObject | ||
cacheAsBitmapMatrix : Matrix
Als dit Matrix-object niet null is, definieert het hoe een weergaveobject wordt gerenderd als cacheAsBitmap wordt ingesteld op true. | DisplayObject | ||
cacheHeuristic : Boolean [alleen-schrijven]
Used by Flex to suggest bitmap caching for the object. | UIMovieClip | ||
cachePolicy : String [alleen-lezen]
Specifies the bitmap caching policy for this object. | UIMovieClip | ||
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
content : IUIComponent
The Flex content to display inside this container. | ContainerMovieClip | ||
contextMenu : NativeMenu
Geeft het contextmenu op dat is gekoppeld aan dit object. | InteractiveObject | ||
currentFrame : int [alleen-lezen]
Hiermee wordt het nummer van het frame waarin de afspeelkop zich bevindt op de tijdlijn van de instantie MovieClip opgegeven. | MovieClip | ||
currentFrameLabel : String [alleen-lezen]
De label van het huidige frame in de tijdlijn van de MovieClip-instantie. | MovieClip | ||
currentLabel : String [alleen-lezen]
De huidige label waarin de afspeelkop zich op de tijdlijn van de instantie MovieClip bevindt. | MovieClip | ||
currentLabels : Array [alleen-lezen]
Retourneert een array van objecten FrameLabel vanuit de huidige scène. | MovieClip | ||
currentScene : Scene [alleen-lezen]
De huidige scène waarin de afspeelkop zich op de tijdlijn van de instantie MovieClip bevindt. | MovieClip | ||
currentState : String
The current state of this component. | UIMovieClip | ||
depth : Number
Determines the order in which items inside of containers
are rendered. | UIMovieClip | ||
descriptor : UIComponentDescriptor
Reference to the UIComponentDescriptor, if any, that was used
by the createComponentFromDescriptor() method to create this
UIComponent instance. | UIMovieClip | ||
designLayer : DesignLayer
Specifies the optional DesignLayer instance associated with this visual
element. | UIMovieClip | ||
document : Object
A reference to the document object associated with this component. | UIMovieClip | ||
doubleClickEnabled : Boolean
Geeft op of dit object gebeurtenissen doubleClick ontvangt. | InteractiveObject | ||
dropTarget : DisplayObject [alleen-lezen]
Geeft het weergaveobject op waarover de sprite wordt gesleept of waarop de sprite is neergezet. | Sprite | ||
enabled : Boolean
Een Booleaanse waarde die aangeeft of een filmclip is ingeschakeld. | MovieClip | ||
explicitHeight : Number
The explicitly specified height for the component,
in pixels, as the component's coordinates. | UIMovieClip | ||
explicitMaxHeight : Number
Number that specifies the maximum height of the component,
in pixels, as the component's coordinates. | UIMovieClip | ||
explicitMaxWidth : Number
Number that specifies the maximum width of the component,
in pixels, as the component's coordinates. | UIMovieClip | ||
explicitMinHeight : Number
Number that specifies the minimum height of the component,
in pixels, as the component's coordinates. | UIMovieClip | ||
explicitMinWidth : Number
Number that specifies the minimum width of the component,
in pixels, as the component's coordinates. | UIMovieClip | ||
explicitWidth : Number
The explicitly specified width for the component,
in pixels, as the component's coordinates. | UIMovieClip | ||
filters : Array
Een geïndexeerde array die elk filterobject bevat dat momenteel is gekoppeld aan het weergaveobject. | DisplayObject | ||
focusEnabled : Boolean
A flag that indicates whether the component can receive focus when selected. | UIMovieClip | ||
focusPane : Sprite
A single Sprite object that is shared among components
and used as an overlay for drawing focus. | UIMovieClip | ||
focusRect : Object
Geeft op of dit object een focusrechthoek weergeeft. | InteractiveObject | ||
framesLoaded : int [alleen-lezen]
Het aantal frames dat vanuit een gestreamd SWF-bestand is geladen. | MovieClip | ||
graphics : Graphics [alleen-lezen]
Geeft het object Graphics op dat bij deze sprite hoort, waarbij vectortekenopdrachten kunnen optreden. | Sprite | ||
hasFocusableChildren : Boolean
A flag that indicates whether child objects can receive focus. | UIMovieClip | ||
hasLayoutMatrix3D : Boolean [alleen-lezen]
Contains true if the element has 3D Matrix. | UIMovieClip | ||
height : Number [overschrijven]
The height of this object, in pixels. | UIMovieClip | ||
hitArea : Sprite
Wijst een andere sprite aan als raakgebied voor een sprite. | Sprite | ||
horizontalCenter : Object
The horizontal distance in pixels from the center of the
component's content area to the center of the component. | UIMovieClip | ||
id : String
ID of the component. | UIMovieClip | ||
includeInLayout : Boolean
Specifies whether this component is included in the layout of the
parent container. | UIMovieClip | ||
is3D : Boolean [alleen-lezen]
Contains true when the element is in 3D. | UIMovieClip | ||
isPlaying : Boolean [alleen-lezen]
Een Booleaanse waarde die aangeeft of een filmclip momenteel wordt afgespeeld. | MovieClip | ||
isPopUp : Boolean
Set to true by the PopUpManager to indicate
that component has been popped up. | UIMovieClip | ||
layoutDirection : String
Specifies the desired layout direction for an element: one of LayoutDirection.LTR
(left to right), LayoutDirection.RTL (right to left), or null (inherit). | UIMovieClip | ||
left : Object
The horizontal distance, in pixels, from the left edge of the component's
content area to the left edge of the component. | UIMovieClip | ||
loaderInfo : LoaderInfo [alleen-lezen]
Retourneert een object LoaderInfo dat informatie bevat over het laden van het bestand waartoe dit weergaveobject behoort. | DisplayObject | ||
maintainProjectionCenter : Boolean
When true, the component will keep its projection matrix centered on the
middle of its bounding box. | UIMovieClip | ||
mask : DisplayObject
Het aanroepende weergaveobject wordt gemaskeerd door het opgegeven object mask. | DisplayObject | ||
maxHeight : Number
Number that specifies the maximum height of the component,
in pixels, as the component's coordinates. | UIMovieClip | ||
maxWidth : Number
Number that specifies the maximum width of the component,
in pixels, as the component's coordinates. | UIMovieClip | ||
measuredHeight : Number [alleen-lezen]
The measured height of this object. | UIMovieClip | ||
measuredMinHeight : Number
The default minimum height of the component, in pixels. | UIMovieClip | ||
measuredMinWidth : Number
The default minimum width of the component, in pixels. | UIMovieClip | ||
measuredWidth : Number [alleen-lezen]
The measured width of this object. | UIMovieClip | ||
metaData : Object
Krijgt het metagegevensobject van de DisplayObject-instantie als de metagegevens zijn opgeslagen naast de instantie van dit DisplayObject in het SWF-bestand door een PlaceObject4-markering. | DisplayObject | ||
minHeight : Number
Number that specifies the minimum height of the component,
in pixels, as the component's coordinates. | UIMovieClip | ||
minWidth : Number
Number that specifies the minimum width of the component,
in pixels, as the component's coordinates. | UIMovieClip | ||
moduleFactory : IFlexModuleFactory
A module factory is used as context for using embeded fonts and for
finding the style manager that controls the styles for this
component. | UIMovieClip | ||
mouseChildren : Boolean
Bepaalt of de onderliggende elementen van het object door de muis of door een gebruikersinvoerapparaat worden ingeschakeld. | DisplayObjectContainer | ||
mouseEnabled : Boolean
Geeft aan of dit object berichten van de muis of gebruikersinvoer ontvangt. | InteractiveObject | ||
mouseFocusEnabled : Boolean [alleen-lezen]
A flag that indicates whether the component can receive focus
when selected with the mouse. | UIMovieClip | ||
mouseX : Number [alleen-lezen]
Geeft de x-coördinaat van de apparaatpositie van de muis of de gebruikersinvoer aan in pixels. | DisplayObject | ||
mouseY : Number [alleen-lezen]
Geeft de y-coördinaat van de apparaatpositie van de muis of de gebruikersinvoer aan in pixels. | DisplayObject | ||
name : String
Geeft de instantienaam van het DisplayObject aan. | DisplayObject | ||
needsSoftKeyboard : Boolean
Geeft aan of een virtueel toetsenbord (een softwaretoetsenbord op het scherm) moet worden weergegeven wanneer deze InteractiveObject-instantie focus krijgt. | InteractiveObject | ||
numAutomationChildren : int [alleen-lezen]
The number of automation children this container has. | UIMovieClip | ||
numChildren : int [alleen-lezen]
Retourneert het aantal onderliggende objecten van dit object. | DisplayObjectContainer | ||
numElements : int [alleen-lezen]
Returns 1 if there is a viewport, 0 otherwise. | ContainerMovieClip | ||
opaqueBackground : Object
Geeft op of het weergaveobject dekkend is met een bepaalde achtergrondkleur. | DisplayObject | ||
owner : DisplayObjectContainer
Typically the parent container of this component. | UIMovieClip | ||
parent : DisplayObjectContainer [alleen-lezen]
Geeft het object DisplayObjectContainer aan dat dit weergaveobject bevat. | DisplayObject | ||
parentDocument : Object [alleen-lezen]
The document containing this component. | UIMovieClip | ||
percentHeight : Number
Number that specifies the height of a component as a
percentage of its parent's size. | UIMovieClip | ||
percentWidth : Number
Number that specifies the width of a component as a
percentage of its parent's size. | UIMovieClip | ||
postLayoutTransformOffsets : mx.geom:TransformOffsets
Defines a set of adjustments that can be applied to the component's transform in a way that is
invisible to the component's parent's layout. | UIMovieClip | ||
right : Object
The horizontal distance, in pixels, from the right edge of the component
to the right edge of its content area. | UIMovieClip | ||
root : DisplayObject [alleen-lezen]
Voor een weergaveobject in een geladen SWF-bestand is de eigenschap root het bovenste weergaveobject in het gedeelte van de boomstructuur van het weergaveoverzicht dat wordt vertegenwoordigd door dat SWF-bestand. | DisplayObject | ||
rotation : Number [overschrijven]
Geeft de rotatie van de instantie DisplayObject vanaf de oorspronkelijke oriëntatie (in graden) aan. | UIMovieClip | ||
rotationX : Number [overschrijven]
Indicates the x-axis rotation of the DisplayObject instance, in degrees,
from its original orientation relative to the 3D parent container. | UIMovieClip | ||
rotationY : Number [overschrijven]
Indicates the y-axis rotation of the DisplayObject instance, in degrees,
from its original orientation relative to the 3D parent container. | UIMovieClip | ||
rotationZ : Number [overschrijven]
Indicates the z-axis rotation of the DisplayObject instance, in degrees, from its original orientation relative to the 3D parent container. | UIMovieClip | ||
scale9Grid : Rectangle
Het huidige schaalraster dat wordt gebruikt. | DisplayObject | ||
scaleContentWhenResized : Boolean
Whether the scale of the container due to sizing
affects the scale of the flex content. | ContainerMovieClip | ||
scaleX : Number [overschrijven]
Number that specifies the horizontal scaling factor. | UIMovieClip | ||
scaleY : Number [overschrijven]
Number that specifies the vertical scaling factor. | UIMovieClip | ||
scaleZ : Number [overschrijven]
Number that specifies the scaling factor along the z axis. | UIMovieClip | ||
scenes : Array [alleen-lezen]
Een array van objecten Scene, elk met de naam, het aantal frames en de framelabels voor een scène in de instantie MovieClip. | MovieClip | ||
scrollRect : Rectangle
De verschuivende rechthoekgrenzen van het weergaveobject. | DisplayObject | ||
showInAutomationHierarchy : Boolean
A flag that determines if an automation object
shows in the automation hierarchy. | UIMovieClip | ||
softKeyboard : String
Bepaalt het uiterlijk van het schermtoetsenbord. | InteractiveObject | ||
softKeyboardInputAreaOfInterest : Rectangle
Definieert het gebied dat als scherm moet blijven fungeren wanneer een softwaretoetsenbord wordt weergegeven (niet beschikbaar op iOS). | InteractiveObject | ||
soundTransform : flash.media:SoundTransform
Beheert geluid binnen deze sprite. | Sprite | ||
stage : Stage [alleen-lezen]
Het werkgebied van het weergaveobject. | DisplayObject | ||
systemManager : ISystemManager
A reference to the SystemManager object for this component. | UIMovieClip | ||
tabChildren : Boolean
Bepaalt of de onderliggende objecten van het object tabnavigatie hebben. | DisplayObjectContainer | ||
tabEnabled : Boolean
Geeft op of dit object in de tabvolgorde is opgenomen. | InteractiveObject | ||
tabFocusEnabled : Boolean
A flag that indicates whether child objects can receive focus
This is similar to the tabEnabled property
used by the Flash Player.
This is usually true for components that
handle keyboard input, but some components in controlbars
have them set to false because they should not steal
focus from another component like an editor. | UIMovieClip | ||
tabIndex : int
Geeft de tabvolgorde van objecten in een SWF-bestand op. | InteractiveObject | ||
textSnapshot : flash.text:TextSnapshot [alleen-lezen]
Retourneert een object TextSnapshot voor deze instantie DisplayObjectContainer. | DisplayObjectContainer | ||
toolTip : String
Text to display in the ToolTip. | UIMovieClip | ||
top : Object
The vertical distance, in pixels, from the top edge of the control's content area
to the top edge of the component. | UIMovieClip | ||
totalFrames : int [alleen-lezen]
Het totaal aantal frames in de instantie MovieClip. | MovieClip | ||
trackAsMenu : Boolean
Hiermee wordt aangegeven of andere weergaveobjecten die objecten SimpleButton of MovieClip zijn, releasegebeurtenissen van de muis of van gebruikersinvoer kunnen ontvangen. | MovieClip | ||
transform : flash.geom:Transform
Een object met eigenschappen die betrekking hebben op de matrix van een weergaveobject, de kleurtransformatie en de pixelbeperkingen. | DisplayObject | ||
transformX : Number
Sets the x coordinate for the transform center of the component. | UIMovieClip | ||
transformY : Number
Sets the y coordinate for the transform center of the component. | UIMovieClip | ||
transformZ : Number
Sets the z coordinate for the transform center of the component. | UIMovieClip | ||
tweeningProperties : Array
Used by EffectManager. | UIMovieClip | ||
useHandCursor : Boolean
Een Booleaanse waarde die aangeeft of het wijzende handje wordt weergegeven wanneer de cursor wordt bewogen over een sprite waarin de eigenschap buttonMode is ingesteld op true. | Sprite | ||
verticalCenter : Object
The vertical distance in pixels from the center of the component's content area
to the center of the component. | UIMovieClip | ||
visible : Boolean [overschrijven]
Whether or not the display object is visible. | UIMovieClip | ||
width : Number [overschrijven]
The width of this object, in pixels. | UIMovieClip | ||
x : Number [overschrijven]
Number that specifies the component's horizontal position,
in pixels, within its parent container. | UIMovieClip | ||
y : Number [overschrijven]
Number that specifies the component's vertical position,
in pixels, within its parent container. | UIMovieClip | ||
z : Number [overschrijven]
Indicates the z coordinate position along the z-axis of the DisplayObject
instance relative to the 3D parent container. | UIMovieClip |
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor
| ContainerMovieClip | ||
Voegt een onderliggende instantie DisplayObject toe aan deze instantie DisplayObjectContainer. | DisplayObjectContainer | ||
Voegt een onderliggende instantie DisplayObject toe aan deze instantie DisplayObjectContainer. | DisplayObjectContainer | ||
Adds a visual element to this container. | ContainerMovieClip | ||
Adds a visual element to this container. | ContainerMovieClip | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registreert een gebeurtenislistenerobject bij een object EventDispatcher, zodat de listener een melding van een gebeurtenis ontvangt. | EventDispatcher | ||
Geeft aan of vanwege beveiligingsbeperkingen weergaveobjecten worden weggelaten uit de lijst die wordt geretourneerd wanneer de methode DisplayObjectContainer.getObjectsUnderPoint() wordt aangeroepen met het opgegeven punt. | DisplayObjectContainer | ||
Bepaalt of het opgegeven weergaveobject een onderliggend object van de instantie DisplayObjectContainer of de instantie zelf is. | DisplayObjectContainer | ||
Returns a set of properties that identify the child within
this container. | UIMovieClip | ||
Returns a set of properties that identify the child within
this container. | UIMovieClip | ||
Creates an id reference to this IUIComponent object
on its parent document object. | UIMovieClip | ||
Deletes the id reference to this IUIComponent object
on its parent document object. | UIMovieClip | ||
Verzendt een gebeurtenis naar de gebeurtenisstroom. | EventDispatcher | ||
Called by the FocusManager when the component receives focus. | UIMovieClip | ||
Executes the data bindings into this UIComponent object. | UIMovieClip | ||
Provides the automation object at the specified index. | UIMovieClip | ||
Provides the automation object list . | UIMovieClip | ||
Retourneert een rechthoek die het gebied van het weergaveobject aangeeft ten opzichte van het coördinatensysteem van het object targetCoordinateSpace. | DisplayObject | ||
Returns the x coordinate of the element's bounds at the specified element size. | UIMovieClip | ||
Returns the y coordinate of the element's bounds at the specified element size. | UIMovieClip | ||
Retourneert de onderliggende weergaveobjectinstantie bij de opgegeven index. | DisplayObjectContainer | ||
Retourneert de onderliggende weergaveobjectinstantie met de opgegeven naam. | DisplayObjectContainer | ||
Retourneert de indexpositie van een onderliggende instantie DisplayObject. | DisplayObjectContainer | ||
Returns the specified constraint value. | UIMovieClip | ||
Returns the viewport if there is a viewport and the
index passed in is 0. | ContainerMovieClip | ||
Returns the 0 if the element passed in is the viewport. | ContainerMovieClip | ||
A convenience method for determining whether to use the
explicit or measured height
| UIMovieClip | ||
A convenience method for determining whether to use the
explicit or measured width
| UIMovieClip | ||
Returns the element's layout height. | UIMovieClip | ||
Returns the element's layout width. | UIMovieClip | ||
Returns the x coordinate that the element uses to draw on screen. | UIMovieClip | ||
Returns the y coordinate that the element uses to draw on screen. | UIMovieClip | ||
Returns the transform matrix that is used to calculate the component's
layout relative to its siblings. | UIMovieClip | ||
Returns the layout transform Matrix3D for this element. | UIMovieClip | ||
Returns the element's maximum height. | UIMovieClip | ||
Returns the element's maximum width. | UIMovieClip | ||
Returns the element's minimum height. | UIMovieClip | ||
Returns the element's minimum width. | UIMovieClip | ||
Retourneert een array met objecten die zich onder het opgegeven punt bevinden en onderliggende objecten van deze instantie DisplayObjectContainer zijn (of onderliggende objecten van onderliggende objecten van die instantie). | DisplayObjectContainer | ||
Returns the element's preferred height. | UIMovieClip | ||
Returns the element's preferred width. | UIMovieClip | ||
Retourneert een rechthoek die de grens van het weergaveobject aangeeft op basis van het coördinatensysteem dat wordt gedefinieerd door de paramater targetCoordinateSpace, minus enige streken op vormen. | DisplayObject | ||
Hiermee worden de (algemene) werkgebiedcoördinaten van het object point omgezet in (lokale) objectcoördinaten. | DisplayObject | ||
Converteert een tweedimensionaal punt van de (algemene) werkruimtecoördinaten naar (lokale) coördinaten van een driedimensionaal weergaveobject. | DisplayObject | ||
Speelt het SWF-bestand vanaf het opgegeven frame af. | MovieClip | ||
Verplaatst de afspeelkop naar het opgegeven frame van de filmclip en stopt deze daar. | MovieClip | ||
Controleert of het object EventDispatcher listeners heeft geregistreerd voor een specifiek type gebeurtenis. | EventDispatcher | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Evalueert het selectiekader van het weergaveobject om te zien of dit het selectiekader van het weergaveobject obj overlapt of snijdt. | DisplayObject | ||
Hiermee wordt het weergaveobject geëvalueerd om te zien of deze een punt dat is opgegeven door de parameters x en y, overlapt of doorsnijdt. | DisplayObject | ||
Initialize the object. | UIMovieClip | ||
An element must call this method when its layoutDirection changes or
when its parent's layoutDirection changes. | UIMovieClip | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Converteert een driedimensionaal punt van de (lokale) coördinaten van het driedimensionale weergaveobject naar een tweedimensionaal punt in de (algemene) werkruimtecoördinaten. | DisplayObject | ||
Hiermee worden de (lokale) weergaveobjectcoördinaten van het object point omgezet in (algemene) werkgebiedcoördinaten. | DisplayObject | ||
Moves this object to the specified x and y coordinates. | UIMovieClip | ||
Verplaatst de afspeelkop naar het volgende frame en stopt deze. | MovieClip | ||
Hiermee wordt de afspeelkop naar de volgende scène van de instantie MovieClip verplaatst. | MovieClip | ||
Returns true if the chain of owner properties
points from child to this UIComponent. | UIMovieClip | ||
Called by Flex when a UIComponent object is added to or removed from a parent. | UIMovieClip | ||
Verplaatst de afspeelkop in de tijdlijn van de filmclip. | MovieClip | ||
Verplaatst de afspeelkop naar het vorige frame en stopt deze. | MovieClip | ||
Hiermee wordt de afspeelkop naar de vorige scène van de instantie MovieClip verplaatst. | MovieClip | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
For each effect event, register the EffectManager
as one of the event listeners. | UIMovieClip | ||
Removes all visual elements from the container. | ContainerMovieClip | ||
Verwijdert de opgegeven onderliggende instantie DisplayObject uit de lijst met onderliggende objecten van de instantie DisplayObjectContainer. | DisplayObjectContainer | ||
Verwijdert een onderliggend DisplayObject uit de opgegeven indexpositie in de lijst met onderliggende objecten van de DisplayObjectContainer. | DisplayObjectContainer | ||
Verwijdert alle onderliggende DisplayObject-instanties uit de lijst met onderliggende objecten van de instantie DisplayObjectContainer. | DisplayObjectContainer | ||
Removes the specified visual element from the child list of
this container. | ContainerMovieClip | ||
Removes a visual element from the specified index position
in the container. | ContainerMovieClip | ||
Verwijdert een listener uit het object EventDispatcher. | EventDispatcher | ||
Replays the specified event. | UIMovieClip | ||
Geeft een virtueel toetsenbord weer. | InteractiveObject | ||
Resolves a child by using the id provided. | UIMovieClip | ||
Sets the actual size of this object. | UIMovieClip | ||
Wijzigt de positie van een bestaand onderliggend object in de weergaveobjectcontainer. | DisplayObjectContainer | ||
Sets the specified constraint value. | UIMovieClip | ||
Changes the position of an existing visual element in the visual container. | ContainerMovieClip | ||
Called by the FocusManager when the component receives focus. | UIMovieClip | ||
Sets the coordinates that the element uses to draw on screen. | UIMovieClip | ||
Sets the layout size of the element. | UIMovieClip | ||
Sets the transform Matrix that is used to calculate the component's layout
size and position relative to its siblings. | UIMovieClip | ||
Sets the transform Matrix3D that is used to calculate the component's layout
size and position relative to its siblings. | UIMovieClip | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Called when the visible property changes. | UIMovieClip | ||
Hiermee kan de gebruiker de opgegeven sprite slepen. | Sprite | ||
Hiermee kan de gebruiker de opgegeven sprite naar een apparaat met aanraakbediening slepen. | Sprite | ||
Stopt de afspeelkop in de filmclip. | MovieClip | ||
Stopt recursief de tijdlijnuitvoering van alle filmclips die beginnen bij dit object. | DisplayObjectContainer | ||
Beëindigt de methode startDrag(). | Sprite | ||
Beëindigt de startTouchDrag()-methode, voor gebruik met apparaten met aanraakbediening. | Sprite | ||
Wisselt de z-volgorde (van voor naar achter) van de twee opgegeven onderliggende objecten om. | DisplayObjectContainer | ||
Wisselt de z-volgorde (van voor naar achter) van de onderliggende objecten op de twee opgegeven indexposities in de lijst met onderliggende objecten om. | DisplayObjectContainer | ||
Swaps the index of the two specified visual elements. | ContainerMovieClip | ||
Swaps the visual elements at the two specified index
positions in the container. | ContainerMovieClip | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
transformAround(transformCenter:Vector3D, scale:Vector3D = null, rotation:Vector3D = null, translation:Vector3D = null, postLayoutScale:Vector3D = null, postLayoutRotation:Vector3D = null, postLayoutTranslation:Vector3D = null, invalidateLayout:Boolean = true):void
A utility method to update the rotation, scale, and translation of the
transform while keeping a particular point, specified in the component's
own coordinate space, fixed in the parent's coordinate space. | UIMovieClip | ||
A utility method to transform a point specified in the local
coordinates of this object to its location in the object's parent's
coordinates. | UIMovieClip | ||
Retourneert de primitieve waarde van het opgegeven object. | Object | ||
Controleert of een gebeurtenislistener is geregistreerd bij dit object EventDispatcher of een van de voorouders voor het opgegeven type gebeurtenis. | EventDispatcher |
content | eigenschap |
content:IUIComponent
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The Flex content to display inside this container.
Typically, to add a child to a container in ActionScript,
you use the Container.addChild()
or Container.addChildAt()
method.
However, to add a child to the ContainerMovieClip.content
property
of a Flash container, you do not use the addChild()
or addChildAt()
method.
Instead, you assign the child directly to the content property.
The following example assigns a container to the ContainerMovieClip.content
property.
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:myComps="*"> <mx:Script> <![CDATA[ import mx.containers.HBox; import mx.controls.Image; private function init():void { // Define the Image control. var image1:Image = new Image(); image1.source = "../assets/logowithtext.jpg"; image1.percentWidth = 80; image1.percentHeight = 80; // Define the HBox container. var hb1:HBox = new HBox(); hb1.percentWidth = 100; hb1.percentHeight = 100; hb1.setStyle('borderStyle', 'solid'); hb1.addChild(image1); // Assign the HBox container to the // ContainerMovieClip.content property.. pFrame.content = hb1; } ]]> </mx:Script> <myComps:MyPictureFrameContainer id="pFrame" initialize="init();"/> </mx:Application>
Implementatie
public function get content():IUIComponent
public function set content(value:IUIComponent):void
numElements | eigenschap |
scaleContentWhenResized | eigenschap |
scaleContentWhenResized:Boolean
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Whether the scale of the container due to sizing affects the scale of the flex content.
When Flash components are resized, they scale up or down to their new size. However, this means their children are also scaled up or down. By setting this flag to false, the children are inversely scaled when the container is resized.
Note: When the container is scaled direclty (through scaleX or scaleY), the content will also be scaled accordingly. This only affects scaling of the container due to sizing.
De standaardwaarde is false.
Implementatie
public function get scaleContentWhenResized():Boolean
public function set scaleContentWhenResized(value:Boolean):void
ContainerMovieClip | () | Constructor |
public function ContainerMovieClip()
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Constructor
addElement | () | methode |
public function addElement(element:IVisualElement):IVisualElement
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Adds a visual element to this container.
The element is added after all other elements
and appears top of all other elements.
To add a visual element to a specific index position, use
the addElementAt()
method.
If you add a visual element that already has a different container as a parent, the element is removed from the other container.
Parameters
element:IVisualElement — The visual element to add as a child of this container.
|
IVisualElement — The element that was added.
|
addElementAt | () | methode |
public function addElementAt(element:IVisualElement, index:int):IVisualElement
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Adds a visual element to this container. The element is added at the index position specified. An index of 0 represents the first element in the display list.
If you add a visual element that already has a different container as a parent, the element is removed from the other container.
Parameters
element:IVisualElement — The element to add as a child of this visual container.
| |
index:int — The index position to which the element is added. If
you specify a currently occupied index position, the child
that exists at that position and all higher positions are moved
up one position in the child list.
|
IVisualElement — The element that was added.
|
getElementAt | () | methode |
public function getElementAt(index:int):IVisualElement
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Returns the viewport if there is a viewport and the index passed in is 0. Otherwise, it throws a RangeError.
Parameters
index:int — The index of the element to retrieve.
|
IVisualElement — The element at the specified index.
|
Gegenereerde uitzondering
RangeError — If the index position does not exist in the child list.
|
getElementIndex | () | methode |
public function getElementIndex(element:IVisualElement):int
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Returns the 0 if the element passed in is the viewport. Otherwise, it throws an ArgumentError.
Parameters
element:IVisualElement — The element to identify.
|
int — The index position of the element to identify.
|
Gegenereerde uitzondering
ArgumentError — If the element is not a child of this object.
|
removeAllElements | () | methode |
public function removeAllElements():void
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Removes all visual elements from the container.
removeElement | () | methode |
public function removeElement(element:IVisualElement):IVisualElement
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Removes the specified visual element from the child list of this container. The index positions of any elements above the element in this visual container are decreased by 1.
Parameters
element:IVisualElement — The element to be removed from the container.
|
IVisualElement — The element removed.
|
removeElementAt | () | methode |
public function removeElementAt(index:int):IVisualElement
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Removes a visual element from the specified index position in the container. The index positions of any elements above the element in this visual container are decreased by 1.
Parameters
index:int — The index of the element to remove.
|
IVisualElement — The element removed.
|
setElementIndex | () | methode |
public function setElementIndex(element:IVisualElement, index:int):void
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Changes the position of an existing visual element in the visual container.
When you call the setElementIndex()
method and specify an
index position that is already occupied, the only positions
that change are those in between the elements's former and new position.
All others stay the same.
If a visual element is moved to an index lower than its current index, the index of all elements in between increases by 1. If an element is moved to an index higher than its current index, the index of all elements in between decreases by 1.
Parameters
element:IVisualElement — The element for which you want to change the index number.
| |
index:int — The resulting index number for the element.
|
swapElements | () | methode |
public function swapElements(element1:IVisualElement, element2:IVisualElement):void
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Swaps the index of the two specified visual elements. All other elements remain in the same index position.
Parameters
element1:IVisualElement — The first visual element.
| |
element2:IVisualElement — The second visual element.
|
swapElementsAt | () | methode |
public function swapElementsAt(index1:int, index2:int):void
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Swaps the visual elements at the two specified index positions in the container. All other visual elements remain in the same index position.
Parameters
index1:int — The index of the first element.
| |
index2:int — The index of the second element.
|
Wed Jun 13 2018, 11:42 AM Z