Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Looping inside the video

New Here ,
May 16, 2013 May 16, 2013

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.

TOPICS
ActionScript
548
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , May 16, 2013 May 16, 2013

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.

Translate
Community Expert ,
May 16, 2013 May 16, 2013

you have a movieclip or a video (flv/mp4 etc)?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 16, 2013 May 16, 2013

thats a video, *.mp4

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 16, 2013 May 16, 2013

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 16, 2013 May 16, 2013

So it is possible, glad to know. I'll try that.

Thank you.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 16, 2013 May 16, 2013
LATEST

you're welcome.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines