Skip to main content
Known Participant
August 7, 2014
Question

Animation Play pause from JS

  • August 7, 2014
  • 1 reply
  • 554 views

A small animation published threw Swiff tool how to control play pause from Javascript

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
August 7, 2014

for the current timeline:  this.play(); and/or this.stop();

for a movieclip (eg, mc) on the current timeline:  this.mc.play(); and/or this.mc.stop();

etc

kiranemc2Author
Known Participant
August 8, 2014

Thank you for reply kglad,

this animation convert as a HTML Page via Google Swiffy  tool, I want control from Html page.

Can help me.

kglad
Community Expert
Community Expert
August 8, 2014

i can't help you with swiffy.