Why is FlashPlayer looking for textLayout_1.1.0.604.swz?

I have a flex application that compiled for Flash Player version 10.1.

I just realized that when I upload a movie to a "clean" computer, the movie doesn’t work, it tries to search for the textLayout library. I compile a movie without using RSL.

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

Any idea how to solve this?

+3
source share
2 answers

It looks like you are using the RSL Flex Framework, but they are not configured correctly. You can disable the Framework RSL using the -static-link-runtime-shared-librariescompiler option . Or you can fix an incorrectly configured RSL URL.

+2
source

SDK, , swf, , , textLayout.

, , .

0

Source: https://habr.com/ru/post/1790037/


All Articles