Possible to use swc file?

Hi,
is it possible to import/use an swc file.
More exactly:
i downloaded an API, which is a swc file. not wanted to use it, but i just cant import it, or use it.
I tried to put the swc file into my Assets folder and than tried to use the import/using in JavaScript/C#, but that didnt work. Unity can find the file.
Any idea how to do that, if it is possible? ^^

ps: i use Unity 3.5 and the API is the NewgroundsAPI
pss: sorry if i posted in the wrong section :slight_smile:

Ok,
found out that swc is something like zip.
Now there is a swf file. Is it possible to use the swf file in unity? ^^