Flex Web Application Control is equivalent to mx.controls.HTML

Because Flex web applications do not have the mx.controls.HTML control (which is only for AIR applications), anyone knows a custom FOSS element that can sit next to functionality. I checked out the flex-iframe control, but it only offers viewing of HTML content, not manipulation as in the AIR control.

Thank you all in advance.

0


a source to share


1 answer


Sorry, there is no native HTML control in the Flex SDK.



One way to solve this problem would be to manipulate the content of the Flex iframe using the ExternalInterface for messaging between Flex and JavaScript

+3


a source







All Articles