That would be much better, but I couldn't figure out how to change the layout.
IE I'm using 4, because I can then map each one to a mx:Hbox, or an mx:Vbox. How would you split the array into the 'directions' for display? --- In [email protected], "Howard Fore" <[EMAIL PROTECTED]> wrote: > > Why not just use one array and number the seats all the way around the > square? > > On Mon, Aug 18, 2008 at 8:39 AM, smccran <[EMAIL PROTECTED]> wrote: > > > Hi all, > > > > I'm trying to produce a booking form, where users can select their > > seat. The seats are laid out in a square. I'm currently doing this > > with 4 arrays, one for each side of the square. This is proving very > > complicated tho, as I have a remote object from a cfc returning the > > results from all 4 arrays, and its proving a nightmare to map the > > results back to the images? (full code below. > > > > Anyone have any thoughts on how they would approach this? > > > > > > -- > Howard Fore, [EMAIL PROTECTED] > "The universe tends toward maximum irony. Don't push it." - Jeff Atwood >

