Helpful Tips for Using the Pixelfumes Reflect Class
Tuesday, July 31st, 2007Sometimes working with a new class can be confusing. I thought I would start a post to help solve some of the problems that people have been running into using the Reflect class. My hope is to keep this updated for those of you having trouble. Keep in mind though… The class is open source – modify it to fit your needs! Share with us all!
So here goes:
- MovieClips that you are going to apply the class to should have a registration point of 0x and 0y.
- MovieClips that you are going to apply the class to should not be scaled. If you need to scale the items in the clip do so within the clip vs. scaling the parent clip being reflected.
- Don’t try to reflect cross domain images or video without a cross-domain policy file. This isn’t a limitation in the class but part of the security sandbox in the Flash player. This has accounted for errors that more than one of you has had.