Groups | Blog | Home
all groups > flash actionscript > april 2004 >

flash actionscript : MovieClipLoader Problem


FarleyC
4/20/2004 10:05:20 PM
I have an ap that needs to dynamically load jpegs into 24 movieclips on the
stage.
The clips are in 4 rows of 6 columns and are named thumb00, thumb01,
thumb02...

row and col are the current row and column to load into. all movieclips are
labeled "thumb" suffixed with the row and columber number.

clipname = "thumb" + row + col;
thumbname = thumbdirectory + '/' + dsga.currentItem.imgName;
trace(clipname);
trace(thumbname + '\n');
_root.myMCL.loadClip(clipname,thumbname);

does not work
yet

_root.thumb00.loadMovie(thumbname);

does load the thumb so I know the thumname is pointing to the correct url...

any help would be greatly appreciated...

Farley
FarleyC
4/21/2004 1:33:42 AM
AddThis Social Bookmark Button