On Thu, Jun 05, 2008 at 07:20:35PM +0200, Pablo Rodríguez <[EMAIL PROTECTED]> wrote: > Trying to combine a loader > (http://ousia.justfree.com/orphanworks-loader.txt) with the following > presentation (http://ousia.justfree.com/orphanworks.swf [script at > http://ousia.justfree.com/orphanworks-script.txt]), I get the following > output (http://ousia.justfree.com/orphanworks-preloader.swf).
Combining things which contain actionscript is generally not possible, or at least only in special circumstances. The problem is that the loader will be shifted one level down into a sprite, so things like variable references are off-target. You may want to merge loader and script into a single swfc file. Greetings Matthias
