Azy Qadir
Azy Qadir

Reputation: 155

How do I extract the source code from a swf file

I want to get the source of the swf file from this site

http://www.apcmedia.com/salestools/WTOL-7B6SFC_R0_EN.swf

actually it is the calculator which is used for calculating energy consumption of data center can any one have idea hot to get the source code for this swf file can anyone parse this file for me I'll be very thankful for him for this actually I am developing similar kind of application in visual studio .net for which I need to take idea of farmulas which are used in the backend so wanted to know what calculations are going behind developing this calculator can anyone parse it for me I'll be thankful for him

Upvotes: 4

Views: 30953

Answers (2)

matasoy
matasoy

Reputation: 696

as3extractor works very well, program is free.

Upvotes: 0

NemoStein
NemoStein

Reputation: 2098

Technically you can use a decompiler to do this job.

There are free (e.g.: ActionScript Extractor) and paid (e.g.: Sothink SWF Decompiler) tools out there.

But, before you do any decompiling processes, note that you MUST have permission from the author to see (use or anything else) his code.

I'm not a legal authority here, so what I say MUST NOT be used as truth.
And, you may be charged legally if you break an copyright law or something!

Upvotes: 4

Related Questions