Flash Player detection and cfif code possible?

Ask a Question related to Coldfusion Flash Integration, Design and Development.

  1. #1

    Default Flash Player detection and cfif code possible?

    Hello,

    I'm trying to code a page where if the user doesn't have the Flash plugin,
    they get alternate content and not the usual "Click here to download the Flash
    Player" link. We will have two separate homepage content locations, one for
    Flash and one for standard HTML.

    So if I could capture in Javascript whether they had the Player installed I
    could present within a CFIF or a JS If these two different pieces of content. I
    searched for something on this but wasn't able to find anything. Any ideas?

    CFMXPrGrmR Guest

  2. Similar Questions and Discussions

    1. Flash Player Detection
      I am trying to distribute Flash 8 content via recordable media (CD-ROM, DVD-ROM). Is there any way to deploy a Flash Player detection script using...
    2. Code for Flash Player 8
      Well, I have a little trouble, with my code, my site is not workin' becuase I developed it in Macromedia Flash 8, I guees the code in the web page...
    3. Player FULL detection
      I'd like to know if is it possible to determine if the client have installed the full or the slim version of the plyer. I need to know this...
    4. Flex auto detection of Flash Player
      Hi, Our application currently checks for the minimum flash player version of 7.0.14 which is set in flex-config.xml: <flash-player> <!--...
    5. Code to hide Flash File in case user has old player....
      Hey everyone, I've seen on several sites where flash was incorporated into the site and if the user didn't have an updated plug-in there was an...
  3. #2

    Default Re: Flash Player detection and cfif code possible?

    I ended up using the Flash Detection Kit, worked well enough.
    CFMXPrGrmR 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