Im using a few modules repeatedly in a Flex app and varying the conditions by passing in params via the \'loaderInfo.url\' var. This works fine for the first iteration of a given module but subsequent
I tried using var params: Object = ((this.stage.loaderInfo) as LoaderInfo).parameters; to get the parameters, but it returns an Object with no properties. That LoaderInfo will give me the correct URL
When I try to access the uncaughtErrorEvents dispatcher when loaded directly, everything works well. But when I try the same code when loaded by another swf I get a reference error.
today I\'m trying to get the URL where my Flash movie is sitting on. I found a similar question here, which was answered with a link to Flash\'s LoaderInfo method, but I\'m not sure I\'m using it cor
I\'m trying to add an array of labels to a panel in my Form. I chose a label because I could set colors for the text.