Groups | Blog | Home
all groups > flash actionscript > june 2006 >

flash actionscript : the ../ syntax does not work in stand alone


FlashChump
6/22/2006 11:50:44 PM
I have this simple function that goes in to a folder and goes back out just to
test the "../" syntax. It works fine in authoring mode but does not work when
running as a standalone file. I am guessing it has to do with security. Please
help. Thanks ahead.

function test()
{
var d = this.getNextHighestDepth();
var mc = this.createEmptyMovieClip( "image" + d, d );

var path = "subFol/../clip.swf";
var mcl:MovieClipLoader = new MovieClipLoader();
mcl.loadClip( path, mc );
}
caskater
6/23/2006 12:53:11 AM
caskater
6/23/2006 12:54:01 AM
AddThis Social Bookmark Button