# RSLs - Very different behavior depending on publish method

**URL:** https://forum.kirupa.com/t/rsls-very-different-behavior-depending-on-publish-method/332473
**Category:** flash
**Created:** [June 22, 2014, 6:01pm UTC](https://forum.kirupa.com/t/rsls-very-different-behavior-depending-on-publish-method/332473 "2014-06-22T18:01:37Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![cakepizza](https://avatars.discourse-cdn.com/v4/letter/c/45deac/32.png) [@cakepizza](https://forum.kirupa.com/u/cakepizza)
#### Post date: [June 22, 2014, 6:01pm UTC](https://forum.kirupa.com/t/rsls-very-different-behavior-depending-on-publish-method/332473/1 "2014-06-22T18:01:37Z")

</div>

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??
