| Video loop ? | Baptiste Fluzin | 5/31/12 3:18 AM | Hi there. In the previous version of the video player component, I had the ability to specify the number of loop I wanted for my video. It seems to have disappeared from the V2 component (why ?). How can I manage to loop my video with this V2 compone |
| Re: Video loop ? | Cris Fabillar | 6/10/12 7:40 PM | Hi Baptiste, You can try this work-around. import com.google.ads.studio.events.StudioEvent; var loops:Number=0 var loopNum:Number=3 var videoCompleteHandler:Function = function(event:StudioEvent):Void { loops++ if(loops!=loopNum){ vide |