Creating mp4 from a Looping animate file won't loop
Hello!
I have an animate file that I've attached the following script to:
/* if (!this.looped) this.looped = 1;
if (this.looped++ == 10) this.stop();*/
It loops 10 times as a .swf, but I'm trying to get it to do the same as an MP4. Is that possible?
I've exported it into Media Encoder and it creates the mp4, but it only plays once. I've pulled the .swf into After Effects and exported it through Media Encoder and again, it just plays once.
