PDA

View Full Version : Displaying Search result in MX(hyerlinked)


djnbh
01-15-2003, 12:03 AM
Hi, I am surrently working on a class project using FLASH MX, PHP and MySQL to generate auctioning site(text Book). and I was wondering if there is a way to display item list page something like this,
http://listings.ebay.com/pool2/plistings/list/all/category14310/index.html?from=R4

Any help would be appricated.

Thanks

jimburton
01-15-2003, 02:42 PM
it would be best to use a component - the simple mm listbox could be sufficient or you could get a more complex one that would display images & stuff - there is one such (table component) on the excellent http://www.sephiroth.it/, or have a look through www.flashcomponents.net for more ideas

freddycodes
01-16-2003, 08:40 PM
Its actually quite easy to do. This may not be exactly waht you need, but it should get you going. It uses PHP, XML and a MySQL database along with Flash MX.

Working sample (try searching for basic words like "and" "Lipsum" "belief", because its pretty much all latin text.)
http://www.irq11.com/~louie/mx/searchDB/search.html

Source:
http://www.irq11.com/~louie/mx/searchDB/searchDB.zip


Also I have a dataGrid component I have been working on for a while. If you want to try and incorporate it just let me know.

http://shtreasures.com/LouieSimps/apps/dataViewer/

djnbh
01-16-2003, 08:55 PM
Hi freddy, thanks for the example. I would like to use our datadrid component.

Where can I download the component?

Also., how would you have assorted amount of data being loaded to each page?

freddycodes
01-16-2003, 08:59 PM
On which the datagrid or the search example? The datagrid is not quite a component yet, I haven't been working on it for awhile. Both have a variable in the first frame of the movie thatsets how many records to show per page.

Like I said though the datagrid is far from finished and comes with no support or anything like that.
http://www.shtreasures.com/LouieSimps/apps/dataViewer/dataViewer.zip