Packageaway3d.materials
Classpublic class VideoMaterial
InheritanceVideoMaterial Inheritance MovieMaterial Inheritance TransformBitmapMaterial Inheritance BitmapMaterial Inheritance LayerMaterial Inheritance ColorMaterial Inheritance WireColorMaterial Inheritance WireframeMaterial Inheritance Material Inheritance flash.events.EventDispatcher



Public Properties
 PropertyDefined By
 Inheritedalpha : Number
[override] Defines an alpha value for the texture bitmap.
BitmapMaterial
 InheritedautoUpdate : Boolean
Indicates whether the texture bitmap is updated on every frame
MovieMaterial
 Inheritedbitmap : BitmapData
Defines the bitmapData object being used as the material texture.
BitmapMaterial
 InheritedblendMode : String
Defines a blendMode value for the texture bitmap.
BitmapMaterial
 InheritedclipRect : Rectangle
A Rectangle object that defines the area of the source to draw.
MovieMaterial
 Inheritedcolor : uint
[override] Defines a colored tint for the texture bitmap.
BitmapMaterial
 InheritedcolorTransform : ColorTransform
Defines a colortransform for the texture bitmap.
BitmapMaterial
 Inheriteddebug : Boolean
Toggles debug mode: textured triangles are drawn with white outlines, precision correction triangles are drawn with blue outlines.
ColorMaterial
  file : String
The FLV url used for rendering the material
VideoMaterial
 InheritedglobalProjection : Boolean
Determines whether a projected texture uses offsetX, offsetY and projectionVector values relative to scene cordinates.
TransformBitmapMaterial
 Inheritedheight : Number
[override] [read-only] Returns the height of the bitmapData being used as the material texture.
MovieMaterial
 Inheritedid : int
[read-only] Unique identifier
Material
 Inheritedinteractive : Boolean
Indicates whether the material will pass mouse interaction through to the movieclip
MovieMaterial
 InheritedlockH : Number
Number to lock the height of the draw region other than the source movieclip source.
MovieMaterial
 InheritedlockW : Number
Number to lock the height of the draw region other than the source movieclip source.
MovieMaterial
  loop : Boolean
Defines if the FLV will loop
VideoMaterial
 Inheritedmovie : Sprite
Defines the movieclip used for rendering the material
MovieMaterial
  nc : NetConnection
Defines the NetConnection we'll use
VideoMaterial
  netStream : NetStream
The NetStream object used by the class
VideoMaterial
 InheritedoffsetX : Number
Offsets the x coordinates of the texture in uv-space
TransformBitmapMaterial
 InheritedoffsetY : Number
Offsets the y coordinates of the texture in uv-space
TransformBitmapMaterial
  pan : Number
[write-only] The sound pan
VideoMaterial
 InheritedprojectionVector : Vector3D
Projects the texture in object space, ignoring the uv coordinates of the vertex objects.
TransformBitmapMaterial
 Inheritedrepeat : Boolean
Determines if texture bitmap will tile in uv-space
BitmapMaterial
 Inheritedrotation : Number
Rotates the texture in uv-space
TransformBitmapMaterial
 InheritedscaleX : Number
Scales the x coordinates of the texture in uv-space
TransformBitmapMaterial
 InheritedscaleY : Number
Scales the y coordinates of the texture in uv-space
TransformBitmapMaterial
 InheritedshowNormals : Boolean
Displays the normals per face in pink lines.
BitmapMaterial
 Inheritedsmooth : Boolean
Determines if texture bitmap is smoothed (bilinearly filtered) when drawn to screen.
BitmapMaterial
  sprite : Sprite
A Sprite we can return to the MovieMaterial
VideoMaterial
 Inheritedthickness : Number
Determines the thickness value of the wire
WireframeMaterial
 InheritedthroughProjection : Boolean
Determines whether a projected texture is visble on the faces pointing away from the projection.
TransformBitmapMaterial
  time : Number
[read-only] Returns the actual time of the netStream
VideoMaterial
 Inheritedtransform : Matrix
Transforms the texture in uv-space
TransformBitmapMaterial
 Inheritedtransparent : Boolean
Defines the transparent property of the texture bitmap created from the movie
MovieMaterial
  video : Video
The Video Object
VideoMaterial
 Inheritedvisible : Boolean
[override] [read-only] Indicates whether the material is visible
WireColorMaterial
  volume : Number
[write-only] The sound volume
VideoMaterial
 Inheritedwidth : Number
[override] [read-only] Returns the width of the bitmapData being used as the material texture.
MovieMaterial
 InheritedwireAlpha : Number
Determines the alpha value of the wire
WireframeMaterial
 InheritedwireColor : uint
24 bit color value representing the wire color
WireframeMaterial
Protected Properties
 PropertyDefined By
 Inherited_alpha : Number
