Newest Articles

8 Ball Pool
Photo Reel
Image Color Tinting using Actionscript
3d Rotating Image Cube
Image Slider with Easing
Catapult Game


Popular Articles

True Fullscreen Flash Mode
8 Ball Pool
FLV Player
Image Slider
Mp3 Player with XML Playlist
Album Slide


Random Articles

XHTML Image Mapper
Space Shooter Game
8 Ball Pool
Picture Puzzle
Handwriter Effect
12 Hour Clock with Hands


Links

Foundation-Flash
Tutorial4Me
MickM
TutorialQuest
Tutorialsphere.com - Free Online Tutorials
Newgrounds
TWiT
Link to SwfSpot
Swf Spot



rss feed

Photo Reel

Photo Reel
AddThis Social Bookmark Button
Description: Display your photos with a sliding reel
Author: John Bezanis
Added: June 18th 2008
Version: Flash 8
Total Views: 2539
Views in the Past 7 Days: 219


This applet grabs images using an xml file and displays them in a photo reel form, with a slider that reacts to the mouse's y position. Each image is shown as a thumbnail on the reel, and a seperate image can be used as the thumbnail. A caption for each image is shown as well.
Example html code for the applet:
<object data="47-photoreel.swf?xmlfile=photoreel.xml" type="application/x-shockwave-flash" width="550" height="320">
<param name="movie" value="47-photoreel.swf?xmlfile=photoreel.xml"/>
</object>
You can add the code <param name="wmode" value="transparent"/> just before </object> to make the background color transparent.
Example format for the xml file:
<?xml version="1.0"?>
<images>
<image><thumb>http://www.somesite.com/image1thumb.gif</thumb><caption>Caption for Pic 1</caption><pic>http://www.somesite.com/image1.jpg</pic></image>
<image><thumb>http://www.somesite.com/image2thumb.png</thumb><caption>Caption for Pic 2</caption><pic>http://www.somesite.com/image2.gif</pic></image>
<image><thumb>http://www.somesite.com/image3thumb.jpg</thumb><caption>Caption for Pic 3</caption><pic>http://www.somesite.com/image3.png</pic></image>
</images>


The source code, built swf, and demo xml file are available below:

Download the Source File
Download the Built swf File
Download the Example xml File
Questions and Suggestions
Just looking for Flash navigations tutorials..
July 13th 2008 03:07AM   -   karee
It's amazing!!! I was looking for that for long time!!! Thank you!!!!!!!!
July 26th 2008 18:07PM   -   Natalia
download option not good images and xml not comming
July 28th 2008 14:07PM   -   ramana
This isn't working for me. :(
August 21st 2008 08:08AM   -   Eve
thank for your flash download
August 23rd 2008 21:08PM   -   zalmin
Add a Question or Suggestion
name:
website (optional):
captcha type the characters into the box
message (5000 characters or less):