Code to hide Flash File in case user has old player....

Ask a Question related to Macromedia Flash Ad Development, Design and Development.

  1. #1

    Default 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 image in the background
    that would show instead. This was done without a browser detection file and two
    seperate homepages. The code was built into the page. I was wondering if anyone
    has any info on this: whether it was done with Javascript or PHP or whatever.
    Are there any sites that might have tutorials on this kind of a setup? Any help
    would be greatly appreciated. Thanks.

    Jeff

    jegg123 Guest

  2. Similar Questions and Discussions

    1. 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...
    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. Flash Player 8 Security & User Profiles
      Is there a way to set flash player 8 security in one area that will override all other user profile settings? Currently we change the settings...
    4. Dialog box to inform user Flash Player is required
      Do SWF files prepared for web file (video) sharing automatically provide the built-in dialog box that informs users who do not have Flash Player...
    5. Can the flash player tell when the user has navigatedaway from the current web page
      Is there any code that allows me to perform an action when the user navigates away from the currently viewed web page
  3. #2

    Default Re: Code to hide Flash File in case user has old player....

    This can be done in JavaScript. The code is already written for you my
    Macromedia. In your HTML publish settings, select detect Flash 6 (or
    the version you want to detect for), and it'll give you the code. You
    may have to add in a clause about showing an image if the plugin
    version is not available.

    !lurk 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