Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ActionscriptのURLLoaderとURLRequestの違いは何ですか?
URLRequestサーバーと通信する必要がある Flash の任意のサービスで使用される URL を準備し、単一の HTTP リクエストですべての情報を取得します。
URLRequest
一方URLLoader、 は、URL からテキスト、バイナリ データ、または URL エンコードされた変数としてデータをダウンロードするために使用されます。
URLLoader