PDA

View Full Version : [Q] Is there port limit on for the XML loading???


CyanBlue
10-24-2003, 09:06 AM
Howdy... ;)

Is there port limit when calling the XML on the server???
(And what about when using the LoadVars object???)

I was told that the potential customer's server sends out the
XML on port 16600 over the static IP address, and I need
to get it into Flash to display the information...

I've read somewhere about some sort of port limitation a
while ago, and I cannot remember where and what it was...

Any help would be appreciated... :)
Thank you and have a nice day...

freddycodes
10-24-2003, 03:25 PM
There should not be a port limit. For this, you could test it by setting your web server to port 99999 and then testing it.

BTW I think what you are talking about is the minimum port for XMLSocket. Which is the port of the socket server must be higher than 1024 in order for flash to communicate with it.

CyanBlue
10-24-2003, 03:47 PM
Ah... I think that's what I have read... Probably from one of your posts... :)

Thanks, freddycodes... :D

freddycodes
10-24-2003, 03:59 PM
No problem.