flash/xml not loading from http
flash/xml not loading from http
Out of context: Reply #5
- Started
- Last post
- 10 Responses
- beingdevious0
got it. you need to make a new socket connection first
sock = new XMLsocket();
sock.connect("host.hoster.com/fo...
sock.onload=function(){
the code
}sock.load("folder/folder/file.xm...
---
for anyone who cares