Skip to main content
ZeroNeo_CPT
Participating Frequently
September 14, 2018
Question

Stopping a video from looping in Animate CC

  • September 14, 2018
  • 1 reply
  • 2666 views

Hi

I very very new to Animate CC so bare with me.

i have a video that I have brought in an HTML 5 banner that i have created.

The banner consists of 4 frames with text tween going into and out screen in each frame under the video clip.

I have used the code: this.stop(); to stop the frames from looping but I am not able to stop the video clip from looping.

I converted the video to component to a movie clip symbol and put an action layers in the symbol timeline and used the code: this. clip instance name here.stop(); but this does not work the video clip still loops.

I have also used that same code in the my main timeline action later under the frames this.stop(); code but that never worked either.

Not sure where to go from here?

This topic has been closed for replies.

1 reply

Preran
Legend
September 18, 2018

Does the solution here How do I stop a movie clip from looping at end of my main timeline?​ provide you with any insights?

Thanks,

Preran

ZeroNeo_CPT
Participating Frequently
September 20, 2018

When i did a search I found this question and tried using that action code in my file.

It doesn't work for unfortunately.