I know that there are 135 topics on this everyday but I just can't
seem to find what I am looking for. I have worked very hard at trying
to get this right but come up short every time. What I am looking for
is a way for my application to act in the default RSL framework way.
That is, I want the application to call Adobe (fpdownload.adobe.com)
to get framework libraries. I have tried a LOT of different things but
none seem to work. The best answer I found was this:
<policyFileUrls>
<url>https://fpdownload.adobe.com/pub/swz/crossdomain.xml</url>
<url>https://fpdownload.adobe.com/pub/swz/crossdomain.xml</url>
</policyFileUrls>
<rslUrls>
<url>https://fpdownload.adobe.com/pub/{extension}/flex/$
{flex.sdk.version}/{artifactId}_{version}.{extension}</url>
<url>https://fpdownload.adobe.com/pub/{extension}/tlf/$
{flex.sdk.textLayout.version}/{artifactId}_$
{flex.sdk.textLayout.version}.{extension}</url>
</rslUrls>
However, if you were to delete your Flash player cache and use Firebug
to watch outbound HTTP calls, you will see a call (or many in my case
since I have 8 modules) go out for a non-existing textLayout SWZ. I am
using FlexMojo's version 3.8. Maybe newer versions handle this better
but I really need this to work on 3.8. How can I compile so that the
SWF has the default (since 4.0) framework RSL behavior?
--
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos
http://flexmojos.sonatype.org/