Jump to content
Search Community

[FIXED] VideoLoader repeat: not working

Jakob Sternberg test
Moderator Tag

Recommended Posts

Using VideoLoader awesomeness.. but having small problem..
Looking at http://www.greensock.com/as/docs/tween/com/greensock/loading/VideoLoader.html

It seems i should be able to use repeat:-1

 

But when i try:

var videoBg:VideoLoader = new VideoLoader(path+"video1.flv", {repeat:-1 ,name:"myVideo",container:mcVideoBg,bgColor:0x000000,autoPlay:true,	volume:1});
videoBg.load();	

It does not work? , i also tried with repeat:3

Am i doing something wrong?


Edit: Does not work, as in; plays only once

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