Stopping a video from looping
September 18, 2008 12:00 AM
I've started adding some video clips to a lesson. Fine, except I can't stop them from looping. I have added the parameter LOOP with a value of false in parameters and published to html for web delivery. Looking at the html code I can see:anim1413.addParm( "" )anim1413.addParm( "" )anim1413.addParm( "" )anim1413.autoPlay = true;anim1413.addParm( "" )anim1413.addParm( "" )But is still continues to loop. Given the clips aren't mine and I can't actually add a stop frame at the end of the clip, is there anything else I can do to stop the video at the end?Thanks
Discussions have been disabled for this post