Is it possible to access remote pages through https when using the HTML component inside a Flex AIR application?
I'm looking to build a credit card payment integration into an AIR application ...
I have an AIR application that uses the HTML component to display a significant portion of content (I set the html myself, it is not loaded remotely). The text displays ...
I'm creating a HTML Component in Flex, loading a URL and then capturing that element and converting it to a bitmap to try and replicate a sort of automatic screenshot saving ...
I had a custom MXML component, that I have converted to a pure AS3 component that extends Canvas. I took the stylings i.e. alpha, color etc. from the MXML and added ...
I am looking for a simple HTML Editor component in Flex-3.
I tried googling but could not find any proper component which are ready-to-use.
My requirement is -
I can't seem to find anything in Adobe's documentation about accessing the HTML of a web page through the HTML component in AIR.
I've looked into "domWindow", but that seems to only ...
I have an book-reader AIR application in which I have a fixed size book viewing html container for reading books. I need to display the content of a book, which is ...
I have a following issue:My task is to style a datatip for two charts in Flex 4.5.Both charts reside in two different <Group> based components which are added to the <Application>
So ...