What are the different options available for implementing a text search in an AIR HTML control? I could think of the following two:
- Implement by injecting a custom javascript - the downside is the script may interfere with ones already loaded with page
- Implement an HTML scrapper and then parse this text in Actionscript, and then using javascript highlight it.
Thoughts are most welcome.