Polarbeast
07-15-2004, 05:53 PM
Ah, a virgin category just awaiting my problem. :cool:
I'm developing a Windows CD-ROM, which uses a Flash MX standalone player as its interface, set to fullscreen. The player contains links to a browser, such as Privacy Policy, etc.
When clicking on the link, it pops a browser window, no problem. However, if the user does not quit Explorer, but instead minimizes the browser window, or clicks on the Flash behind it to go back to the Flash, all subsequent clicks on a browser link will load web pages behind the Flash.
The user does not know that web pages are loading, since there is nothing to indicate it (and not everyone knows you can click the "Esc" key to minimize Flash).
Is there a known way to force focus from the standalone player to Internet Explorer? I tried putting (onLoad="this.focus();") in one of the web pages, but it didn't work, and I also do not have access to some of the web pages being linked to.
(The Flash must remain Flash MX rather than Flash 5, due to some Flash MX-specific code. Also, the Flash must be standalone, due to it launching some FS Commands to executables)
Thanks in advance for any help... and many thanks for all the answers I've found here in the past.
Polarbeast
I'm developing a Windows CD-ROM, which uses a Flash MX standalone player as its interface, set to fullscreen. The player contains links to a browser, such as Privacy Policy, etc.
When clicking on the link, it pops a browser window, no problem. However, if the user does not quit Explorer, but instead minimizes the browser window, or clicks on the Flash behind it to go back to the Flash, all subsequent clicks on a browser link will load web pages behind the Flash.
The user does not know that web pages are loading, since there is nothing to indicate it (and not everyone knows you can click the "Esc" key to minimize Flash).
Is there a known way to force focus from the standalone player to Internet Explorer? I tried putting (onLoad="this.focus();") in one of the web pages, but it didn't work, and I also do not have access to some of the web pages being linked to.
(The Flash must remain Flash MX rather than Flash 5, due to some Flash MX-specific code. Also, the Flash must be standalone, due to it launching some FS Commands to executables)
Thanks in advance for any help... and many thanks for all the answers I've found here in the past.
Polarbeast