I have a root swf and I want to load an external swf.
I use this code:
this.createEmptyMovieClip(“home”, 2);
home.loadMovie(“omen.swf”);
home._x=117;
home._y=0;
If I preview in flash it loads perfectly. But when I put the files in my site (offline), omen.swf doesn’t load. The swf’s are inside of “animations” folder.
index.html is outside.