[swfmill] How to use swfmill to check the duration of a swf

Ralf Fuest ralf-fuest at gmx.de
Wed Nov 28 14:49:18 PST 2007


You simply divide the frame count by the framerate value in the header
to get the duration in seconds.
To get the number of frame in the main timeline of your swf file you
need to count all ShowFrame tags, wich aren't embedded in another tag
(e.g. in an DefineSprite tag).

Ralf

> Thank you.
> 
> But after I cont the 'ShowFrame' tags, how can I find out what is the
> duration of the swf file?
> And how to decide which 'ShowFrame' tag should be counted?




More information about the swfmill mailing list