sangupta
sangupta

Reputation: 2406

Flex web application control equivalent to mx.controls.HTML

As Flex web applications do not have the mx.controls.HTML control (which is for AIR applications only), anyone know of a FOSS custom control that can near the functionality. I have checked the flex-iframe control, but it offers only viewing of HTML content and not manipulation as in the AIR control.

Thanks to all in advance.

Upvotes: 0

Views: 1109

Answers (1)

Florian F
Florian F

Reputation: 8875

Sorry, there is no built-in HTML control within the Flex SDK.

One workaround would be to manipulate your flex iframe content using ExternalInterface to exchange messages between Flex & JavaScript

Upvotes: 3

Related Questions