Not sure how to create a pseudo-slide show

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

  1. #1

    Default Not sure how to create a pseudo-slide show

    I would like to create an effect similar to that found on the home page of
    [url]http://www.nhl.com[/url], where they have a rotating set of images and news stories.
    I don't want to use flash to create it, as I want it to be viewable on any
    browser. I know that some places, such as my place of employment, do not allow
    access to the Flash progam as a "security" measure.

    Anyway, can someone help me with the javascript for this? I checked the
    source file for that page, but cannot find the code for the javascript :
    switchnews call that it is making.

    Thanks

    Duker10 Guest

  2. Similar Questions and Discussions

    1. Me Again. Need help on slide show
      I want to insert a slide show into my web site, but when I do and preview it, it is static. Any help would be appreciated
    2. Slide Show
      Using the automation feature in Photoshop 7.0, can you make a slide show that can be emailed out and played on any computer?
    3. please, help me with a slide show
      I copied-pasted frames into the movie clip, first movie and the movie clip are the same size
    4. PDF Slide Show
      Photoshop elements can create a PDF slide show. Is there an equivalent function available for Photoshop 7?
    5. Slide show on DVD
      Any recommendations for software to make slide shows from digital or scanned photos on DVD ? Bendik
  3. #2

    Default Re: Not sure how to create a pseudo-slide show

    the javascript code is in external files, just point out your browser to
    them although i think it'll be easier to google for some tutorial or
    example about the subject

    <script src="http://cdn.nhl.com/scripts/utils.js"
    type="text/javascript"></script>
    ....

    BTW, the webmaster in your job also block Java applets? are you sure
    that security measure isn't just a webmaster joke?

    Duker10 wrote:
    > I would like to create an effect similar to that found on the home page of
    > [url]http://www.nhl.com[/url], where they have a rotating set of images and news stories.
    > I don't want to use flash to create it, as I want it to be viewable on any
    > browser. I know that some places, such as my place of employment, do not allow
    > access to the Flash progam as a "security" measure.
    >
    > Anyway, can someone help me with the javascript for this? I checked the
    > source file for that page, but cannot find the code for the javascript :
    > switchnews call that it is making.
    >
    > Thanks
    >
    John Doe Guest

  4. #3

    Default Re: Not sure how to create a pseudo-slide show

    No, it's a total control thing. Wouldn't want the employees on their lunch break to be able to see a flash site. They say it's for security purposes, but I know it's not.

    Thanks for the advice.
    Duker10 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