xmlns=”http://ns.adobe.com/air/application/1.5.2″
- LocalConnection.isPerUser – This property indicates whether LocalConnection objects are scoped to the current user (true) or are globally accessible to all users on the computer (false). This property only affects content running on Mac OS; other platforms ignore this parameter. For example, local connections on Windows and Linux are always per-user. In previous versions, all LocalConnection objects on Mac OS had a global scope. For security reasons, always set this property to true, unless you need to preserve compatibility with previous versions. In future releases, this property is likely to have a default value of true.
- System.disposeXML(xml:XML) – This static method makes an XML object immediately available for garbage collection. This method removes parent and child connections between all the nodes for the specified XML object. This method takes one parameter: the XML object to be made available for garbage collection. Use this method to ensure the efficient disposal of memory associated with XML objects.
以上是来自官方的更新说明。似乎没什么大改变。更多信息可以查看这里:http://www.adobe.com/support/documentation/en/air/1_5_2/releasenotes_developers.html#newfeat 里面的bug修复列表值得一看。看看你遇到了几种…
Ну жесть конечно…