Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,679
    My Mood
    Mellow

    [Help] Shockwave player 64-bit.

    Hey guys.

    I'm having trouble using the Shockwave player in VB.NET on my 64-bit vista PC.

    Well for starters it's not even in COM components..

    SS



    Also, before when it WAS there, whenever I tried to run my program with the object there it would always return this error.



    After doing some research I found that a lot of people that had this error were on a 64-bit OS and that is apparently the problem.

    My 2 questions are:

    1. How the hell do I actually get the player back into my COM components (where do I browse for it typically, what's the file called etc.)

    2. How do I get the stupid thing working on a 64-bit computer.

    Hope you guys can help

    J-Deezy.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  2. #2
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Default Name is AxWindowsShockWavePlayer1, default toolbar name is Shockwave Player and default .dll name is AxInterop.ShockwaveFlashObjects.dll.

    Ik this doesn't help you xD

    I could upload the .dll, however I guess this won't help u tho.



  3. #3
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,679
    My Mood
    Mellow
    I'm going to search for AxInterop.ShockwaveFlashObjects.dll in the registry and then try manually add it back in.

    64-bit is so friggen frustrating -.-

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  4. #4
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,136
    My Mood
    Dead
    There isn't a 64-bit version of Flash Player (ActiveX for .NET). To access pages with Flash content, you'll have to open an instance of IE 32-bit.

  5. #5
    /b/oss's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    13,651
    Reputation
    795
    Thanks
    3,547
    at components press "browse" and go to its main folder and choose 2 dlls... (idk which 2.. just find)

  6. #6
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,136
    My Mood
    Dead
    Quote Originally Posted by Major_the_hacker View Post
    at components press "browse" and go to its main folder and choose 2 dlls... (idk which 2.. just find)
    Can you plz bother to read other's posts !! ? There exists dll's but not for 64 bit !!! Class not registered means the system architecture is not supporting the activeX !!!

  7. #7
    /b/oss's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    13,651
    Reputation
    795
    Thanks
    3,547
    Quote Originally Posted by FLAMESABER View Post
    Can you plz bother to read other's posts !! ? There exists dll's but not for 64 bit !!! Class not registered means the system architecture is not supporting the activeX !!!
    yee didn't read its 64 bit -.-""""

  8. #8
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,679
    My Mood
    Mellow
    Quote Originally Posted by Major_the_hacker View Post


    yee didn't read its 64 bit -.-""""
    Wow it's in the title as well. L2read.

    FLAMESABER, how would I go about opening an instance of IE in 32-bit or whatever. Im choob at this nonsense.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  9. #9
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,136
    My Mood
    Dead
    Quote Originally Posted by J-Deezy View Post
    Wow it's in the title as well. L2read.

    FLAMESABER, how would I go about opening an instance of IE in 32-bit or whatever. Im choob at this nonsense.
    IE64-bit is a "level 2" browser. Flash and ActiveX controls are only supported in "level 1" browsers (e.g., IE 32-bit). You need to turn your default web-browser to IE32. I don't think you can handle this. It's a bit advanced !! If you still want the conversion then I can suggest you some articles.

  10. #10
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,679
    My Mood
    Mellow
    Bleh you're probably right, I'm too lazy to figure all this shit out just to fiddle around with flash trainers. Shame really. I really need a 32-bit computer. 64-bit just seems to come with a shitload of problems.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  11. #11
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,679
    My Mood
    Mellow
    Okay well one problem sorted. Got the actual object in the toolbox now.

    Now just to get the fucker working

    EDIT: shit double post, sorry. Please merge /remove this?

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  12. #12
    Sixx93's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    673
    Reputation
    21
    Thanks
    250
    My Mood
    Cool
    Quote Originally Posted by J-Deezy View Post
    Okay well one problem sorted. Got the actual object in the toolbox now.

    Now just to get the fucker working

    EDIT: shit double post, sorry. Please merge /remove this?
    anyway, there's a way to make your PC from 64bit to 32bit... i think it's a programm, so the others 32bit won't work su u'll have a 32bit PC

  13. #13
    mnpeepno2's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    In a barren wasteland
    Posts
    905
    Reputation
    10
    Thanks
    81
    u manually edit it in the vbproj file

    Project => Projectname.vbproj(open in notepad)

    add this after the declarations:

    Code:
    <PlatformTarget>x86</PlatformTarget>
    finished (about)

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="https://schemas.microsof*****m/developer/msbuild/2003">
      <PropertyGroup>
        <PlatformTarget>x86</PlatformTarget>


    -----------------------------------------------

    My site: here
    My Blog: here
    My member's area: here
    Minecraft Sever Forum: here


    Minecraft Servers:

    Public:



    Private:



  14. The Following 2 Users Say Thank You to mnpeepno2 For This Useful Post:

    Hassan (05-19-2010),Jason (05-19-2010)

  15. #14
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,679
    My Mood
    Mellow
    Quote Originally Posted by mnpeepno2 View Post
    u manually edit it in the vbproj file

    Project => Projectname.vbproj(open in notepad)

    add this after the declarations:

    Code:
    <PlatformTarget>x86</PlatformTarget>
    finished (about)

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="https://schemas.microsof*****m/developer/msbuild/2003">
      <PropertyGroup>
        <PlatformTarget>x86</PlatformTarget>
    Thanks mate, worked a charm. +thanks

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  16. #15
    mnpeepno2's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    In a barren wasteland
    Posts
    905
    Reputation
    10
    Thanks
    81
    not a prob.


    -----------------------------------------------

    My site: here
    My Blog: here
    My member's area: here
    Minecraft Sever Forum: here


    Minecraft Servers:

    Public:



    Private:



Page 1 of 2 12 LastLast

Similar Threads

  1. [Solved] Help windows 7 x64 bits
    By Codder in forum Combat Arms Brazil Help
    Replies: 0
    Last Post: 10-22-2011, 03:14 PM
  2. [HELP]Single Player Trainer
    By VaLkRyex1 in forum Battlefield Bad Company 2 (BFBC2) Hacks
    Replies: 7
    Last Post: 07-21-2010, 08:08 PM
  3. Help With Vista 64 bit...
    By austin209 in forum Combat Arms Help
    Replies: 15
    Last Post: 07-21-2010, 09:58 AM
  4. [Help]Media Player[Solved][Closed]
    By hopefordope in forum Visual Basic Programming
    Replies: 5
    Last Post: 06-20-2010, 07:07 PM
  5. warrock helps hus a little bit.
    By SHadyDAGGER in forum WarRock - International Hacks
    Replies: 3
    Last Post: 01-26-2008, 11:46 AM