Łukasz Bownik
Łukasz Bownik

Reputation: 6237

Is it possible to embed ActiveX component in flash/flex?

I have an ActiveX componenet that displays some data from external systems (scada) and I'd like to embed it in my Flex web application's frontend (displayed in browser).

Is it possible to do it?

Upvotes: 0

Views: 253

Answers (1)

Constantiner
Constantiner

Reputation: 14221

It is not possible to embed it in SWF directly but you can place it in the same HTML page.

Upvotes: 1

Related Questions