This page require Adobe Flash 9.0 (or higher) plug in.

Download Flash Carousel Zip Here
Unzip the downloaded file. I made a "Carousel" folder in My Documents/WB5 folder.
Open the default.xml with notepad and you can edit the options shown in bold black. Save the edited file as
anything.xml.
Select "File Publisher" from toolbox and attach the carousel.swf file and the anything.xml file.
Upload your images you will use in the carousel show. Also see note at bottom of this page about the images used.
Place this code in page HTML - Between head tag
<style type="text/css">.movie {width: 700px;height: 200px;} </style>
Place the below code in a HTML box. The placement of the box is where the carousel will display on the page
Change the
anything.xml to the same name you used above when you edited and saved the default.xml file
At the bottom of the default.xml file, edit these lines to location of image. I moved images to the "images" folder WB5
places in root folder. If you upload images with the file publisher, you would have to move them into images folder or
be sure to edit this line to give
correct location of images.

                 <photo href="../flowers/DCP_0730.jpg" target="_blank">../flowers/DCP_0730.jpg</photo>


                         This image is in the images folder in the same folder as your anything.xml file

                                              <photo>
./images/yourimage.jpg</photo>   ( OR .gif )
<!-- IE (et. al) Object -->
<object class="movie" id="Carousel__ie"
   classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
   codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0">
   <param name="movie" value="Carousel.swf" >
   <param name="flashvars" value="xmlfile=
anything.xml&loaderColor=0xCCCCCC" >
   <param name="quality" value="high" >
        <param name="bgcolor" value="#FFFFFF" >
      <!--[if !IE]>-->

      <!-- Firefox (et. al) Object -->
      <object class="movie" id="Carousel__ff"
         type="application/x-shockwave-flash"
         data="./Carousel.swf">
         <param name="movie" value="Carousel.swf" >
         <param name="flashvars" value="xmlfile=
anything.xml&loaderColor=0xCCCCCC" >
         <param name="quality" value="high" >
         <param name="bgcolor" value="#FFFFFF" >
         <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer">
         
            <!-- No plugin -->
            <p>This page require <a href="http://www.adobe.com/">Adobe Flash 9.0</a> (or higher) plug in.</p>

      </object>
      
      <!--<![endif]-->
</object>
Tutorials And Help by....
© 2008 All rights reserved.                                    Privacy policy   Built with wysiwygwebbuilder
I have tried to make every step easy to follow and instructions as clear as possible. If anyone has tried this tutorial and feels there is a better way to word the instructions or I have missed a step - Please contact me with any advice and I will change this tutorial as needed.
Hosted By Web Hosting by StartLogic