Okay so I have a website im making in which jpgs are loaded through the loader
component (using flash pro 2004) and I set the path and to autoload but the
jpg. files won't load; something to note I have many instances of one loader
but with different paths for different pictures.
Please help need to sort out befor weekend finishes.
Darr_darshan - 28 Oct 2006 07:26 GMT
hi
create a empty moviecllip give it a instance name
use this action on movieclip
onClipEvent(load)
{
this.instance name of mc.loadMovie("path of jpg");
}
bye