i'm still fighting with this, i have a swfloader inside a Class ie:

public class Nicolas extends Box
{

  public var swfloader:SWFLoader = new SWFLoader();

    public function Nicolas()
    {
       this.swfloader.load([relative path to the swf]);

       this.addChild(this.swfloader);
    }
}

and then i place this class into a Canvas component.

the swfloader completes the load of the swf but doesn't show it or
enables it, i mean that the content is blocked or something.

please help  me !!! i tried everything, LoaderContext
ApplicactionDomain SecurityDomain

almost forget, the main application is a zinc compiled exe made
entirely in Flex 2 and runs local, the swf i'm trying to load is also
local and Flex 2, with as2 swfs i don't have any problem. only with
action script 3 ones.

if i load the swf from a swfloader placed in the main mxml app it
works fine, the trouble starts when i do this inside of the class.


Nicolás Parziale

Reply via email to