开发者

What is the difference between URLLoader and URLRequest in Actionscript?

What is the difference between URLLoader and URLRequest in A开发者_JS百科ctionscript?


URLRequest prepares a url to be used by any service in Flash that needs to communicate with a server, capturing all of the information in a single HTTP request.

The URLLoader, on the other hand, is used to download data from a URL as text, binary data, or URL-encoded variables.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