<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title/>
    <description>Snipplr comments feed</description>
    <link>https://ipv6.snipplr.com/</link>
    <lastBuildDate>Wed, 22 Apr 2026 22:34:36 +0000</lastBuildDate>
    <item>
      <title>CreativeAddiction said on 05/Sep/2011</title>
      <link>https://ipv6.snipplr.com/view/58457/restart-air-application-with-as3--flex-45</link>
      <description>&lt;p&gt;Ensure that you have the following set to true in your app.xml file&#13;
&#13;
true&lt;/p&gt;</description>
      <pubDate>Mon, 05 Sep 2011 23:13:32 UTC</pubDate>
      <guid>https://ipv6.snipplr.com/view/58457/restart-air-application-with-as3--flex-45</guid>
    </item>
    <item>
      <title>CreativeAddiction said on 05/Sep/2011</title>
      <link>https://ipv6.snipplr.com/view/58457/restart-air-application-with-as3--flex-45</link>
      <description>&lt;p&gt;allowBrowserInvocation&lt;/p&gt;</description>
      <pubDate>Mon, 05 Sep 2011 23:15:12 UTC</pubDate>
      <guid>https://ipv6.snipplr.com/view/58457/restart-air-application-with-as3--flex-45</guid>
    </item>
    <item>
      <title>charllykorpa8698 said on 19/Mar/2023</title>
      <link>https://ipv6.snipplr.com/view/58457/restart-air-application-with-as3--flex-45</link>
      <description>&lt;p&gt;To restart an Air application using AS3 and Flex 4.5, the following code can be used:

javascript

NativeApplication.nativeApplication.exit(); 
var run:NativeProcess = new NativeProcess(); 
var cmd:File = File.applicationDirectory.resolvePath("yourApp.exe"); 
var cmdArgs:Vector. = new Vector.(); 
cmdArgs.push("yourApp.exe"); 
run. Start(cmd, cmdArgs); 
This code will exit the current &lt;a href="https://thebestplacetobuydiamondsonline.com/buy-diamonds-online/the-best-oval-diamond-settings-for-engagement-rings/"&gt;top online diamond retailers&lt;/a&gt; Air application and restart it using a new instance of the executable file.&lt;/p&gt;</description>
      <pubDate>Sun, 19 Mar 2023 06:14:09 UTC</pubDate>
      <guid>https://ipv6.snipplr.com/view/58457/restart-air-application-with-as3--flex-45</guid>
    </item>
  </channel>
</rss>
