|
-
Mar 15th, 2008, 09:03 PM
#1
Thread Starter
Junior Member
failed to register flash9b.ocx
Dear all
I have used flash9b.ocx in my program to play a swf file.
The flash9b.ocx was in the directory "D:\WINDOWS\system32\Macromed\Flash"
But when i finished the program and tried to set it up in my windows XP, an error occured. The file flash9b.ocx couldn't be registered in the directory "D:\WINDOWS\system32\".
Does anyone know how to solve this problem? Thanks for help.
-
Mar 16th, 2008, 02:32 AM
#2
Re: failed to register flash9b.ocx
Thread moved from CodeBank forum (which is for you to post your code examples, not questions)
-
Mar 16th, 2008, 02:48 AM
#3
Re: failed to register flash9b.ocx
We have no clue of what installer you are using.
-
Mar 16th, 2008, 09:45 AM
#4
Thread Starter
Junior Member
Re: failed to register flash9b.ocx
 Originally Posted by randem
We have no clue of what installer you are using.
I use VB 6
-
Mar 16th, 2008, 01:32 PM
#5
Re: failed to register flash9b.ocx
VB 6 is the environment you code in. Do you mean you use PDW?
-
Mar 16th, 2008, 04:49 PM
#6
Re: failed to register flash9b.ocx
Does the system already have a version the Flash ocx on it? Adobe doesnt let you install older versions if its already installed. Perhaps you could have it download and install it from http://www.adobe.com/go/getflashplayer as there are other dependancies and registry entries
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Mar 17th, 2008, 07:48 AM
#7
Thread Starter
Junior Member
Re: failed to register flash9b.ocx
 Originally Posted by randem
VB 6 is the environment you code in. Do you mean you use PDW?
Yes, i use PDW.
-
Mar 17th, 2008, 07:56 AM
#8
Thread Starter
Junior Member
Re: failed to register flash9b.ocx
 Originally Posted by RobDog888
Does the system already have a version the Flash ocx on it? Adobe doesnt let you install older versions if its already installed. Perhaps you could have it download and install it from http://www.adobe.com/go/getflashplayer as there are other dependancies and registry entries
I installed it and the problem was gone. Wow
And the flash9b.ocx was replaced by flash9e.ocx
But does it mean that if there is a newer version like flash9f.ocx
in the future, the same problem of registration will occur again?
Anyway, thanks a lot...
-
Mar 17th, 2008, 01:03 PM
#9
Re: failed to register flash9b.ocx
Well, you probably should not be deploying just that ocx. You may need to deploy the hole installation of the flash player.
-
Mar 17th, 2008, 08:03 PM
#10
Re: failed to register flash9b.ocx
Its an online install and executes various actuions on the registry and directory. It is not meant to be redistributed that way.
When installing the ocx from adobe it will remove the old version and upgrade to the current version which is flash9e.ocx. The version increment will depend on Adobe and if its a minor revision or a major increment.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Mar 21st, 2008, 09:38 AM
#11
Thread Starter
Junior Member
Re: failed to register flash9b.ocx
 Originally Posted by randem
Well, you probably should not be deploying just that ocx. You may need to deploy the hole installation of the flash player.
how to do it?
-
Mar 21st, 2008, 02:29 PM
#12
Re: failed to register flash9b.ocx
As I posted, its a web install of the browser plugin.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Mar 22nd, 2008, 01:17 PM
#13
Thread Starter
Junior Member
Re: failed to register flash9b.ocx
 Originally Posted by RobDog888
As I posted, its a web install of the browser plugin.
I see. Thank you very much!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|