Flash Slideshow
#1
Posted 09 September 2008 - 10:09 AM
I'm currently working on our company website.
I have to add a portfolio to the site.
i've been checking online & found aload of flash slideshows. but they all have too much going on.
All I want is a large window and below it a list of numbers. When you click on the number an image appears in the large box above.
Does anyone have any idea where I could find something like this?
Thanks in advance.
GAR-E
#2
Posted 09 September 2008 - 11:46 AM
It's very easy to set up and use. you can play around with it here
#5
Posted 09 September 2008 - 01:42 PM
What dimensions do you want the movie to be/max photo size?
Do you have an image to show how you want it to look?Font?Color?
I can try and knock something up later.
Rob
#6
Posted 09 September 2008 - 01:50 PM
#7
Posted 09 September 2008 - 04:19 PM
Roberto, on Sep 9 2008, 14:42, said:
What dimensions do you want the movie to be/max photo size?
Do you have an image to show how you want it to look?Font?Color?
I can try and knock something up later.
Rob
Hi Rob
I've attached a scrren shot of my web site layout.
The Flash slideshow is very plain with just the image at the top and the numbers below.
I hope this helps.
GAR-E
Attached File(s)
-
Roberto.jpg (467.83K)
Number of downloads: 10
#8
Posted 09 September 2008 - 05:04 PM
means one can find a way to process or continue their works without a break.
#10
Posted 10 September 2008 - 12:04 PM
The attachment shows a way of doing this using flash + xml -
<photos pname="images/pic1.jpg" />
You add more pictures by adding more photos tags to photolist.xml <photos pname="someFolder/somePicture.jpg" />
The action script is set up to work with any sized stage, but you will need to position the previous/next text boxes because the script uses them to position the numbers. They are postioned 10px from the bottom + side edges. The next text box needs to be in that position because the script needs to know what space is available for the numbers. The next text box will be repositioned in the script.
For the height of your movie, I would have 10px(border) + maxPhoto height + 10px + height of font + 10px.
On line 20( var minSpace:Number = 8;) a value is set, which is the largest space that is allowed between the numbers. Change this alter the number spacing - If you are using a lot of photos, the space between the numbers will automatically get smaller.
You can adjust the font style/size/color by double clicking on numberLink/previous/next in the Library->double click the textbox + adjust it in the properties panel. After any adjustment click on Align vertical centre in the Align panel.
The preloader is just a simple movieClip that is removed when the pictures have loaded. To replace this movieclip with a fancy one - delete the movieclip from the preloader layer -> add the new movieclip + give it the instance name of pre_mc in the properties panel.
Let us know if you need anything changed/explained.
Rob
Attached File(s)
-
photo.zip (47.24K)
Number of downloads: 4
#11
Posted 10 September 2008 - 12:09 PM
#12
Posted 10 September 2008 - 02:25 PM
Thanks for our expertise!!
as with all these kind of things I have a problem, when I try to put different images into the sldieshow, it works fine for 2/3 images but when I add a fourth all i get is the loader symbol which keeps going round and round without the images everloading in.
The file sizes are all around the 30KB mark.
#13
Posted 10 September 2008 - 02:40 PM
<photos />
<photoslist>
<photos pname="images/pic1.jpg" />
</photolist>
In the above case the images folder is in the same folder as your html that the flash movie is embedded in + pic1.jpg is in the images folder.
If you open up the fla in Flash after checking the xml + select Control-> Test Movie. Let me know what errors you get. You can also use Test Movie to simulate a download - at the top of the Flash Player click on View -> Simulate DownLoad. You can also choose Download settings from the View menu.
If your having no luck, you can post or PM me what youv'e got so far.
Rob
#14
Posted 11 September 2008 - 12:14 PM
Please see upload for work done so far.
I now need the flash moive to appear on the home page when you click on the menu button.
#15
Posted 12 September 2008 - 02:16 PM
Attached File(s)
-
Roberto.zip (1.11MB)
Number of downloads: 1
#16
Posted 12 September 2008 - 04:01 PM
Attached File(s)
-
Roberto.zip (1.1MB)
Number of downloads: 1
Help



















