image slideshow fader applet

Ask a Question related to ASP Components, Design and Development.

  1. #1

    Default image slideshow fader applet

    Can anyone tell me how to do this with a Windows control so that it will
    still work on many platforms? Would be cool if it would work on a Windows
    Mobile device too, but that's not a requirement. If the object isn't
    supported, I'd like the page to display a single image.

    Here is a java version of the same thing, but I don't really like the way it
    asks the user to "click to activate the control" in IE 6:

    [url]http://www.anfyteam.com/anj/cfade/anfade2.html[/url]

    Thanks much!
    guerrid Guest

  2. Similar Questions and Discussions

    1. slideshow background image
      Hi there, Is there a way (in css or whatever) to change a background image every couple of hours. Something like; sunrise image in the morning,...
    2. Automatic image load for slideshow
      I'm sure there's a way to load all the pictures from a directory and make an update when there are modifications some that the slideshow contains all...
    3. Integrating an Applet with PHP
      I have located an HTML editor written in Java that works with my clients various computers (e.g. Linux, PC and Macs). What I need to do is learn...
    4. fader help please
      hi. i'm having some trouble trying to get a sprite to blend from 0 to 100 while i've got this script on it: property FadeInFrames,...
    5. Slideshow Image Order
      Rudolf, the slideshow records the images in the order in which they appear in the folder on your hard drive. And the order in the folder is a...
  3. #2

    Default RE: image slideshow fader applet

    Never mind. Looks like this can be done in JavaScript. See
    microsoft.public.frontpage.client for some great help.

    "guerrid" wrote:
    > Can anyone tell me how to do this with a Windows control so that it will
    > still work on many platforms? Would be cool if it would work on a Windows
    > Mobile device too, but that's not a requirement. If the object isn't
    > supported, I'd like the page to display a single image.
    >
    > Here is a java version of the same thing, but I don't really like the way it
    > asks the user to "click to activate the control" in IE 6:
    >
    > [url]http://www.anfyteam.com/anj/cfade/anfade2.html[/url]
    >
    > Thanks much!
    guerrid Guest

  4. #3

    Default RE: image slideshow fader applet

    To be more specific, I should have said see:

    [url]http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm[/url]

    "guerrid" wrote:
    > Never mind. Looks like this can be done in JavaScript. See
    > microsoft.public.frontpage.client for some great help.
    >
    > "guerrid" wrote:
    >
    > > Can anyone tell me how to do this with a Windows control so that it will
    > > still work on many platforms? Would be cool if it would work on a Windows
    > > Mobile device too, but that's not a requirement. If the object isn't
    > > supported, I'd like the page to display a single image.
    > >
    > > Here is a java version of the same thing, but I don't really like the way it
    > > asks the user to "click to activate the control" in IE 6:
    > >
    > > [url]http://www.anfyteam.com/anj/cfade/anfade2.html[/url]
    > >
    > > Thanks much!
    guerrid 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