Hello all,

On stage at Frame 1 :
-----------
I have :
-----------

1- Shared Library (working perfectly) -->

via Linkage:Import at first frame (theFile.swf)) --> and dropped on stage
theFile.swf --> inside items will be dropped on stage via AttachMovie method


 2-  An external loaded swf via LoadMovie into Stage at Frame 1

mc = _root.createEmptyMovieClip("loaded_swf", 100)
mc.loadMovie("loadedMovie.swf")


--------------
I want to :
--------------

Attach a Shared Library Item  (from theFile.swf)
Into a target_mc, in the LoadMovie external SWF loaded earlier

Ex :
mc = _root.createEmptyMovieClip("loaded_swf", 100)
mc.loadMovie("loadedMovie.swf")
mc.target_mc.attachMovie("Element from shared lib", "new name", new depth)


But it don't work !!!
So... is anyone try and succed this technic ?

Thx
Leon
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to