PDA

View Full Version : Looping


Soy
01-26-2009, 08:25 AM
Hi,

I got the following script for FMS:

"
application.onAppStart = function(){
this.clientStream = Stream.get("clientPlayStream");

this.clientStream.play("test2" , 0, -1,false);
this.clientStream.play("test2" , 0, -1,false);

}

"

Now is my question : How do I loop this script?
Does anybody got a solution for me?

Friendly greetz,
Soy :eek: