swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] Frame rate with embeded animations


From: Chris Flowers
Subject: Re: [Swftools-common] Frame rate with embeded animations
Date: Fri, 18 Feb 2005 07:51:40 -0500

Hey Patrick,

I just downloaded your .sc file. I should have done that first. My bad.

It looks like you are controlling the interval but the animation
is never effected. You don't seem to be manually changing the frame
for a given interval and the movie is only being told to play at the
default rate for 50fps.

Also the 'fps' variable appears to be a floating point value.
setInterval needs an integer value in milliseconds: 10, 20, 100, 300 etc.
In your case 500 would be every 1 second (I think)

Chris




reply via email to

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