all groups > macromedia flash flash remoting > march 2004 >
You're in the

macromedia flash flash remoting

group:

flash/coldfusion


flash/coldfusion macca242424
3/23/2004 5:43:24 PM
macromedia flash flash remoting: i am calling items from a database into a list box in flash, which lists every
item in the database.
i want to change this so when a user clicks a specific button in the preovious
cfm page it displays only a selection of items in the flash list box.

i can get it to work in cfm but i really want to use a bit of flash

is there a way of doin this
Re: flash/coldfusion Pete
4/9/2004 12:55:12 AM
You could set "Flash.Pagesize" in your coldfusion based service so that the
client would only receive the first page of data. You could then either let
the list box automatically request more data as the user interacts with the
UI, or you could use other events to tell the recordset to fetch more
data...

Alternatively, you could refine your query to take an input argument from
the client to only return a subset of data at a time.


[quoted text, click to view]

AddThis Social Bookmark Button