Web Design Forum: Flash Slideshow - Web Design Forum

Jump to content

WDF
WDF Premium Memberships Reseller Hosting
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Flash Slideshow Rate Topic: -----

#1 User is offline   GAR-E 

  • Dedicated Member
  • PipPip
  • Group: Members
  • Posts: 150
  • Joined: 30-July 08
  • Reputation: 1
  • Gender:Male
  • Location:Ireland
  • Experience:Beginner
  • Area of Expertise:Web Designer

Posted 09 September 2008 - 10:09 AM

Hi all,

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
0

#2 User is offline   Eskymo 

  • Web Guru
  • PipPipPipPipPip
  • View gallery
  • Group: Members
  • Posts: 2,437
  • Joined: 05-September 06
  • Reputation: 36
  • Gender:Female
  • Location:Fife, Scotland, UK
  • Experience:Advanced
  • Area of Expertise:Web Designer

Posted 09 September 2008 - 11:46 AM

I use flash relief thumb gallery _ you have the option of showing thumbnail images or just numbers and can also position to the left or right of the large image or above or below.

It's very easy to set up and use. you can play around with it here
0

#3 User is offline   Roberto 

  • Rain Dog
  • PipPipPipPip
  • Group: Members
  • Posts: 532
  • Joined: 19-August 07
  • Reputation: 2
  • Gender:Male
  • Location:Suffolk
  • Experience:Intermediate
  • Area of Expertise:Coder

Posted 09 September 2008 - 11:47 AM

Hello

Which version of Flash will you be using?

Rob
0

#4 User is offline   GAR-E 

  • Dedicated Member
  • PipPip
  • Group: Members
  • Posts: 150
  • Joined: 30-July 08
  • Reputation: 1
  • Gender:Male
  • Location:Ireland
  • Experience:Beginner
  • Area of Expertise:Web Designer

Posted 09 September 2008 - 12:52 PM

View PostRoberto, on Sep 9 2008, 12:47, said:

Hello

Which version of Flash will you be using?

Rob



Hi Rob,

I'll be using Flash CS3. (I am just a beginner using this software)|
0

#5 User is offline   Roberto 

  • Rain Dog
  • PipPipPipPip
  • Group: Members
  • Posts: 532
  • Joined: 19-August 07
  • Reputation: 2
  • Gender:Male
  • Location:Suffolk
  • Experience:Intermediate
  • Area of Expertise:Coder

Posted 09 September 2008 - 01:42 PM

Hello

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
0

#6 User is offline   JonathanPadhiar 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 23
  • Joined: 13-May 08
  • Reputation: 0
  • Gender:Male
  • Location:Leicester
  • Experience:Web Guru
  • Area of Expertise:Designer

Posted 09 September 2008 - 01:50 PM

I know exaclty what you mean. Have a look at http://www.airtighti...m/simpleviewer/ . Hope it helps
0

#7 User is offline   GAR-E 

  • Dedicated Member
  • PipPip
  • Group: Members
  • Posts: 150
  • Joined: 30-July 08
  • Reputation: 1
  • Gender:Male
  • Location:Ireland
  • Experience:Beginner
  • Area of Expertise:Web Designer

Posted 09 September 2008 - 04:19 PM

View PostRoberto, on Sep 9 2008, 14:42, said:

Hello

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)


0

#8 User is offline   Lenin 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 09-September 08
  • Reputation: 0
  • Experience:Nothing
  • Area of Expertise:Designer

Posted 09 September 2008 - 05:04 PM

Hi friends this site is regarding How do i do that...
means one can find a way to process or continue their works without a break.
0

#9 User is offline   Roberto 

  • Rain Dog
  • PipPipPipPip
  • Group: Members
  • Posts: 532
  • Joined: 19-August 07
  • Reputation: 2
  • Gender:Male
  • Location:Suffolk
  • Experience:Intermediate
  • Area of Expertise:Coder

Posted 09 September 2008 - 06:47 PM

Hello

Shouldn't be a problem. Will do it tomorrow.


Rob
0

#10 User is offline   Roberto 

  • Rain Dog
  • PipPipPipPip
  • Group: Members
  • Posts: 532
  • Joined: 19-August 07
  • Reputation: 2
  • Gender:Male
  • Location:Suffolk
  • Experience:Intermediate
  • Area of Expertise:Coder

Posted 10 September 2008 - 12:04 PM

Hello

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)

  • Attached File  photo.zip (47.24K)
    Number of downloads: 4

0

#11 User is offline   ITlocal 

  • Dedicated Member
  • PipPip
  • Group: Members
  • Posts: 186
  • Joined: 12-August 08
  • Reputation: 0
  • Location:Norwich, UK
  • Experience:Intermediate
  • Area of Expertise:Entrepreneur

Posted 10 September 2008 - 12:09 PM

personally i would use css litebox or similar. Then you are not going to run into problems if people do not have flash installed as it is js based if my memory serves me correct
0

#12 User is offline   GAR-E 

  • Dedicated Member
  • PipPip
  • Group: Members
  • Posts: 150
  • Joined: 30-July 08
  • Reputation: 1
  • Gender:Male
  • Location:Ireland
  • Experience:Beginner
  • Area of Expertise:Web Designer

Posted 10 September 2008 - 02:25 PM

Hi Rob,

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.
0

#13 User is offline   Roberto 

  • Rain Dog
  • PipPipPipPip
  • Group: Members
  • Posts: 532
  • Joined: 19-August 07
  • Reputation: 2
  • Gender:Male
  • Location:Suffolk
  • Experience:Intermediate
  • Area of Expertise:Coder

Posted 10 September 2008 - 02:40 PM

That sounds like an xml problem - make sure all your images are linked correctly & that there are no entries in the xml to images that don't exist. Also make sure that the photolist tag is closed </photolist> and that the photos tag is closed
<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
0

#14 User is offline   GAR-E 

  • Dedicated Member
  • PipPip
  • Group: Members
  • Posts: 150
  • Joined: 30-July 08
  • Reputation: 1
  • Gender:Male
  • Location:Ireland
  • Experience:Beginner
  • Area of Expertise:Web Designer

Posted 11 September 2008 - 12:14 PM

Hi,

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.
0

#15 User is offline   GAR-E 

  • Dedicated Member
  • PipPip
  • Group: Members
  • Posts: 150
  • Joined: 30-July 08
  • Reputation: 1
  • Gender:Male
  • Location:Ireland
  • Experience:Beginner
  • Area of Expertise:Web Designer

Posted 12 September 2008 - 02:16 PM

Exterior.html working apart from the right hand side of the image missing

Attached File(s)


0

#16 User is offline   GAR-E 

  • Dedicated Member
  • PipPip
  • Group: Members
  • Posts: 150
  • Joined: 30-July 08
  • Reputation: 1
  • Gender:Male
  • Location:Ireland
  • Experience:Beginner
  • Area of Expertise:Web Designer

Posted 12 September 2008 - 04:01 PM

New files with flash moive size changed!!

Attached File(s)


0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users