Thank you for your advice.
However I want to use AS 3, so that I cannot use that disabling code. :(
I found that the following code works in AS3:
public function Main()
{...
Type: Posts; User: yeggo; Keyword(s):
Thank you for your advice.
However I want to use AS 3, so that I cannot use that disabling code. :(
I found that the following code works in AS3:
public function Main()
{...
Thank you for your sharing!
And I found this code for Flash Lite 3.1:
fscommand2("DisableKeypadCompatibilityMode");
fscommand2("FullScreen", "true");
Stage.scaleMode = "noScale";
...
According to the API from Abode:
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/sensors/Accelerometer.html#event:update
1. the accelerationX, accelerationY,...
Thank you for your sharing.
How to disable auto orientation in Flash Lite 4 of N8?
I developed a plane shooting game with only using hitTestObject method for collision detection, but the FPS only got 5 around while I can get maximum FPS to 30 on my PC.
Are there some...
The performance is really low..any suggestion?
I want to develop a game which users will touch the screen for a long time.
However, this gesture will call the Flash Lite 4 context menu, so I want to disable it in the ActionScript.
How can...