flash xml.getBytesTotal()
flash xml.getBytesTotal()
Out of context: Reply #7
- Started
- Last post
- 14 Responses
- unfittoprint0
never had a problem dealing with php generated xml.
my preloading sequence always triggers the object's getBytesTotal() during loading.
in php you should put your
header("Content-type: text/xml");
print $xml;in the end.
construct your $xml string before.