Question
problem with loading xml
i tried to load xml
but nothing happend
application.onConnect = function(newClient, name)
{
application.acceptConnection(newClient);
var flooring = new XML();
flooring.ignoreWhite = true;
flooring.onLoad = function(success) {
trace(success);
};
flooring.load("Gallery.xml");
}
what is wrong? do i need to change port?
but nothing happend
application.onConnect = function(newClient, name)
{
application.acceptConnection(newClient);
var flooring = new XML();
flooring.ignoreWhite = true;
flooring.onLoad = function(success) {
trace(success);
};
flooring.load("Gallery.xml");
}
what is wrong? do i need to change port?
