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 |
How can you show a jpg image in dynamic text field? : adobe flex action script
What are sealed classes in flex? : adobe flex action script
How do you implement push on a flex applications?
How much will flex builder 3 cost?
Can I use flex builder 2 to create applications using the flex 3 sdk?
Mytree appears just fine but why ca not I access the node attributes?
Have you built any components with actionscript? If so explain how you did it? : adobe flex action script
Differentiate between flex 3 and flex 4?
What is state? : adobe flex action script
How does item renderer work? How do we add item renderer at runtime in flex? : adobe flex action script
What is the difference between Flex 2.0 & 3.0?
Can I dynamically instantiate a webservice or httpservice in actionscript? : adobe flex action script