swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Swftools-common] Actionscript and swfc problem


From: Jono Bacon
Subject: [Swftools-common] Actionscript and swfc problem
Date: Tue, 31 Jan 2006 21:56:48 +0000

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]