I\'m trying to do something exceedingly simple: write a function that reads text from a text file and returns the text in a string using AS3.
I\'m familiar with most of the Flash vs. Flex comparisons out there and most of them present some version of \"Flex is better for RIA\'s while Flash is better for 开发者_运维技巧design work\".
I have开发者_运维百科 a Flash object that sends an URL request with URLLoader. However, how do I make it follow those Location: redirections in headers?You can try URLRequestHeader.There are examples
I\'m going to be as specific and verbose as possible and include some of the code I\'m using. I already did a search and found this question, which seems similar; however the author there was using Ac