flex iframe external asp.net application css not working

I have a web application developed in asp.net 4.0.
There is another application developed in flex. They are using iframe to run our application in the flex application.
But in the flex application my style-sheet is not getting loaded except the one page.

I have seen a post suggested that "-" character is not allowed in flex css.

But on the page where the css is loaded properly, there is a css calss with name congaing "-" character as follow
\[code\].error-msg{ color: Red; font-size: 10px;}\[/code\]My application is working properly on the browser properly.
I have no Idea about the flex application. Kindly help me.Thanks.
 
Back
Top