Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 707
James Avatar asked Dec 29 '25 01:12

James


1 Answers

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.

like image 176
James Ward Avatar answered Dec 31 '25 00:12

James Ward



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!