I need to set a popup reminder in iphone and android app, whether the app is active or not. How can this be done using as3 and flash cs5.5?
Asked
Active
Viewed 406 times
1 Answers
0
Have a look at the capabilities class : http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/system/Capabilities.html You can tell under which os your as3 app is running.If it's android, you can write some native java code and wire it(i m thinking sockets) to your app to show an alert. For iphone,i don't know if you can.

Mihai Raulea
- 428
- 1
- 3
- 18
-
thanks for your reply.. I am new to this. Can u explain a little more.. thanks in advance. – Meghanshi Apr 10 '12 at 07:00