Please help identify script ... mainstream

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pussyserver - BANNED FOR LIFE
    So Fucking Banned
    • Oct 2005
    • 5133

    #1

    Please help identify script ... mainstream

    Does anyone know of a script or open source flash fls that will do something similar to this?

    I am refering to the main box in the center that scolls / transitions text with images.

    http://template.joomlart.com/ja_neri...page/Itemid,1/

    Is there a name for this box / effect??

    Thanks fellas
    Last edited by pussyserver - BANNED FOR LIFE; 10-22-2007, 09:43 PM.
  • aico
    Moo Moo Cow
    • Mar 2004
    • 14748

    #2
    It's called a slideshow

    Comment

    • pussyserver - BANNED FOR LIFE
      So Fucking Banned
      • Oct 2005
      • 5133

      #3
      Originally posted by aico
      It's called a slideshow
      lol

      I think thats more then just a slideshow

      Comment

      • pussyserver - BANNED FOR LIFE
        So Fucking Banned
        • Oct 2005
        • 5133

        #4
        Maybe I should clarify... script that will load dynamic content into a slide

        like this joomla script

        Comment

        • aico
          Moo Moo Cow
          • Mar 2004
          • 14748

          #5
          Originally posted by pussyserver
          lol

          I think thats more then just a slideshow
          <script type="text/javascript">

          JaSlideshow = new JaSlideshowClass({

          siteurl: 'http://template.joomlart.com/ja_nerine',

          type: 'fade',

          pan: '10',

          zoom: '10',

          width: 668,

          height: 200,

          url: 'images/stories/slideshow/',

          images: ['sl-1.jpg','sl-2.jpg','sl-3.jpg','sl-4.jpg','sl-5.jpg'],



          duration: [3000, 10000],

          transition: Fx.Transitions.sineInOut ,

          navigation: 'number',

          resize: 1,

          classes: ['prev', 'next', 'active'],

          play : 'play',

          thumbnailre: [/\./, 't.']

          });

          </script>

          Comment

          Working...