[Flashcoders] loadBitmap

2008-01-14 Thread Hans Wichman
Hi, im trying to attach a bitmap from a childmovie to a parent movie, but to no avail. It seems BitmapData.loadBitmap only works in the main movie on linkageid's from the main movie. Tricks like trying to attach the bitmap to the childmovie itself dont seem to work. Any pointers? Is doesnt

[Flashcoders] loadBitmap solved

2008-01-14 Thread Hans Wichman
Hi, ok I fixed it. The only way I found to load bitmap data from an external child swf was to: - put an extra clip in the childswf connected to an AS2 clip which attached a specified bitmap from its own library - load the childclip, attach the extra clip to it, have it attach the bitmap data and