PDA

View Full Version : asp/flash integration



heartless
July 30th, 2006, 07:55 PM
i'm stumped.

i used this tutorial (http://www.webwizguide.com/asp/tutorials/connecting_to_a_database.asp) to build a guestbook with asp and an access database, and also to add/edit/delete entries. i'd like to display the entries on a flash page, so i did THIS tutorial (http://www.dmxzone.com/ShowDetail.asp?NewsId=2002).. i think the data is loading, but not displaying.

anyways.. does anybody have a good solution to getting the data to display from the asp code to the flash? or at least, maybe a little insight?

buginajar
July 30th, 2006, 08:01 PM
What I would do is have the asp page do the access query, and then output the results to xml format on the page. Once you have the asp spitting out xml, have flash grab that data and display accordingly.

heartless
August 1st, 2006, 01:08 PM
thank you, that works out great!