Link to home
Start Free TrialLog in
Avatar of thedeal56
thedeal56

asked on

SWC Files

I'm really not sure about this one, but is there a way to straight-out play an swc file? If there are a few steps involved, how do I accomplish viewing this file?
Avatar of dgofman
dgofman
Flag of United States of America image

You cannot load SWC at runtime, this is like ZIP format using for combine your source libraries and assets. But you have option to compile your files into SWF and loading at runtime.
Avatar of Pravin Asar
Do you mean dynamically load SWF ?
Avatar of thedeal56
thedeal56

ASKER

Thanks for the responses!  I'm sure one(if not all) of the replies is the correct answer to my question, the trouble is, I'm too flex-ignorant to apply it.  I guess what I'm asking for is this.  What software/steps do I need to take in order to extract a viewable swf file from an existing swc file?  
If you want to extract SWC its easy.
1) Download and install Sothink SWF Decompiler http://www.sothink.com/product/flashdecompiler/
2) Change extension SWC to ZIP
3) Extract using WinZIP, WinRAR, unzip or any other archive tools
4) Open library.swf using Sothink SWF Decompiler

But you should understand this is hacking source code what is illegal.
I tried both winzip and winrar after changing the extension, and it would not let me open the file.  Am I doing something wrong?
Did you change extension to zip?

file.swc -> file.zip
yes, I did change it.
I never really got this worked out, but it's ok.  I would still like to assign the points, but I'm not sure what would be fair.  Any help would be appreciated.
I cannot understand why you have problem rename swc to zip extension and extract this file.
When I rename it, winrar gives me an error when trying to open it.  Winzip gives an equivalent error.
ASKER CERTIFIED SOLUTION
Avatar of dgofman
dgofman
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial