Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
richard.butler webforumsuser@macromedia.com #1
attachMovie() from imported .swf
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
richard.butler webforumsuser@macromedia.com Guest
-
attachMovie
vItem = 1; vItemName = "mcItem" + vItem _root.createEmptyMovieClip(vItemName, vItem); _root.mcItem1.attachMovie(mcBase,mc+vItem,1); I have a ... -
attachmovie problem
Hello all, Well 2 hours later and i'm stuck. Help! Here's my problem. On the main root of my movie i have the following code: ... -
attachMovie (levels)????
hello, i created this graph by the attach movie command, and i can not get it to go to the lowest level, I want the graph to appear beind the... -
attachMovie after loadMovie
i know it isnīt possible to attach a movie from an external movieclip loaded with loadMovie. does anybody know an alternative way. i have a... -
attachMovie and buttons..
i'm trying/wondering if the .attachMovie command can be used to attach buttons that can have behaviors assigned to them once they "appear" right...



Reply With Quote

