getimagesize() and SWF problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Sindarin
Forum Regular
Posts: 521
Joined: Tue Sep 25, 2007 8:36 am
Location: Greece

getimagesize() and SWF problem

Post by Sindarin »

I am using getimagesize() to get the width and height of a flash movie (swf), but for files over 10 MB it crashes. I am not sure if it's the case but I've been reading that getimagesize has a bug when reading flash movie headers.
Is there any way to get width and height of a flash movie without getimagesize?
Post Reply