Welcome to GraphicForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

problem in IE

 
   Graphic Forums (Home) -> Browser Issues RSS
Next:  Transparent Button over Dynamic Text - Firefox 3 ..  
Author Message
sapna30

External


Since: Dec 23, 2005
Posts: 11



(Msg. 1) Posted: Sat Jul 12, 2008 2:02 pm
Post subject: problem in IE
Archived from groups: macromedia>flash (more info?)

Hello all,

I have made a chat application written in AS2.i have a seprate java server for
my application.
i m using XMLScoket object to connect flash client to java server.

var clientSocket:XMLSocket = new XMLSocket();
System.security.loadPolicyFile("xmlsocket://mysite.com:80");
clientSocket.connect("mysite.com",8080 )

My problem is that when i try to connect to java server, i get the
"<policy-file-request/>" from the flash client and socket just sits there
waiting.
strange thing is that this seems to be a problem with flash player 9 in IE
only.it workes perfectly fine with mozilla,netscape,safari and opera.The
crossdomain file is inside root folder of tomcat.Both flash client and java
server are in same domain.
If we comment code for loadpolicyfile in AS2 then still problem is same

please help me on this issue
thanks in advance

 >> Stay informed about: problem in IE 
Back to top
Login to vote
trevorweir

External


Since: Jul 18, 2008
Posts: 1



(Msg. 2) Posted: Fri Jul 18, 2008 11:03 am
Post subject: Re: problem in IE [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

This issue is causing pain everywhere. It has nothing to do with IE vs
firefox etc. In your cases, older versions of flash on the firefox may
be allowing it to continue to work however, check you java log
( particularly if you are using nohup on a *nix server ) and you will
see that even the older flash client on Firefox is requesting the
policy file, even if it does not enforce it until version 9.0.x of the
flash player.


The whole thing is explained in the following article.

Make note, you will either need a separate server running on port 843
or you java server ( as a last resort ) will need to push the policy
file to the flash client when the <policy-file-request/> message is
requested of your server by any flash 9.0.x client.

Read about it all here, there is a sample perl server that can be used
to dish out the policy files too
http://www.adobe.com/devnet/flashplayer/articles/socket_policy_files.html




sapna30 wrote:
> Hello all,
>
> I have made a chat application written in AS2.i have a seprate java server for
> my application.
> i m using XMLScoket object to connect flash client to java server.
>
> var clientSocket:XMLSocket = new XMLSocket();
> System.security.loadPolicyFile("xmlsocket://mysite.com:80");
> clientSocket.connect("mysite.com",8080 )
>
> My problem is that when i try to connect to java server, i get the
> "<policy-file-request/>" from the flash client and socket just sits there
> waiting.
> strange thing is that this seems to be a problem with flash player 9 in IE
> only.it workes perfectly fine with mozilla,netscape,safari and opera.The
> crossdomain file is inside root folder of tomcat.Both flash client and java
> server are in same domain.
> If we comment code for loadpolicyfile in AS2 then still problem is same
>
> please help me on this issue
> thanks in advance

 >> Stay informed about: problem in IE 
Back to top
Login to vote
Display posts from previous:   
   Graphic Forums (Home) -> Browser Issues All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]