Jump to content
Search Community

How to play a video that has not been loaded completely?

AdrianaBaron test
Moderator Tag

Recommended Posts

Hi

I'm wondering this, I have a video and I'm loading it but it only plays when its completely loaded. Is there anyway that I can say like :

-video load and when you reach 60 secs of video u can play but keep loading on the background???

 

I would appreciate an example around this, thank you :|

Link to comment
Share on other sites

Sure. VideoLoader does indeed play as soon as the buffer is full by default. I'm not sure why you thought it waits for the load to complete before it starts playing.

 

var vl:VideoLoader = new VideoLoader("video.flv", {autoPlay:true, bufferTime:60, container:this});
vl.load();

 

If you're having any trouble, please post a sample FLA and your video file so we can publish it and see the problem.

Link to comment
Share on other sites

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...