I am having 2 different CSS files in my application but i need to use one swf file by combining those two CSS styles.
Can anyone give me some idea to compile two css files in command prompt.
Usually we do compile single css file by using like
"SDK-path/mxmlc -locale= 'target-file' -output='output-filename.swf'"
I tried by using those 2 css files as target files seperated by comma(,) but it is not working. "SDK-path/mxmlc -locale= 'target-file-1,target-file-2' -output='output-filename.swf'"
How to compile 2 CSS files like this in command prompt. Thanks in advance.