I saw an example of applying a run-time CSS to an application and a
thought came to mind; Can I apply a run-time CSS to a dynamic module
and in essence override the application CSS?

Would something like this be feasible (before I attempt it on my own
and blow up with errors)?

<mx:Module 
  xmlns:mx="http://www.adobe.com/2006/mxml";
  width="100%" height="100%" 
  initialize="StyleManager.loadStyleDeclarations('styleForModule.swf')" >
  <mx:Image source="info.jpg"/>
</mx:Module>


Thanks.

Reply via email to