Add a Flash Carousel in Freeway
As a response of how to create a Flash Carousel in a Freeway Web page, here’s a tutorial:
| Title: | Flash Carousel |
| Description: | Flash Carousel displaying on a Freeway Page |
What you need is:
- Freeway 4/5
- Upload Stuff action installed
- Carousel Files - download from here:
- We’re using the files from the “color” folder.
- Plain Text Editor
- FTP program (to upload the Carousel ”images” folder)
- Technical ability, moderate (requires a little hand coding)
Create the Page from Scratch:
Create a new Freeway page
Drag and drop the “Carousel.swf” from the “color” folder onto the Freeway page re-size as required. In Freeway make the .swf background white.

Flash file in page
Open the file upload action Menu > Page > Page Action > Upload Stuff
From the “upload to HTML location” add the file “default.xml” and “swfobject.js” from the “color” folder.

File Upload action
Go to Page > HTML Markup and Add into the after <head> section and add…
<script type=”text/javascript” src=”swfobject.js”></script>

Add Markup after text
Publish the page, and you will see the Carousel working, but it can’t find the images.
Look in the “color” folder and (option-drag) to copy the “images” folder into your Freeway published site fodler site folder (complete with stock images inside it).
Publish the page again, and you will see the images correctly spinning.
Changing the Stock images supplied with the Flash Carousel
Now you should have got the basic Flash Carousel working in Freeway, you now need to add your own images. For this you need to do two things:
Have a collection of JPEG images (for example JPEG’s, graphics created and exported from Photoshop or Freeway). These images are placed into the “images folder” - (either replace or remove the existing JPEG’s).
Edit the default.xml file to include your image names and correct link to those files.
Editing the default.xml file:
The XML file contains the information the flash files needs to find the images, and hyper-links you give them:
- Background color
- Image files names
- Image URL’s
You should find this quite simple, open the “default.xml” file with a plain text editor and change the DCP_0733.jpg for the name of your new JPEG e.g. myphoto.jpg this will then link to your image in the “images folder”.
Editing the links in the Flash Carousel:
To create the links within the flash file to link to your destination pages, edit the hyperlink “http://www.flshow.net” to you own hyperlink “http:www.mydomain/mypage.html”
--------------------------------------------------------- <?xml version="1.0" encoding="utf-8"?> <!-- fhShow Carousel 1.5 configuration filePlease visit http://www.flshow.net/ for more info --> <slide_show> <options> <background>#FFFFFF</background> <!-- #RRGGBB, transparent --> </options> <photo href="http://www.flshow.net/" target="_self">./images/DCP_0730.jpg</photo> <photo href="http://www.flshow.net/" target="_self">./images/DCP_0731.jpg</photo> <photo href="http://www.flshow.net/" target="_self">./images/DCP_0732.jpg</photo> <photo href="http://www.flshow.net/" target="_self">./images/DCP_0733.jpg</photo> </slide_show> ---------------------------------------------------------
Note the <background>#FFFFFF</background> contains the HEX colours required for the background on the .swf file in Freeway so you can view the transparency correctly.
These are the basics to get your Flash Carousel Working on a white background, and you should refer to the readme.txt supplied with the Carousel download for further configuration or here for the online documentation. ![]()

hi,
is there a way of using Carousel on freeway with the full screen option?
Hi Oliver,
Place the .swf file at the top left corner, set the page alignment to none, and change to measurements of the .swf box to 100% high, 100% wide.
***There is a new Carousel (beta) out, that supports a toggle button for full screen.
Hi there, thanks for the tutorial. This looks like a very cool effect for my photos, but I can’t seem to install the upload stuff action? Which App. should I be using to expand? Freeway 5 Pro Trial, MacBook Pro 2.2 GHz 4GB RAM OS X.5.5 Thanks, Steve.
You need to download stuffit expander to open a .hqx file http://www.google.com/search?q=stuffit+expander&btnG=Search
As this an old action (after you have expanded the .hqx file) and you are using Freeway 5, rename the download/expanded action file to Upload Stuff.fwaction before dragging this to the FW5 icon in the dock to install the action
There is another alternative Freeway file upload action here http://www.actionsforge.com/actions/view/45-upload-extra-resources
Make sure you are uploading into the correct area of the site to make the carousel work correctly.
100X Thxs for this tutorial, all works fine [now..], I would like to take the next step, that is combine Carousel with Lightbox but lost the tutorial on how to implement Lightbox in Freeway, there was a tutorial on “FreewayTalk” but the link does not exist anymore, can you help…again..?
anyway, many greetings from holland
Hi Tim,
Yes, you can push this further by combining with Lightbox. Here is the link http://www.flshow.net/carousel/lightbox/
david, thx,
I did see that one indeed and must be able to use it, but there was also an other tutorial on freewaytalk, i found a part of it in google cache but the rest is gone, i think it was from ‘richard V’ [as a nick that is...]
http://freeway.ontwerpzaam.nl/lightbox/
I’m sorry, it has vanished from the site, I will replace it soon. It will be stored here : http://freeway.ontwerpzaam.nl
Dear David,
late but not forgotten… Thank you so much! i do so appreciate it. I will use it and love it!
Hi!
Love it, and hope my boss will like it too!
Can one place a picture in the middle of the carousel, so that it becomes focus of everything?
Marielle