Hi all,

I am having a bit of trouble trying to delay for a few seconds between
two frames. To do the delay I believe I need to use actionscript, but
my code below doesnt work:

.flash filename="processed-images.swf" version=7 fps=25
.jpeg s1 "001_slide.jpg" quality=80%
.jpeg s2 "002_slide.jpg" quality=80%
.jpeg s3 "003_slide.jpg" quality=80%
.jpeg s4 "004_slide.jpg" quality=80%


.frame 1
.put s1 scalex=800 scaley=600

.action:
        setInterval(.put s2, 500)
        clearInterval()
.end

.end


All I want to be able to do is to provide a delay between two frames -
can anyone help with this?

Cheers,

  Jono


_______________________________________________
Swftools-common mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/swftools-common

Reply via email to