Client - Server Applet Not Working in IE & Netscape

Hello,

well I have developed an applet that is using JMF player in a client/server way. The thing is that it does not work in IE but it works in appletviewer. The problem is a security one. I have tried the policy tool and made a new .java.policy with all permissions but in Java Console I have :

com.ms.security.SecurityExceptionEx[Client1.start]: cannot access "127.0.0.1":5000

at com/ms/security/permissions/NetIOPermission.check

at com/ms/security/PolicyEngine.deepCheck

at com/ms/security/PolicyEngine.checkPermission

at com/ms/security/StandardSecurityManager.chk

at com/ms/security/StandardSecurityManager.chkex

at com/ms/security/StandardSecurityManager.checkConnect

at java/net/Socket.<init>

at java/net/Socket.<init>

at Client1.start

at com/ms/applet/AppletPanel.securedCall0

at com/ms/applet/AppletPanel.securedCall

at com/ms/applet/AppletPanel.processSentEvent

at com/ms/applet/AppletPanel.run

at java/lang/Thread.run

com.ms.security.SecurityExceptionEx[Client1.start]: cannot access "127.0.0.1":5000

at com/ms/security/permissions/NetIOPermission.check

at com/ms/security/PolicyEngine.deepCheck

at com/ms/security/PolicyEngine.checkPermission

at com/ms/security/StandardSecurityManager.chk

at com/ms/security/StandardSecurityManager.chkex

at com/ms/security/StandardSecurityManager.checkConnect

at java/net/Socket.<init>

at java/net/Socket.<init>

at Client1.start

at com/ms/applet/AppletPanel.securedCall0

at com/ms/applet/AppletPanel.securedCall

at com/ms/applet/AppletPanel.processSentEvent

at com/ms/applet/AppletPanel.run

at java/lang/Thread.run

Help me please !!!!!

[1807 byte] By [el98043a] at [2007-9-27 9:21:51]
# 1
I personally think first try this not locally it might work fine
garyjones32a at 2007-7-8 22:12:53 > top of Java-index,Archived Forums,Java Programming...
# 2
I am also facing the same problem.can anybody help me please..
gopi73a at 2007-7-8 22:12:53 > top of Java-index,Archived Forums,Java Programming...