ActionScript URLLoader의 internet explorer ie8,9,10,11 버전등등 같은 url로 로드했을때 값이 같은 값이 나왔을때 문제관련 URLLoader.load() issue when using the same URLRequest , I have an issue with my eventListeners with the UR..
2014.10.08 by AlrepondTech
================================= ================================= ================================= 출처: http://stackoverflow.com/questions/3000299/urlloader-load-issue-when-using-the-same-urlrequest public function getUploadURL():void { var request:URLRequest = new URLRequest(); request.url = getPath(); request.method = URLRequestMethod.GET; _loader = new URLLoader(); _loader.dataFormat = URLL..
ADOBE/ ActionScript 2014. 10. 8. 00:06