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 } - } +// } } } }