Hi,
I have try the runtime css for my project, I have set the Main source path
in the Flex Builder as 'flex\src' and the Output folder as 'WebContent'. The
css file is under the flex\src\css\test.css. When i click the compile CSS to
SWF.Actually the css folder have already create in the WebContent. But there is
a error show that
'A file found in a source-path must have the same package structure 'css' , as
the definition's package , '' '.
But when i try to move the css file one more layer up flex\src\test.css ,
it is ok and a test.swf is created in the WebContent.
Would someone tell me why this happen?
thx
capho