I have a series of images saved on a database. I got an application that will allow me to search the database and view the images, this was written by someone else and i beleive is in javaS.
Now when an image is chosen a particular image ID (name) associated with the image is loaded into the flash text box.
So when this text box get a value, i need flash to open a url.
this is what i need to know how to do
Store the URL’s inside an Array and depending on which image is chosen, tell flash to open the URL. If you can get it to display the name of the pic depending on which one is selected, then i cant see why you are having problems.