design. business. life.

Information

This article was written on 04 Sep 2009, and is filled under Flash.

Current post is tagged

, , , ,

Loop FLV Video in AS2

Just sharing some code I found that worked to loop an flv clip that I had dropped into an AS2 movie…

var myLis:Object = new Object;
myLis.complete = function(){
flvPlayer.play();
}
flvPlayer.addEventListener(“complete”, myLis);

Just drop that in a frame and make sure the Instance name of your flv isĀ flvPlayer.

Found the code in the macromedia.flash group on Google groups, which also had AS3 code for the same thing (but I did not test it). Enjoy!

2 Comments

  1. Davis Conyer
    February 7, 2012

    I’m honored to be among the list of readers of this weblog post. Thanks for your generous support I’m definitely the initial in my household to have some information in regards to this topic.

  2. SEO
    April 10, 2012

    I favor the helpful tips you provide with your articles. I’ll bookmark your site and look again here regularly. I will be quite i will become familiar with many new stuff in this article! Good luck for the following!

Leave a Reply