OK, I have a rare scenario. I have a movie clip (IconJamesSuite) in the library of a .swf file (rembrandt.swf) I have loaded into my main interface movie (interface.swf). From interface.swf I need to attach IconJamesSuite to a movie clip in interface.swf called PanelRoomDetail.

Currently, I have only managed to attach IconJamesSuite to rembrandt.swf calling a function in rembrandt.swf from interface.swf that attaches the movie clip.

My question is: is there a way for me to duplicate this attached instance of IconJamesSuite and place it inside PanelRoomDetail? So far any duplicateMovieClip() action has just duplicated another instance of IconJamesSuite in the same place. So effectively, I need to take this nested movie clip out of one movie clip and nest it inside another.

Is this feasible? Or am I over-complicating things?

Cheers,

Richard Butler
New Media Architect
Monochrome Interactive