使用AS3和Flex 4.5重新启动Air应用程序
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用AS3和Flex 4.5重新启动Air应用程序相关的知识,希望对你有一定的参考价值。
I was struggling to find a way to restart an Adobe Air application programmed using flex 4.5 and AS3, this is a modification of code found around the web.
public function reboot():void { var app:WindowedApplication = FlexGlobals.topLevelApplication as WindowedApplication; var mgr:ProductManager = new ProductManager("airappinstaller"); mgr.launch("-launch " + app.nativeApplication.applicationID + " " + app.nativeApplication.publisherID); app.close(); }
以上是关于使用AS3和Flex 4.5重新启动Air应用程序的主要内容,如果未能解决你的问题,请参考以下文章
Actionscript,AS3,MXML,Flex,Flex Builder,Flash Builder,Flash,AIR,Flash Player之关系
如何将启动图像添加到 adobe air for android 应用程序?