all groups > macromedia flash sitedesign > october 2006 >
You're in the

macromedia flash sitedesign

group:

Help loading jpg. in flash



Help loading jpg. in flash maxtkacz
10/27/2006 11:16:23 PM
macromedia flash sitedesign: 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.
Re: Help loading jpg. in flash Darr_darshan
10/28/2006 12:00:00 AM
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");
}

AddThis Social Bookmark Button