Skip to main content
October 26, 2011
Answered

Update to 2.3.3 breaking functions

  • October 26, 2011
  • 1 reply
  • 352 views

my phone updated to 2.3.3 and now parts of my apps will not work

problem 1:

using cameraUI the app will send the user to the device camera and take a picture then uses this

deviceCameraApp.addEventListener( MediaEvent.COMPLETE, imageCaptured );

to return the image info

This is no longer working.  It is as if the app is completely restarted once the image is taken.

problem 2:

this no longer works

  var callURL:String="tel:"+num;

                              var targetURL:URLRequest = new URLRequest(callURL);

                              navigateToURL(targetURL);

it will take the user to the phone dialer but will not populate the phone number field

any help guys?

This topic has been closed for replies.
Correct answer

found the problem

I had to overlay air 3.0 in flash pro

1 reply

Correct answer
October 31, 2011

found the problem

I had to overlay air 3.0 in flash pro