Writing a small application in order to demonstrate certain functionality. I have an embedded asset being added to the stage which then has some listeners added to it so it can be dragged around. This data is stored in a remote shared object so that other clients can drag the object around as well.
The problem is my object is flipped horizontally when loaded... and ideas why this is happening?
Code here: http://pastebin.com/TjegG71W
There were some bugs in Flex 4.1 around a new feature that was introduced called Layout Mirroring. Upgrading to Flex 4.5 should fix these of them and if you can't upgrade yet you can try setting the layoutDirection style to "ltr" on your Application.