Skip to main content
Known Participant
August 9, 2012
Answered

How to export my class files as swc file?

  • August 9, 2012
  • 1 reply
  • 2099 views

I have created so many class files. I want to export these class files to a single swc file. Can any explain.

This topic has been closed for replies.
Correct answer kglad

create a movieclip (nothing needs to be on-stage), assign it a class, import all the classes you want to compile and instantiate them in the movieclip's class.  right click your movieclip and click export as swc.

1 reply

kglad
Community Expert
Community Expert
August 9, 2012

what cs version do you have?

kiranemc2Author
Known Participant
August 12, 2012

flash cs5.5

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
August 12, 2012

create a movieclip (nothing needs to be on-stage), assign it a class, import all the classes you want to compile and instantiate them in the movieclip's class.  right click your movieclip and click export as swc.