||unity-dev|| Temporary Patch for Flash Player 9.0.124.0 Security Restrictions

Discussion list for Unity developers. unity-dev at moock.org
Thu Apr 10 11:27:31 CDT 2008


a temporary patch is now available to address the new security 
restrictions on socket connections made by Flash Player.

you can download the patch here:

http://www.moock.org/unity/patches/unity_optional.jar

instruction for applying the patch:

1) Stop Unity Multiuser Server.
2) Copy unity_optional.jar into your existing installation directory's 
/lib/ folder, replacing the existing file of the same name.
3) In your existing installation directory, edit uconfig.xml.
4) Nested *inside* the existing <SERVER> tag, insert the following XML 
code. Change 9102 to the port on which you wish to serve policy files 
(for help deciding on a port, see 
http://moock.org/unity/technotes/00001.html).

<SERVICE>
   <ID>PolicyFileService</ID>
   <CLASSNAME>org.moock.unity.opt.policyserver.PolicyServer</CLASSNAME>
   <ATTRIBUTES>
     <PORT>9102</PORT>
     <POLICY_FILE>policy.xml</POLICY_FILE>
   </ATTRIBUTES>
</SERVICE>

5) Configure Unity to serve a socket master policy file (see 
instructions at http://moock.org/unity/technotes/00003.html) or a 
regular socket policy file (see instructions at 
http://moock.org/unity/technotes/00004.html).
6)  Start Unity Multiuser Server.

Please report problems or questions to the list.

thanks!
colin



More information about the unity-dev mailing list