You would need to expose your flex components to the browser via JavaScript
using External Interface and such.  I'm not sure if firefox plugins can
execute JavaScript or just access the DOM though.  If the former then just
register some JavaScript calls from flex to expose the data you want the
plugin to see and modify the plugin accordingly.  If the latter then you'd
probably need to do something messy with maintaining hidden synced fields in
the DOM or some such.  Not having worked with Firefox plugins myself you'll
need to make that call.

Good luck with that!

-Marty

On Wed, Mar 23, 2011 at 1:02 PM, Corey Osman <[email protected]> wrote:

> Hey,
>
> I am making a small phone dialer/contact list app that gets its data from
> active directory.  We want to be able to use this grid of data for phone
> number lookup.
> Additionally, it would be nice to have some of the firefox plugins like
> google voice click2call to work with the phone numbers in the flash datagrid
> component.  However most of the click2call plugins work by parsing the html
> text on the webpage using javascript.  Since the text is in a flash stage is
> there anyway to make the plugins work?  I tried using textinput.htmltext = "
> 678-332-2322";   However this doesn't seem to work.  The html does render
> but the plugin doesn't have any access to the html content.
>
>
> Corey
>
>
> -------------------------------------------------------------
> To unsubscribe from this list, simply email the list with unsubscribe in
> the subject line
>
> For more info, see http://www.affug.com
> Archive @ http://www.mail-archive.com/discussion%40affug.com/
> List hosted by http://www.fusionlink.com
> -------------------------------------------------------------
>
>
>

Reply via email to