From 4b4701b4aa5103e5a9fe2ced166a79130fe37c1a Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Thu, 29 Jan 2009 20:30:51 +0000 Subject: [PATCH] Revert to targetting 9. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@771 ed5b42cb-e716-0410-a449-f6a68f950b19 --- etc/aslib-config.xml.in | 2 +- src/as/com/threerings/flash/LoaderUtil.as | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/aslib-config.xml.in b/etc/aslib-config.xml.in index 5fc1a183..2b197582 100644 --- a/etc/aslib-config.xml.in +++ b/etc/aslib-config.xml.in @@ -355,7 +355,7 @@ true - 10.0.0 + 9.0.115 true diff --git a/src/as/com/threerings/flash/LoaderUtil.as b/src/as/com/threerings/flash/LoaderUtil.as index 32489f46..d31838ed 100644 --- a/src/as/com/threerings/flash/LoaderUtil.as +++ b/src/as/com/threerings/flash/LoaderUtil.as @@ -20,16 +20,16 @@ public class LoaderUtil } catch (e1 :Error) { // ignore } - try { - loader.unloadAndStop(); - } catch (e2 :Error) { +// try { +// loader.unloadAndStop(); +// } catch (e2 :Error) { // hmm, maybe they are using FP9 still try { loader.unload(); } catch (e3 :Error) { // ignore } - } +// } } } }