Results 1 to 13 of 13

Thread: failed to register flash9b.ocx

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2005
    Posts
    29

    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.

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: failed to register flash9b.ocx

    Thread moved from CodeBank forum (which is for you to post your code examples, not questions)

  3. #3
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: failed to register flash9b.ocx

    We have no clue of what installer you are using.

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Oct 2005
    Posts
    29

    Re: failed to register flash9b.ocx

    Quote Originally Posted by randem
    We have no clue of what installer you are using.
    I use VB 6

  5. #5
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: failed to register flash9b.ocx

    VB 6 is the environment you code in. Do you mean you use PDW?

  6. #6
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    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 PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI 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

  7. #7

    Thread Starter
    Junior Member
    Join Date
    Oct 2005
    Posts
    29

    Re: failed to register flash9b.ocx

    Quote Originally Posted by randem
    VB 6 is the environment you code in. Do you mean you use PDW?
    Yes, i use PDW.

  8. #8

    Thread Starter
    Junior Member
    Join Date
    Oct 2005
    Posts
    29

    Re: failed to register flash9b.ocx

    Quote 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...

  9. #9
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    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.

  10. #10
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    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 PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI 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

  11. #11

    Thread Starter
    Junior Member
    Join Date
    Oct 2005
    Posts
    29

    Re: failed to register flash9b.ocx

    Quote 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?

  12. #12
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    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 PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI 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

  13. #13

    Thread Starter
    Junior Member
    Join Date
    Oct 2005
    Posts
    29

    Re: failed to register flash9b.ocx

    Quote 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
  •  



Click Here to Expand Forum to Full Width