I program in Delphi. On my development machine I have imported the Flash10h.ocx control and have developed a Win32 application which will render a swf file. This all works fine on my development machine.
However, I am trying to get the same application to work on another box. I have installed Flash for Internet Explorer; I can go to sites and it will place Flash. But for some reason or another my Win32 application will not play the swf file.
One thing I have noticed is that on my development computer I have the following files in the C:\Windows\System32\Macromed\Flash folder:
Flash10h.ocx
FlashInstall.log
flashplayer.xpt
FlashUtil10h_ActiveX.dll
FlashUtil10h_ActiveX.exe
FlashUtil10h_Plugin.exe
install.log
NPSWF32.dll
On the computer having problems I have the following:
Flash10i.ocx
FlashInstall.log
flashplayer.xpt
FlashUtil10h_Plugin.exe
FlashUtil10i_ActiveX.dll
FlashUtil10i_ActiveX.exe
NPSWF32.dll
Any ideas why the Win32 app. is not playing the Flash Files?