Copy link to clipboard
Copied
Hello,
I wonder if it is possible.
Lets say i have a clip that is 50 seconds long.
Can i play the video for 20 seconds, loop the 20 to 40 seconds (lets say 3 times which will make 60 seconds), then play the last 10 seconds ?
Thank you.
if you're using an flvplayback component you can use the playheadupdate event to repeatedly check the component's totalTime property and use the seek() method to make the video jump to whereever you like.
Copy link to clipboard
Copied
you have a movieclip or a video (flv/mp4 etc)?
Copy link to clipboard
Copied
thats a video, *.mp4
Copy link to clipboard
Copied
if you're using an flvplayback component you can use the playheadupdate event to repeatedly check the component's totalTime property and use the seek() method to make the video jump to whereever you like.
Copy link to clipboard
Copied
So it is possible, glad to know. I'll try that.
Thank you.
Copy link to clipboard
Copied
you're welcome.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now