Reputation: 10648
hello i have a flash application that runs on web browsers as well as on desktop with some extra functionality, i use webkit for air with desktop app and i need some alternate of it for web app,
actually i want to render html in flash player and then do some processing on it and allow some operations on it,
Question is how can i open a web page in flash application in browser such that i can do the required operations on it,
any suggestion is welcome.
regards
Upvotes: 1
Views: 354
Reputation: 25489
If you are using Flex then you can directly use the HTML
component. Set its location
property to make it go to a web-page
Upvotes: 0
Reputation: 7044
I assume you can use Flex also since Flex is actually build on Flash. You can use one of these components :
Upvotes: 2