Using cs5.5
I have RSLs A,B, and C. In the publish settings, they are listed as RSL libraries in that order. On first frame they load, one at a time, and after each one loads, it traces out that it loaded onto a textField on the stage, and then waits a full second before loading the next one.
-If I do a preview (control+enter) all of them load and everything runs perfectly.
-If I publish as an exe projector, everything loads and it runs perfectly.
-If I do a debug publish (control+shift+enter) I get a VerifyError: Error #1014 on RSL C, where it references a class from RSL A.
-If I try to run the swf directly in the player, by double clicking on it, regardless of how I published, it will load RSL A, and B, and then close itself. The whole flash player window just vanishes.
-If I try to run in an HTML container, it loads RSL A and B, and then unloads the swf. It vanishes, and if I right click on the HTML container it says “movie not loaded”
WTF.
This kind of behavior could only be explained as a bug in the general flash player that does not exist in the preview version of flash player or the projector version of flash player, right? Any other ideas??