Is there a way to output in the text filed a number of how many times the video looped? (how many times it has played)
Thanks, Yan
Is there a way to output in the text filed a number of how many times the video looped? (how many times it has played)
Thanks, Yan
You can use the events dispatched by the FLVPlayback class to increment the number of times played , then that value can be converted to a String for output in a TextField. You will need some form of PHP script if you need to retain that value though.