csiwa28
Programmer
- Apr 12, 2001
- 177
I'm using Flash to create a website and I'm integrating ASP with it and I'm also using an MS Access Database. The database contains a bunch of names. As of right now, I can do all the work in ASP (retrieve and read from the database and format the output) and display the results in a scrolling textbox in Flash. Now what I want to do is after each result, display an image and each image has its own dynamic anchor tag (e.g. test.asp?1,test.asp?2 ,test.asp?3 ). I've done this before in ASP, but it doesn't seem to work when I want to display the output in that scrolling textbox. Does anyone have any ideas?