When compiling from the command line - you'll need to include the reference to your classes via an appropriate compile option. The compiler needs to be able to 'see' your classes to compile against them.
http://www.quilix.com/node/9#mxmlc_3_opt Rick Winscot From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of ealexdesign Sent: Friday, May 30, 2008 10:45 AM To: [email protected] Subject: [flexcoders] Compile css file to swf with ClassReference in the css file Hello! I want compile my css theme in swf file. So I try to use mxmlc command but it failed since I have ClassReference in my css file. Could you help me please to compile my css file to swf file.

