loaderinfo
Passing param to flex module via url
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[详细]
2023-02-08 12:37 分类:问答AS3 - How do you receive parameters in a swf from a GET request?
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[详细]
2023-01-15 23:53 分类:问答Anyone else unable to listen to uncaughtErrorEvent when loaded by another swf?
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.[详细]
2023-01-03 06:39 分类:问答How to obtain URL that Flash movie is embedded on?
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[详细]
2022-12-16 20:13 分类:问答Adding an Array of labels to a Panel
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.[详细]
2022-12-16 12:14 分类:问答