At 6/17/06 04:20 AM, KougaijiGyumao wrote:
Is it possible to load external data such as xml or html to a flash? something like text for "news" in my site or something like that. Do you think its possible?
loadVariablesNum("yourtextfile.txt", 0);
in the file you put your variables in a url format like newsheadline1=a+news+headline&newsstory1=b
lah+blah+blah&etc...
you can use and asp of php file or whatever to write out these variables then just use loadVariablesNum("yourscript.asp", 0);