;

PDA

Click to See Complete Forum and Search --> : Need Code For Search Function


dadgonemad
08-24-2009, 11:02 AM
I want to make a search button on my site. I have a bunch of pdf files in a specific location on my site. I want to create a search field where the end user inputs text into a field and flash locates and opens the corresponding pdf file. Am I in over my head????

sstalder
08-24-2009, 11:18 AM
Flash can't do this search. You would have to search the files with a server side language (i.e. PHP, .NET).