Share Posted August 20, 2013 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:3Am i doing something wrong?Edit: Does not work, as in; plays only once Link to comment Share on other sites More sharing options...
Author Share Posted August 20, 2013 Ok, i downloaded latest version (12) , and now it seems to be working! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now