> sorry, im not sure i follow. Ahh, I sent you in the wrong direction -- you want to use a Bitmap and the copyPixels method of BitmapData. There's a tutorial on it here:
http://www.8bitrocket.com/newsdisplay.aspx?newspage=13430 I think you could adapt the code there to draw an SWF onto a Bitmap and convert that to a material. There might be a few extra steps, but it seems plausible in my head. ^_^; ~ C > > On Feb 1, 2:06 pm, Charles Wardlaw <[email protected]> wrote: >>> Back to the document class, I have tried doing cb.scaleX = -1 as you >>> suggested but that did not work. >> >> Crazy idea but have you tried scaling it and then drawing the scaled >> version onto a Sprite, converting it to a bitmap? >> >> Sorry if that's already been suggested; I haven't followed this whole >> thread. >> ~ C
