Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 4.1 (Release)
-
None
-
None
-
Affected OS(s): Windows
Language Found: English
Description
Steps to reproduce:
I couldn't select Android in Affected OS.
1.Download attached Stripped2707.swf
2.create a mxml AIR project
Place a tag as below in app xml
Make sure app xml has Android INTERNET permission
<autoOrients>true</autoOrients>
3. Copy following line in mxml file
<mx:SWFLoader height="100%" width="100%" scaleContent="true" id="swfl" source="Stripped2707.swf"/>
4. Generate an apk file from the AIR project.
5. Install it on Motorola Droid
6. Launch app, let the video begin.
7. Rotate the device in landscape mode
Actual Results:
Video gets cropped from Right and Bottom
Expected Results:
No crop.
Workaround (if any):