[Flashcoders] loading thumbnails into a scrollable box via AS

2006-12-12 Thread Mike Dunlop
Hi folks, This is my first go at something like this in flash. I need to, write some actionscript that will read in (from an xml file) a collection of thumbnails. I need to basically have these thumbnails show up in a scrollable pane all spaced evenly. I've seen this done on many flash sites so

RE: [Flashcoders] loading thumbnails into a scrollable box via AS

2006-12-12 Thread Holth, Daniel C.
PROTECTED] Behalf Of Mike Dunlop Sent: Tuesday, December 12, 2006 1:43 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] loading thumbnails into a scrollable box via AS Hi folks, This is my first go at something like this in flash. I need to, write some actionscript that will read

RE: [Flashcoders] loading thumbnails into a scrollable box via AS

2006-12-12 Thread Steven Sacks | BLITZ
First, break it up into different pieces. The first piece is the XML parsing, the second piece is drawing the thumbnails, and the third piece is scrolling the thumbnails. I'll leave the XML parsing out of this and focus on drawing the thumbnails. Here's the most straightforward way to do this.

RE: [Flashcoders] loading thumbnails into a scrollable box via AS

2006-12-12 Thread Mike Dunlop
Wow!! Steven, thanx so much!! I will give this a shot and let you know how it worked out. Thanks again for taking the time to write all this out :) Best, Mike D ... Mike Dunlop // Droplab [ e ] [EMAIL PROTECTED] First, break it up into different pieces. The first piece is

Re: [Flashcoders] loading thumbnails into a scrollable box via AS

2006-12-12 Thread Count Schemula
On 12/12/06, Steven Sacks | BLITZ [EMAIL PROTECTED] wrote: Here's the most straightforward way to do this. We could do it all with code but let's mix it up a little since it's your first time. Nice post. Thanks. -- count_schemula ___

Re: [Flashcoders] loading thumbnails into a scrollable box via AS

2006-12-12 Thread Van Tuck
I am getting ready to do something similar - that saved me some trial and error - thx :) V Van R Tuck Director of Web Development Cause Design Group 1519 Stanford Street Suite 6 Santa Monica, CA 90404 t: 310.430.5369 www.causedesigngroup.com On Dec 12, 2006, at 12:59 PM, Steven

Re: [Flashcoders] loading thumbnails into a scrollable box via AS

2006-12-12 Thread Micky Hulse
Steven Sacks | BLITZ wrote: First, break it up into different pieces. The first piece is the XML parsing, the second piece is drawing the thumbnails, and the third piece is scrolling the thumbnails. ...snip... Thanks Steven for the post/tutorial/example, great info. :) Cheers, M --

RE: [Flashcoders] loading thumbnails into a scrollable box via AS

2006-12-12 Thread Jim Robson
/etc/flashcoders/scroller_in_accordion/scroller_in_ac cordion.zip -Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Dunlop Sent: Tuesday, December 12, 2006 4:05 PM To: Flashcoders mailing list Subject: RE: [Flashcoders] loading thumbnails

Re: [Flashcoders] loading thumbnails into a scrollable box via AS

2006-12-12 Thread Mike Dunlop
: [Flashcoders] loading thumbnails into a scrollable box via AS Wow!! Steven, thanx so much!! I will give this a shot and let you know how it worked out. Thanks again for taking the time to write all this out :) Best, Mike D ... Mike Dunlop // Droplab [ e ] [EMAIL