Michael Kivi
11-09-2001, 04:34 PM
I built a Windows Projector(.exe) in Full Screen Mode for a software installation CD. Within a few of the scenes, I'm using
geturl to open html readme documents. Here's the issue. . .certain browsers open the New Browser Window behind the Flash movie, which I mentioned is in Full Screen Mode. Other browsers open the New Browswer Window in front of the Flash movie, which is of course, the desired effect. Any thoughts???
I tried loading the following javascript into the <body> tags of the html documents to no avail. . .
onLoad="JavaScript:self.focus();"
anyone else out there run into this one?
also, it seems to work perfectly in IE6, and not in IE5. . .
geturl to open html readme documents. Here's the issue. . .certain browsers open the New Browser Window behind the Flash movie, which I mentioned is in Full Screen Mode. Other browsers open the New Browswer Window in front of the Flash movie, which is of course, the desired effect. Any thoughts???
I tried loading the following javascript into the <body> tags of the html documents to no avail. . .
onLoad="JavaScript:self.focus();"
anyone else out there run into this one?
also, it seems to work perfectly in IE6, and not in IE5. . .