xml gallery question
xml gallery question
Out of context: Reply #3
- Started
- Last post
- 4 Responses
- lostnation0
quickly, make a movieclip that will be the thumbnail clip with a square mask masking an empty movieclip called "cage_mc" or something, and give at a linkage id like "thumbnail".
in your xml file, define the path to the jpg for the folio piece somewhere in the node, like an attribute or something.
on the first frame of the thumbnail clip, have a loadMovie statement like:
cage_mc.loadMovie(this.filepath...then, on the click event of the button, attach the thumbnail image and pass the filepath:
attachMovie("thumbnail","preview......or something.