3

How can we convert a swc file to swf file so that we can call the swf file whenever it is needed.

Peter Hall
  • 53,120
  • 14
  • 139
  • 204

1 Answers1

6
  1. Rename the .swc file to .zip.
  2. Unzip it.
  3. Copy library.swf from the archive and rename it how you like.
Peter Hall
  • 53,120
  • 14
  • 139
  • 204