Hi,
I have a project which involves setting the values of about 12 - 16 variables over the course of 2 -3000 frames. They do not follow a set pattern, so I can't write an algorithm for them. So, what I'd like to do is somehow get a textfile / csv / something and translate that into a swf file so that you would have something like:

frame1:
x0 = 0
x1 = 4
x2 = 8
...
x16 = 3

frame2:
x0 = 2
x1 = 5
x2 = 7
...
x16=0

and so on over the course of a few thousand frames.

Does anyone know how I would go about doing this, or know of a good resource for starting to understand the workings of the swf file format?

thanks

PBH