i need swf movie duration by php. for example i have 3 swf movie on my site, and i want to play another exactly than, when first one ends. i found a small library here
but i cant understand, is it worth? it has no documentation at all.
i want my php code to find swf movies on site, (no matter how many they will be) and play One after another. if php can not do this perfectly, what is another way or solution? javascript? i search google and nothing.
please help …
The PHP extension you mention actually has some docs, even an example – but it is used to create swf animations programmatically.
To determine the length of an existing flash movie (I suppose you mean
.flvsince you speak about movies), I suggest you use a command line utility likeextract(from libextractor):