My setup file and application ran fine before, until I added flash.ocx into my application to enable flash movie to be played in the opening screen.
I added the flash.ocx into setup file (msi). I installed & registered it in destination computer (WinXP Pro SP2) that has no Flash player installed.
When I started my application, it gave me error 'Run-time error 429: ActiveX component can't create object'.
I tried another solution by downloading merge module from www.adobe.com and integrated it into my setup file. Compilation give no error. But when I run the setup file, it gave error 'Internal error 2730. 0'. When the merge module is removed, the setup file gives no error.
How to solve this issue?
2006-09-11
20:37:01
·
3 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design
I tried to copy the flash.ocx manually to the destination computer, and registered it. But the application still failed.
I checked the registry and able to find the entry there, pointing to the correct flash.ocx file path.
2006-09-11
20:48:49 ·
update #1
My application (with flash.ocx component) runs fine in development computer, and in computers with Flash player installed.
It hits error, however, in non-flash installed computer, even though flash.ocx has been placed n registered.
The flash.ocx used is version 6.
Is this due to version incompatibility, or something else? Because, it runs fine in computers with Flash player installed (some are even at version 8 or 9).
2006-09-11
23:52:36 ·
update #2
I've tried to use version 5 swflash.ocx, but error still occurs in Win98, however works fine in WinXP. It seems that isn't a version incompability.
If I need to include dlls that the .ocx needs, would you kindly tell me what they are?
2006-09-12
03:52:42 ·
update #3