springframework
09-13-2010, 02:32 AM
10.1 peer assisted networking security panel:
Is there any way to show this panel from within my website? like Security.showSettings()
Is there a class/variable to show whether my website has access to peer assisted networking?
an event to show whether this ability changes?
(Solution 1)
NetGroup.addEventListener(NetStatusEvent.NET_STATU S, ...
//triggered when denied access to peer networking
NetGroup.Connect.Rejected
-
Is there any way to show this panel from within my website? like Security.showSettings()
Is there a class/variable to show whether my website has access to peer assisted networking?
an event to show whether this ability changes?
(Solution 1)
NetGroup.addEventListener(NetStatusEvent.NET_STATU S, ...
//triggered when denied access to peer networking
NetGroup.Connect.Rejected
-