tagged [actionscript]

AS3: Detect Read-Only Properties

AS3: Detect Read-Only Properties I have a simple AS3 class that just holds private variables. Each private variable has a getter function, but not all of them have setter functions. At runtime, Is the...

26 Aug at 21:4

air android app always launches in portrait mode irrespective of the way the android device is held ( landscape/portrait)

air android app always launches in portrait mode irrespective of the way the android device is held ( landscape/portrait) i have an AIR android app which i am running on an android device ( samsung TA...

Overlapping Flare canvas in Flex, how to clip it to the container?

Overlapping Flare canvas in Flex, how to clip it to the container? I'm having a serious issue when trying to display a FlareCanvas within my application. It simply doesn't respect the bounds ([see ima...

Flex4 using addElement does not show element properly

Flex4 using addElement does not show element properly I am using the new Flex4 Spark stuff but I'm stuck at an awful problem. Let me explain a bit of the situation first. I have a container `mx:Canvas...

13 May at 01:15

Server not picking up information from database and passing it to client

Server not picking up information from database and passing it to client I am trying to get my server to get the sso from the logged in user (web) and pass that to an AS3 client. If I set a specific S...

27 Sep at 17:2

How to pass "Null" (a real surname!) to a SOAP web service in ActionScript 3

How to pass "Null" (a real surname!) to a SOAP web service in ActionScript 3 We have an employee whose surname is Null. Our employee lookup application is killed when that last name is used as the sea...