adobe animate - publishing to I Phone - actionscript-3

I have coded an application in adobe animate using as3 and have published it to my phone (I Phone 6, OS: IOS 12.4.4) for testing purposes.
I am getting black borders at the top and button of the application. This happens with any adobe animate file irrespective of stage-size or publishing-settings. Would anyone know how to fix this?
Thanks a lot!

I believe you need to provide appropriately sized launch images to signal that the app supports those sizes of device:
Adobe AIR: Setting mobile application properties

Related

SystemIdleMode.KEEP_AWAKE not Working in desktop Application

i am developing desktop application in Adobe AIR, Now i am on windows, it has setting to turn off display. i set it to 1 min. it working well. but i want to turn off the display when my application is not running. i searched, and i got some result which all telling me that set NativeApplication.nativeApplication.systemIdleMode = SystemIdleMode.KEEP_AWAKE; in you application and you achived what you want. all searched result say that when you set systemIdleMode to KEEP_AWAKE and display didn't off till your application is running.
i set this setting in initialize event of Application.
Referenace:
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/desktop/SystemIdleMode.html
i think, May be some usage issue in it, nothing more in it, please help me !!!
From adobe AS3 docs:
AIR profile support: This feature is supported on mobile devices, but it is not supported on desktop operating systems or AIR for TV devices. See AIR Profile Support for more information regarding API support across multiple profiles.
The important part is highlighted with bold text.
Hope it helps!

Is there a way to control camera exposure (darker/lighter) in ActionScript/Flash control?

Is it possible to control camera exposure compensation from ActionScript?
it is! Therefore you need to use a ANE (Adobe Native Extension).
I found one for iOS here https://code.google.com/p/diadraw-air-camera-native-extension/ and maybe this https://github.com/freshplanet/ANE-ImagePicker (supperts iOS and Android) serves for your purpose as well.
Cheers
As far as I'm aware this sort of finer hardware control needs more access to the camera than flash plugin in a web page will have.
You'd be able to do it with a native extension in an AIR application but not with the flash plugin. Though I haven't seen any for desktop cameras, I imagine the hardware is even more variable than Android and would be a big endeavour. Definitely are a few around for Android/iOS (diadraw and I've done one myself for http://distriqt.com/native-extensions#camera).
But for the flash plugin I think you'll be limited to the controls in flash.media.Camera.

Multi Resolution UI framework for Starling

I am developing an starling mobile air application.
I want to target Android and IOS devices.
I am searching for a UI frame work for starling mobile air application which give responsiveness just like in HTML responsive web site / web app.
I have googled a lot for it.
Any help would be appreciated.
You can try Gazman SDK. Its basically what your are looking for.

Is it possible to render XNA game over camera preview in windows phone 8

I have a demo working where I can render some text over a camera preview in windows phone 8, I now want to extend the app to render xna game content in an augmented reality style over camera preview.
Is this even possible with XNA?
Yes, it is possible
In fact, we are doing it for a game we are making
Check this out
and also
This

Video scrambled display in Adobe Air

I have two Flex applications that I am attempting to use to display the same video (one at a time, of course!). One of these applications is a web client that displays the video using a VideoDisplay. The other is an Air application that also uses a VideoDisplay to display the same video.
The web application displays the video without problems. hhe Air application displays a rather impressive screwed- up color display that does not even resemble the content of the video.
Is there a driver or something that is missing from my Air application? Curiously, I tried this same application on another machine and it displays the video! It seems to work on one machine but not the other. Both machines are running Windows 7.
Does anyone have any idea why this is happening? Please advise...