Good on local not on remote



on(release){
	loadMovie("quienesSomos.swf", _root.contenido);
}


So wht would this work local but not remote? Do i need to specify absolute path for this to work on remote. Called file is in the same folder as the caller by the way.

What a day.