WireColorMaterial
 Inherited_color : uint
WireColorMaterial
 Inherited_debug : Boolean
ColorMaterial
 Inheritedini : Init
Instance of the Init object used to hold and parse default property values specified by the initialiser object in the 3d object constructor.
WireframeMaterial
 Inherited_screenIndices : Vector.<int>
BitmapMaterial
 Inherited_screenUVTs : Vector.<Number>
BitmapMaterial
 Inherited_screenVertices : Vector.<Number>
BitmapMaterial
 Inherited_thickness : Number
WireframeMaterial
 Inherited_wireAlpha : Number
WireframeMaterial
 Inherited_wireColor : uint = 0x0
WireframeMaterial
Public Methods
 MethodDefined By
  
VideoMaterial(init:Object = null)
Creates a new VideoMaterial object.
VideoMaterial
 Inherited
addOnMaterialUpdate(listener:Function):void
Default method for adding a materialupdated event listener
Material
 Inherited
clone(material:Material = null):Material
[override] Duplicates the material properties to another material object.
ColorMaterial
  
close():void
Closes the NetStream object
VideoMaterial
 Inherited
getPixel32(u:Number, v:Number):uint
[override] Returns the argb value of the bitmapData pixel at the given u v coordinate.
TransformBitmapMaterial
  
pause():void
Pauses the NetStream object
VideoMaterial
  
play():void
Plays the NetStream object.
VideoMaterial
 Inherited
removeOnMaterialUpdate(listener:Function):void
Default method for removing a materialupdated event listener
Material
  
seek(val:Number):void
Seeks to a given time in the file, specified in seconds, with a precision of three decimal places (milliseconds).
VideoMaterial
 Inherited
update():void
Updates the texture bitmap with the current frame of the movieclip object
MovieMaterial
Protected Methods
 MethodDefined By
 Inherited
WireframeMaterial
 Inherited
getUVData(priIndex:uint, viewSourceObject:ViewSourceObject, renderer:Renderer):Vector.<Number>
[override]
TransformBitmapMaterial
 Inherited
invalidateFaces(source:Object3D = null, view:View3D = null):void
BitmapMaterial
 Inherited
renderSource(source:Object3D, containerRect:Rectangle, mapping:Matrix):void
BitmapMaterial
 Inherited
Updates the colortransform object applied to the texture from the color and alpha properties.
BitmapMaterial
 Inherited
updateFaces(source:Object3D = null, view:View3D = null):void
BitmapMaterial
 Inherited
Updates the texture bitmapData with the colortransform determined from the color and alpha properties.
BitmapMaterial
Events
 Event Summary Defined By
 InheritedDispatched when the any visual aspect of the material changes.Material
Property Detail
fileproperty
file:String

The FLV url used for rendering the material


Implementation
    public function get file():String
    public function set file(value:String):void
loopproperty 
loop:Boolean

Defines if the FLV will loop


Implementation
    public function get loop():Boolean
    public function set loop(value:Boolean):void
ncproperty 
public var nc:NetConnection

Defines the NetConnection we'll use

netStreamproperty 
netStream:NetStream

The NetStream object used by the class


Implementation
    public function get netStream():NetStream
    public function set netStream(value:NetStream):void
panproperty 
pan:Number  [write-only]

The sound pan


Implementation
    public function set pan(value:Number):void
spriteproperty 
public var sprite:Sprite

A Sprite we can return to the MovieMaterial

timeproperty 
time:Number  [read-only]

Returns the actual time of the netStream


Implementation
    public function get time():Number
videoproperty 
video:Video

The Video Object


Implementation
    public function get video():Video
    public function set video(value:Video):void
volumeproperty 
volume:Number  [write-only]

The sound volume


Implementation
    public function set volume(value:Number):void
Constructor Detail
VideoMaterial()Constructor
public function VideoMaterial(init:Object = null)

Creates a new VideoMaterial object. Pass file:"somevideo.flv" in the initobject or set the file to start playing a video. Be aware that FLV files must be located in the same domain as the SWF or you will get security errors. NOTE: rtmp is not yet supported

Parameters
init:Object (default = null) — The url to the FLV file.
####INIT####
Method Detail
close()method
public function close():void

Closes the NetStream object

pause()method 
public function pause():void

Pauses the NetStream object

play()method 
public function play():void

Plays the NetStream object. The material plays the NetStream object by default at init. Use this handler only if you pause the NetStream object;

seek()method 
public function seek(val:Number):void

Seeks to a given time in the file, specified in seconds, with a precision of three decimal places (milliseconds). For a progressive download, you can seek only to a keyframe, so a seek takes you to the time of the first keyframe after the specified time. (When streaming, a seek always goes to the precise specified time even if the source FLV file doesn't have a keyframe there.)

Parameters

val:Number — Number: the playheadtime