Jump to content
Search Community

VideoLoader stageVideo not visible?

ven test
Moderator Tag

Recommended Posts


var videoLoaderSettings:VideoLoaderVars = new VideoLoaderVars()

.autoPlay(true)

.width(500)

.height(400);

 


_videoLoader = new VideoLoader( _url, videoLoaderSettings );

_videoLoader .stageVideo = stage.stageVideos[0];

_videoLoader .load(true);

 

Normal video works perfect, but adding the stageVideo object does results in an invisible video, though it plays fine (I can hear the sound, and scrub etc.).

 

Switching to native netconnection/netstream/video code, stageVideo works just fine.

 

Any idea on what I am doing wrong with VideoLoader?

Link to comment
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...