Home » questions » How can i make a saerch engine in flash 8 which can link the key words to a txt file the key word is

How can i make a saerch engine in flash 8 which can link the key words to a txt file the key word is

2006-08-02 16:28:09, Category: Programming & Design
I want it very soon if u know flash 8 very well plz help me ... i want to make a seach engine which can search the key words and after that the found key word link to a txt file. but it must search the files in hard disk not over the internet.

Answers

  1. jacinablackbox

    On 2006-08-03 13:56:11


    If this is for your PC, I recommend downloading a desktop search tool like Copernic Desktop Search (http://www.copernic.com). I think Flash is excessively sandboxed to perform such a task. It would require the ability to read files from disk, and then ShellExecute a file when the user clicks on it. I'm not sure functions for those tasks are available in Flash. If this is for the web, you could try kludging it into Flash or JavaScript by preindexing it using a separate program that you write, then stuffing that data into the Flash/JavaScript. A better solution would be to use a CGI script.