How to detect the version of Plugin in IE?

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

  1. #1

    Default How to detect the version of Plugin in IE?

    Hi all.

    How can I detect the version of Flash-Plugin installed in Internet
    Explorer?
    In Netscape i can do this with following java script
    navigator.plugins[pluginname].description
    But it doesn't works in IE?
    Can anyone help me?

    Thanx in advance,
    Yurij


    forums.macromedia.com Guest

  2. Similar Questions and Discussions

    1. Can the Flash plugin detect non-ascii Keys?
      Hi, If the browser focus is on a Flash movie, can it detect non-ascii, eg. function, numpad, Caps Lock etc. keys? Thanks :)
    2. Please help --> How can I install flash player plugin (version 8) in browser without downloading setup or redirecting to macromedia site if flash plugin is not available in browser
      Hi, Please help How can I install flash player plugin (version 8) in browser without downloading setup or redirecting to macromedia site if...
    3. javascript to detect if flash plugin
      I want to have javascript file (.js) with a function to detect if flash plugin (for netscape ,mozilla etc) or flash activeX exists in that browser...
    4. detect acrobat version
      is it possible for a pdf document to detect if the user has Reader version 5 installed on their machine, if not ask the user to install version 5. ...
    5. how do I detect the version of OS in a Mac?
      hi there, My problem is that i don't know how to detect which version of OS has certain Mac, like Classic, 10,10.1,10.2 or 10.3 thanks in...
  3. #2

    Default Re: How to detect the version of Plugin in IE?

    Funny... when I read your question I started looking at some javascript code
    that could be used to detect the flash plugin in IE, but it would've taken a
    long time to debug (and explain :S ), so here's an easier way. I websearched
    and found a guy who knows the toils of javascripting a flash plugin detector
    for IE - and has found an easier way involving a "front door" flash movie.
    Here's the URL, interesting stuff:
    [S=http://www.moock.org/webdesign/flash/detection/noscriptdetection.html]Flash
    Plugin Detector for IE[/S]

    Steel_Cat 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