Re: [Flashcoders] Get SWF Version

2006-01-05 Thread Alisdair Mills
use flare (http://www.nowrap.de/flare.html) to decompile the swf. that'll tell you the version it was compiled to. On 5 Jan 2006, at 17:57, Josh Buhler wrote: Does anybody know of a quick and easy way to get the version info on a published swf? I've got a swf that was published by the

Re: [Flashcoders] Get SWF Version

2006-01-05 Thread Josh Buhler
Thanks for reminding me about Flare - I forgot I could get the info from that. Just haven't used it in a while. That SWF Edit Jesse mentioned works out pretty good too. Thanks guys. - Josh On Jan 5, 2006, at 11:06 AM, Alisdair Mills wrote: use flare (http://www.nowrap.de/flare.html) to

Re: [Flashcoders] Get SWF Version

2006-01-05 Thread Derek Vadneau
There are a few ways. The easiest is to load the SWF into another SWF and check the version: // After the SWF has been loaded: trace(child_mc.getSWFVersion()); Derek Vadneau - Original Message - From: Josh Buhler [EMAIL PROTECTED] To: Flashcoders mailing list