What is different between urlloader class and loader class? : adobe flex action script
Answer Posted / Zia Khan Lohani
The URLLoader class in Adobe Flex is used to load data from a remote server, such as text or binary files. It does not handle the visual representation of the loaded data. The Loader class, on the other hand, can both load data and display it visually by creating a new DisplayObject (such as an Image, Sprite, or MovieClip) and adding it to the display list. The URLLoader is often used in conjunction with the Loader to load and display external content.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers