jamiebettles
Technical User
Hi there,
I've searched the forum and can't seem to get the answer to a simple question...
I'm using the loader component which is perfect for what i'm trying to do and in this case suits the task better than createEmptyMovieClip. My question is, does the jpeg or .swf i'm loading HAVE to be in the same folder on the server as the main .swf file? It would be a great help if i could use actionscript to give the loader a link on the server to where the image is i want to load, is this possible?
I tried
myLoader.contentPath = "
and
diashow="loadMovie("this.myloader",diashow);
but both dont load the .swf. Thanks in advance for any suggestions,
jamie
I've searched the forum and can't seem to get the answer to a simple question...
I'm using the loader component which is perfect for what i'm trying to do and in this case suits the task better than createEmptyMovieClip. My question is, does the jpeg or .swf i'm loading HAVE to be in the same folder on the server as the main .swf file? It would be a great help if i could use actionscript to give the loader a link on the server to where the image is i want to load, is this possible?
I tried
myLoader.contentPath = "
and
diashow="loadMovie("this.myloader",diashow);
but both dont load the .swf. Thanks in advance for any suggestions,
jamie