Setting up Reminders on iPhone and Android using AS3

I need to set a popup reminder in iphone and android app whether the app is active or not. How can this be done with as3 and flash cs5.5?

+3


source to share


1 answer


Take a look at the capabilities class: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/system/Capabilities.html You can tell what os your as3 application is running under. If it is android you can write native Java code and connect it (sockets I think) to your application to show the warning. For iphone I don't know if you can.



0


source







All Articles