The property being referenced does not have the static attribute.
hvad er der galt her?import TextField.StyleSheet;
class clss_loadStyles
{
var CSS;
var style_obj = {};
function clss_loadStyles()
{
CSS = new StyleSheet();
var tmp = new StyleSheet();
// ...
}
}
