flashapache-flexrsl

Why FlashPlayer is looking for textLayout_1.1.0.604.swz?


I have a flex application, that compiled for flash player version 10.1.

I just realized, when I load the movie in "clean" computer, the movie doesn't work, it try to look for textLayout library. I compile the movie not using RSL.

Error #2032: Stream Error. 
URL: http://<hostname>/textLayout_1.1.0.604.swz

Any idea how to solve this?


Solution

  • Looks like you are using the Flex Framework RSLs but they aren't configured correctly. You can disable the Framework RSLs using the -static-link-runtime-shared-libraries compiler parameter. Or you can fix the mis-configured RSL URL.