Subject says it all. I have a video that I imported in flash 8 and I want
it to continuous loop. I was able to get this to work b4 by adding some
actionscript, but my computer crashed and I lost the code.
Thanks,
tdsilk
Printable View
Subject says it all. I have a video that I imported in flash 8 and I want
it to continuous loop. I was able to get this to work b4 by adding some
actionscript, but my computer crashed and I lost the code.
Thanks,
tdsilk
Try this actionscript on your video
on (complete) {
this.autoRewind = true;
this.play();
}
Try this actionscript on your video:
on (complete) {
this.autoRewind = true;
this.play();
}
(sorry if this is a double post)
Thanks. I will give it a shot. Hope it's that simple;-)