What is different between urlloader class and loader class? : adobe flex action script
Answer / 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 |
Can I continue to run flex builder 2 in parallel with flex builder 3 beta 3?
What is a drag manager in adobe flex actionscript? : adobe flex action script
What is display object?
What is an event sub class?
Explain about remote object? What is end point in remote object?
How do you use a repeater in actionscript? : adobe flex action script
What is polymorphism in term of oop (flash actionscript)? : adobe flex action script
Explain data binding in flex?
Have you built any components with actionscript? If so explain how you did it? : adobe flex action script
Can you write to the file system from flex? : adobe flex action script
Do I need to upgrade to beta 3 to use air beta 3?
How binding works in mxml components in flex? : Adobe Flex ActionScript