-
jfm-servebox committed revision 845 to the ServeBox - ActionScript Foundry SVN repository, changing 2 files.
2009-10-27 17:48:53 UTC in ServeBox - ActionScript Foundry
-
Marc,
The preloadedRSLs getter is defined at line 1041 of the SM, and always returns null :
<pre><code>
public function get preloadedRSLs():Dictionary
{
// Overriden by compiler generate code.
return null;
}
</code></pre>
As you can see in the comment, the compiler is supposed to override this method...
I will...
2009-09-25 16:08:48 UTC in ServeBox - Maven Flex
-
Hi Marc,
it seems that the event.url property is undefined, which is pretty weird as the handler is called by the SM.
Are you experiencing the problem with a signed or unsigned RSL, a custom or framework RSL ?
Fill free to post (or send me by email if you prefer to) an example POM so I may take a closer look at this.
Thanks for your feedback, as usual.
Jef.
2009-09-25 16:01:47 UTC in ServeBox - Maven Flex