views:

585

answers:

1

I'm uploading a flv / swf file and I need to capture the dimensions of those files so I could later retrieve it from a database and embed it into a page.

Any suggestions of how I could do it in code behind?

A: 

Check this article on CodeProject:

http://www.codeproject.com/KB/graphics/swfdotnet-decompiler.aspx

Tomas Kirda
Only supports up to flash version 7. Bummer.
NeedOptic
... I was able to modify SwfDotNet project source to support up to latest flash versions and now am in business!
NeedOptic