Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Adobe Flex SDK 4.1 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Compile and run the following application:
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
layoutDirection="rtl" direction="ltr">
<mx:SWFLoader source="flex-logo.gif" />
</s:Application>
Actual Results: The SWFLoader component is mirrored.
Expected Results: Like Image, BitmapImage, and our text components, SWFLoader should not mirror.
Workaround (if any):