itlancer

Results 137 comments of itlancer

@ajwfrost Issue still exists using latest AIR 50.2.4.5.

@ajwfrost Any progress on .aar support for native extensions on Android? + Valuable discussion https://github.com/airsdk/Adobe-Runtime-Support/discussions/956

Fixed with latest AIR 50.2.2.3. Now we can use 3840*2160 camera resolution for iOS. Thanks!

Issue still exists with latest AIR SDK 50.2.4.5.

@ajwfrost Just for info. Such MP4 H.264 files (7560*3840 resolution or bigger) doesn't play at all using new multimedia APIs (`FileSource` and `Pipeline`): https://github.com/airsdk/Adobe-Runtime-Support/issues/2503#issuecomment-1453906011 Tested with AIR 51.0.0.2 using 64-bit...

This feature now available with AIR 50 for desktop platforms. Thanks! Note: To use it with Windows you need to include `` before `FlashRuntimeExtensions.h` in your native extension: ``` #include...

@henke37 Thanks for suggestion. But in this feature request I want to know "does camera provide mirrored output?". Not "how to make horizontal flip of video output?".

For iOS/macOS/tvOS I agree with you (according to Apple Objective-C/Swift APIs). For Windows it something different it belongs to MediaCapture. That's why I suggest `Camera::mirrored`. But it could be anything...

@myflashlab At the reference https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/text/TextField.html#htmlText mentioned: > For AIR content in the application security sandbox, AIR ignores img tags in HTML content in ActionScript TextField objects. This is to prevent...

@ajwfrost We would like to get png/jpg/gif (not swf) images to display in TextField::htmlText with scenarious: 1) "Local files" from `app-storage:/`/`app:/` 2) "Local files" from `file:///` 3) "Remote files" from...