问题描述
有关一所大学的项目我想产生一个半交互式的iPhone。我被困在消息应用程序,虽然,使用AS3没有人知道我将能够使用户发送消息,然后出现在发件箱此消息?基本上消息需要被存储,然后与所述联系人姓名和消息发送的消息再次显示?我认为这是与存储变量,但不能完全肯定!
For a university project I am trying to produce a semi-interactive iphone.I am stuck on the messaging app though, using AS3 does anyone know how I would be able to enable the user to send a message, and this message then appear in the sent box? Basically the message needs to be stored and then shown again in sent messages with the contact name and the message? I think it has something to do with the storage variable but not entirely sure!
任何帮助将是非常美联社preciated!谢谢:)
Any help would be really appreciated!!Thank you :)
推荐答案
这是使用共享对象做的最简单的方法。
The easiest way to do it is using SharedObjects.
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/SharedObject.html
这篇关于闪存AS3互动iPhone的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!