What are channels & their types in flex?
Answer / Paras Jain
Channels in Adobe Flex are used for asynchronous communication between multiple applications or services. They provide a secure, reliable, and efficient way to send messages. The main types of channels in Flex are RTMP (Real-Time Messaging Protocol), AMF (Action Message Format), and HTTP. RTMP is used for high-bandwidth, low-latency video streaming, while AMF is used for data transfer between Flash Player and a server.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you implement push with flex data services? : adobe flex action script
What is the model-view-controller (mvc) pattern? : adobe flex action script
mic classes in flex? : adobe flex action script
Does exclude or exclude class really excludes the data or class?
What does calling preventdefault() on an event do? How is this enforced? : adobe flex action script
What is the function of trace? : adobe flex action script
Explain about different types of channels available in blaze ds?
How do you implement push with flex data services?
How many levels does flash mx support?
What is event flow in term of event handling in flash action script 3.0?
What are the three ways to skin a component?
What keyword allows you to refer to private variables of a class in flex? : adobe flex action script