Yes, openSearchWindow() is my own custom "find" functionality coded in flex and manually searches contents on the page.
The browsers search box is part of the browser that has no knowledge of the contents of the Flash plug-in. I also had a different project that has a menu bar system at the top and a text field for searching. I set up the CTRL+F listener to set focus to that text field. It made it look kinda like the browsers search box (Enough so that the users didn't complain). --- In [email protected], Baz <li...@...> wrote: > > I love it. So openSearchWindow() is your own custom "find" functionality > coded in flex and manually searches contents on the page, right? You haven't > found a way to integrate directly with a browser's search box? > > Baz > > > On Mon, May 24, 2010 at 10:48 AM, valdhor <valdhorli...@...>wrote: > > > openSearchWindow(); >

