ActiveX controls and IE 6

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default ActiveX controls and IE 6

    I have navigation bars in my website and after IE6 was installed the browser
    blocks the swap images and waits untill I click the IE security bar to unblock.
    I look for a patch at Macromedia website but I can?t find anything. I read the
    "Activating ActiveX Controls" page from Microsoft website but I couldn?t change
    the script according to their examples.
    Does anyone knows a way to fix the script so my page won?t be blocked by IE?
    Thank you all,
    Tereza

    arquidigital Guest

  2. Similar Questions and Discussions

    1. Can ActiveX controls be built with C#
      I would like to build a control that can be deployed from a web site that runs in IE. The component will have no user interface. It needs to collect...
    2. How to exchange data between two activex controls
      Hi guys, I have a question about activex controls in director like the message title. Two activex controls in the scene ,the first one (FIR) need...
    3. using activex controls
      Sorry, I posted this here because this code will be included on an asp page. I will try a different forum. IE newsgroup, as it page:...
    4. .NET objects as ActiveX controls?
      Hi, You need to dress your .Net in COM suit. refer to : http://msdn.microsoft.com/msdnmag/issues/02/01/UserCtrl/default.aspx Natty Gur, CTO...
    5. ActiveX Controls
      I have MSN as my internet service provider, and when I go into PHOTOS, I get a Warning Message that says "Your current security settings prohibit...
  3. #2

    Default Re: ActiveX controls and IE 6

    If it's being blocked by internet explorer, then there is probably something
    fundamentally wrong with how you are implementing your navigation.

    My suggestion would be to redo your navigation using CSS Hovers. It won't be
    as pretty in IE, but it will work in every browser and won't require any kludgy
    hacks.

    VVebbie Guest

  4. #3

    Default Re: ActiveX controls and IE 6

    I realize that it only happens when I preview my site local. Searching the web I founded that it?s a Win XP SP2 security issue.
    At least I don?t have to change the code. Thank you.
    arquidigital Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139