itlancer
itlancer
## Problem Description No sound can be played when AIR application run under sudo with Linux. Sometimes multimedia applications should be run with root privileges (for example when autostart enabled)....
## Problem Description `AudioDeviceManager.audioDeviceManager.deviceNames` return empty array when AIR application run under sudo with Linux. Sometimes multimedia applications should be run with root privileges (for example when autostart enabled). That's...
## Feature Description AIR should support `NativeProcess` sync execution. Right now `NativeProcess` execution always async. But sometimes it necessary to execute some command (via sh/cmd/Powershell) and return result synchronously. Especially...
## Problem Description Some `package` targets not documented https://airsdk.dev/docs/building/air-developer-tool/commands/package#-target `bundle`, `cmdline`, `aab`, ... Related issues: https://github.com/airsdk/Adobe-Runtime-Support/issues/461 https://github.com/airsdk/Adobe-Runtime-Support/issues/3413 ## Steps to Reproduce https://airsdk.dev/docs/building/air-developer-tool/commands/package#-target **Actual Result:** Some `package` targets not documented. **Expected...
## Problem Description `Capabilities.languages` always return only one language for Linux platform instead of list of preferable languages installed in OS. So you cannot provide good UX for users with...
## Problem Description Texture from `Camera` cannot be displayed twice using Starling. Only one image with such texture will be displayed. There is no such issue with videos. So you...
## Problem Description `NativeWindow::minimize()` doesn't work on Linux with fast execution after application start. It just do nothing or immediately "restore" window back. Fullscreen application scaling broken after second screen...
## Problem Description In `MessageChannel::send()` description missed closing bracket. Related issues: https://github.com/airsdk/Adobe-Runtime-Support/issues/3866 ## Steps to Reproduce https://airsdk.dev/reference/actionscript/3.0/flash/system/MessageChannel.html#send() **Actual Result:** > shareable ByteArray (a ByteArray object with its shareable property set...
## Problem Description Intensive work with `Workers` and `ByteArrays` cause `Error #1000: The system is out of memory.` using ADL. For example if you try to pass ~500 MB `ByteArray`...
## Problem Description `MessageChannel` seems too slow when you try to communicate between `Workers`. When I try to send message from `Worker` to main thread (or vice versa) usually it...