At 10/12/2010 08:29 AM, David W. Fenton wrote: >> If a program calls into 64-bit Windows for a IE browser session, the >> 64-bit browser comes up, not supporting Flash. > >If a program calls other applications in a way that overrides a >user's choices about default browser, and uses IE (even if the user >has FireFox or Chrome or Safari or Opera defined as their default >browser), then the problem is not with Flash or Windows, but with the >programmer who isn't doing things right.
No. You don't appear to know much about coding. The problem is in the Microsoft API for help file calls. When the call is made on 32-bit Windows, it launches 32-bit IE. When the exact same call is made on 64-bit Windows, it launches 64-bit IE. You shouldn't have to recode for different platforms. _______________________________________________ Finale mailing list [email protected] http://lists.shsu.edu/mailman/listinfo/finale
