[flexcoders] Re: Flip and mirror a bitmap in Flex

2006-03-19 Thread grae_hall
The issue is it doesn't have the image loaded completely and added as an instance - so - you need to get a set of loader listeners for the image happening - and then on the completion listener run the bitmap reflect function. If you embed the image - you should be sweet. At least - that's what I

Re: [flexcoders] Re: Flip and mirror a bitmap in Flex

2006-03-16 Thread Michael Schmalle
Is the image supposed to be reflected also? From the source it looks like it. But, only the text and buttons are reflected. Peace, MikeOn 3/15/06, Richie Rich [EMAIL PROTECTED] wrote: Hi Here is a example of what your looking for with sample code I believe.

RE: [flexcoders] Re: Flip and mirror a bitmap in Flex

2006-03-16 Thread Richard Schutten
In IE and Opera i couldn't see a reflection of the image but i did seea reflection when i loaded the demo in Flex Builder ! Richard -Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]On Behalf Of Michael SchmalleSent: Thursday, March 16, 2006 1:54 PMTo:

Re: [flexcoders] Re: Flip and mirror a bitmap in Flex

2006-03-16 Thread Michael Schmalle
Hmm, I was using FireFox. Will have to try it in FB2. I wonder what the problem is? well, obviously it's that player! ;-) Peace, MikeOn 3/16/06, Richard Schutten [EMAIL PROTECTED] wrote: In IE and Opera i couldn't see a reflection of the image but i did seea reflection when i loaded

[flexcoders] Re: Flip and mirror a bitmap in Flex

2006-03-15 Thread grae_hall
Dearest Richard, There's a demo of run time reflection of flex components by Trey Long located here http://humanwasteland.com/reflectdemo/ReflectFilterDemo.html it's a good example of how to implement the bitmap, bitmapdata, and matrix classes in Flex 2.0 It's a bit technical - but you can

[flexcoders] Re: Flip and mirror a bitmap in Flex

2006-03-15 Thread Richie Rich
Hi Here is a example of what your looking for with sample code I believe. http://humanwasteland.com/reflectdemo/ReflectFilterDemo.html Have Fun, Rich --- In flexcoders@yahoogroups.com, Richard Schutten [EMAIL PROTECTED] wrote: Hi there, Are there standard flip and mirror routines that