Not sure of cross browser solution, but in IE you can trap an event when activeX gets focus. You can then call some function in ActionScript using ExternalInterface API.

-abdul

On 2/27/06, Claudia Barnal <[EMAIL PROTECTED]> wrote:
How can I know if the Application has the focus within the Browser.

I need to do something like this:

if ( playerHasFocus == true )
{
        myMC._visible = true;
}
else
{
        myMC._visible = false;
}

Thanks,
Claudia


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
     [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to