1276
ActionScript classes
Methods inherited from class Object
_alpha (Video._alpha property)
public _alpha : Number
Indicates the alpha transparency value of the Video object specified. Valid values are 0 (fully
transparent) to 100 (fully opaque). The default value is 100. Objects in a movie clip with
_alpha
set to 0 are active, even though they are invisible.
Availability:
ActionScript 1.0; Flash Player 8
See also
_visible (Video._visible property)
attachVideo (Video.attachVideo method)
public attachVideo(source:Object) : Void
Specifies a video stream (
source
) to be displayed within the boundaries of the Video object
on the Stage. The video stream is either an FLV file being displayed by means of the
NetStream.play()
command, a Camera object, or
null
. If
source
is
null
, video is no
longer played within the Video object.
You don't have to use this method if the FLV file contains only audio; the audio portion of an
FLV files is played automatically when the
NetStream.play()
command is issued.
If you want to control the audio associated with an FLV file, you can use
MovieClip.attachAudio()
to route the audio to a movie clip; you can then create a Sound
object to control some aspects of the audio. For more information, see
MovieClip.attachAudio()
.
Availability:
ActionScript 1.0; Flash Player 6 - The ability to work with Flash Video (FLV)
files was added in Flash Player 7.
addProperty (Object.addProperty method)
,
hasOwnProperty
(Object.hasOwnProperty method)
,
isPropertyEnumerable
(Object.isPropertyEnumerable method)
,
isPrototypeOf (Object.isPrototypeOf
method)
,
registerClass (Object.registerClass method)
,
toString
(Object.toString method)
,
unwatch (Object.unwatch method)
,
valueOf
(Object.valueOf method)
,
watch (Object.watch method)
Summary of Contents for FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE
Page 1: ...ActionScript 2 0 Language Reference ...
Page 1352: ...1352 ActionScript classes ...