vote up 0 vote down star
1

I've created a swc library. Opening this swc, I can extract the library.swf.

Placing library.swf on my server and using it as an RSL, everything works fine.

If I run optimizer against the library.swf, the resultant library-optimized.swf does not work as an RSL. I get

Flex Error #1001: Digest mismatch with RSL
...
Redeploy the matching RSL or relink your application with the matching library.

in the log.

Is there something I am missing about creating a working optimized rsl swf? I've tried linking against every piece of metadata I can find.

flag

1 Answer

vote up 2 vote down check

The problem is the documentation skips the step on using the digest tool.

See FLEXDOCS-432 for full details.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.