Cool Fireworks CS3 Slideshow Command
In case you haven’t noticed, Fireworks CS3 comes with a very cool Slideshow command feature. You may wonder why do we need another slideshow feature. There are slideshow/photo album in Photoshop, Dreamweaver, Lightroom, etc….. However, this one is very interesting. No only does it let you create a Flash slideshow, it also includes a template for the Spry/AJAX slideshow. The photo gallery that is at the Spry examples can be done right inside Fireworks CS3. And even better is the fact that you can open the album in Fireworks again later in case you need to add/delete more photos. Super-cool!And of course, the slideshow is designed with css so that it can be re-styled easily.

Hi Brian,
I’m just working my way through some of the new features in Fireworks CS3. The slideshow was next on my list. Coincidentally, I just posted on creating a Fireworks Flex Component (http://geekglue.blogspot.com/2007/06/fireworks-cs3-creating-flex-symbols.html)
Awesome, glad you like it guys. Did you know you can easily add your own player to the list as well? I’ve been meaning to write a small tutorial on how to do it, but its fairly easy to push out a new slideshow player.
Cheers!
Thanks Brian - have been looking for this one since you demo’d in Brisbane recently - couldn’t remember which app to use!
How do you embed the Spry/Ajax slideshow in your index webpage? I am lost, its been two years to put my hands on webdesign.
Adam, the Create SlideShow command generates the html page with the AJAX code. Being an html page, you can use that as a template to add or modify the page as required, preferrably with Dreamweaver CS3.
Hey, Since being an old school designer i was looking into frames and i figured it out with iframes. you can check it out at http://adamos.us/test/pictures.html
I recalled the knowledge really quick
Hey, I just created my first slideshows in Fireworks CS3. However, I can’t get them to work in Dreamweaver CS3 or upload into my site correctly. The tutorials I’ve seen all end with creating the slideshow in Fireworks, but none tell how to send the slideshow to Dreamweaver or upload into your site. To be honest I’m really new at this and I would like to know which file(s) to put into my webpage and how I could accomplish this. Thanks
P.S. If someone knows of a tutorial that shows how to send the slideshow from Fireworks to Dreamweaver that would be great.
Naaman, you would need to define a site within Dreamweaver CS3 that points to the folder of the slideshow that Fireworks CS3 has created. From then on you can edit the page in Dreamweaver. The Help in Dreamweaver explains how to define a site.
Thank you for your help Brian. I appreciate it. I did what you said, but only the player works. None of the pictures I put in the slideshow show up. Did I do something wrong?
I would check the site folder if that includes everything that has been output by the Fireworks. In particular, there should be a folder that has the photos and a sub-folder called “thumbs” that has more photos.
BTW, which template did you choose in Fireworks.
I am having the same problem — am new to this and am having no luck getting a slide show to work. Can create slideshows in Adobe Light Box or Elements 5, but can not figure out how to load a slideshow into a web page. HELP
brian, can i set the default values of the slideshow command - e.g. the pic sizes, thumb sizes and player choice as Spry etc.
i have created a slideshow for a photo contest hosted on our blog and it works great, but it is annoying to change the settings everytime i open it to the way i want. also is there a way to include two captions in the slideshow GUI. for e.g. Dreamweaver allowed two fields caption and caption1, which then i used to create a link back to the contestant’s website. you can see what I have done here by following this link: http://jugalbandi.info/wp-content/uploads/2008/click02/index.html
Thanks,
Jai
Jai, you can set the pic sizes, thumb sizes at the export options menu. You can select the player choice at the albumbook properties menu.
As for adding extra captions, I am not sure if that can be done. If yes, it probably would have to be handcoded using DW.
Please get a mac version!!!! Does anyone know where I can get a nice, professional looking slideshow I can put into dreamweaver???
Thanks!
I’m trying to use the create slide show command and when I try and create the album it comes up, but none of the images do. Actually the image name shows, but the the preview says file not found. Then when I try to export the show their is nothing. Can you help?
Tel Aviv, I have found this video tutorial on how to create the fireworks slide show. Hope this can help.
http://www.adobe.com/designcenter/video_workshop/?id=vid0172
Hi there. I made a sweet looking slideshow, and it runs great. Only problem is I want to place it in a Dreamweaver template-based page. I have it working perfectly on my computer, but when I post it, with the exact files, folders, and paths from document-based site, the slideshow movie does not show up at all. The swf of slideshow works fine online, it just doesn’t connect with the webpage once it’s on the server. Do you have any suggestions where the trouble is? Thank you for any help, I’m going nuts trying to solve this here….
here’s the link to slideshow:
http://members.cox.net/uci_fsae/black_gallery/img_gallery.html
here’s what it does when placed within webpage:
http://members.cox.net/uci_fsae/gallery/gallery.html
jgorski, the slideshow itself is an html page so you need to be careful to copy and paste the right code and have the links setup properly too. A simple way to incorporate an html page within another html page (or DW template) is to use iFrame. Then there is nothing to copy but to refer the source of the iFrame to the slideshow html page.
Yes, thanks– I’ll try that!