Revert to targetting 9.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@771 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -355,7 +355,7 @@
|
||||
<!-- static-link-runtime-shared-libraries: statically link the libraries specified by the -runtime-shared-libraries-path option.-->
|
||||
<static-link-runtime-shared-libraries>true</static-link-runtime-shared-libraries>
|
||||
<!-- target-player: specifies the version of the player the application is targeting. Features requiring a later version will not be compiled into the application. The minimum value supported is "9.0.0".-->
|
||||
<target-player>10.0.0</target-player>
|
||||
<target-player>9.0.115</target-player>
|
||||
<!-- use-network: toggle whether the SWF is flagged for access to network resources-->
|
||||
<use-network>true</use-network>
|
||||
<!-- verify-digests: verifies the libraries loaded at runtime are the correct ones.-->
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
// }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user