stagevideo

AS3 StageVideo > controlling depth of multiple stage video instances

∥☆過路亽.° 提交于 2019-12-12 04:48:40
问题 http://www.adobe.com/devnet/flashplayer/articles/stage_video.html According to the documentation the stageVideo object exposes a depth property which allows you to set the z depth. But am confused on how to implement. There is a read only vector object stage.stageVideos[0]; but how exactly do you populate this vector with more than one StageVideo object? Nowhere in the documentation does it explain this. 回答1: The stage.stageVideos array is pre-populated with the amount of stage video objects