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 |
When I add or modify an item in my dataprovider, why does not it show up in my datagrid?
What are sealed classes in flex?
What are the collections classes available in flex?
Is it possible to make httpservice requests synchronous in adobe flex? : adobe flex action script
How do we call javascript from flex actionscript? : adobe flex action script
Why are the columns in my datagrid in some strange order? : adobe flex action script
How do I get flex to query my database? : adobe flex action script
What is display object? : adobe flex action script
What is the dynamic keyword used for in flex actionscript? : adobe flex action script
What is event flow in term of event handling in flash action script 3.0?
Why is mytreenode.label or mytreenode.attributes.label undefined? : adobe flex action script
What is stoppropagation() and stopimmediatepropagation()?