Skip to main content
Shimura-san
Participant
June 17, 2019
Question

Help! Movie Clip wont play in HTML5 Canvas

  • June 17, 2019
  • 3 replies
  • 2018 views

I have created an animation of a man walking with bone tools, and this animation is inside a movie clip. Then I am using motion classic tween to move the movie clip.      ( I am using HTML5 Canvas ).

When I played it ofc the movie clip wont play on main timeline, but I thought it would be played when I pressed CTRL + Enter.

Then again the movie clip wont play and even dissapeared!  ( No effect on the movie clip )

I don't know why its not working.. please help me?

This topic has been closed for replies.

3 replies

Community Expert
June 19, 2019

it sounds like everything is okay.... but is the MovieCLip that you are talking about on the timeline for more then ONE frame?

You have to make sure the movieclip (MC) is on the timeline which is always moving unless you put a stop Action.

So if the MC is only on frame 1, then yes it will disappear. Go to a frame much further down the timeline, say frame 100 for now, and Right Click and select "Insert Frame" or press F5 to insert a frame which will allow the MC to be on the timeline for a longer duration and then you should see your animation playing.

Hope that helps.

cheers,
Mark

headTrix, Inc. | Adobe Certified Training & Consulting
Participant
August 15, 2019

And if you put a stop action code at the end in an action layer and you want the movie clip to continue what code should i use because this.mc.play() seems like wont work?

kglad
Community Expert
Community Expert
August 15, 2019

this.mc.play() will always work, IF there are no extraneous (to this discussion) errors, and both:

1. this.mc.play() is on the timeline that contains mc and 'this' is within scope.  ie, this.mc references the movieclip you want to play.

and

2. this.mc.play() executes AFTER the stop() on this.mc's timeline executes.

Community Expert
June 17, 2019

make sure your timeline keyframer is stretch out the length inside of the movieclip.

kglad
Community Expert
Community Expert
June 17, 2019

what's 'ofc' mean?

and open your console to see if there are errors?