We have an online movie that displays full-screen.
Instead of the now-standard flash-based fullscreen, which was not available when the movie was originally written, an ActiveX control is used to launch iexplore.exe in kiosk mode.
A rewrite of the movie to fix this glaring problem is scheduled for Q1 next year.
In the mean time, I need to try to find a stopgap for our 64-bit users, as the ActiveX control is currently launching IE's 64-bit version, which obviously can't play our flash-based movie.
We launch IE with the command line command:
"C:\Program Files\Internet Explorer\iexplore.exe" -k <url>
Other than replacing the path with the path to the 32-bit version (which would then fail on 32-bit systems) is there anything we can do for our 64-bit users?