Hi, I've got a module which is written mainly in actionscript. The
module can contain some css style declarations for changing the
appearance of the main app. My question is, can I embed a stylesheet
within the module using actionscript, similar to the following mxml code:


        <mx:Style source="..\stylesheets\default.css"/>

I can get the style declarations out at runtime easily, if I use the
mxml tag, but I don't want to rely on mxml in my module. Is there any
way to achieve this in pure actionscript?

Thanks,

Mark Ingram

Reply via email to