Hello everyone! :?)
I’d like to know if anyone has a clue about this:
I have a flash site that is database driven (so all the content is dynamic via asp files connecting to the db).
This site has a search engine that can search info in the database and gathers the results in flash. The search can be done in 4 categories (or all at the same time).
What I want to do now is create a little flash file (search engine part) that could be placed in any site. What I need to happen is the following:
- user searches an item with this external flash file.
- search engine file sends data to DB (asp).
- ASP opens a window with the real full flash site and , loads search and goes to the section in the site that displays the results.
Search->ASP->flash site
[COLOR=Red]the question is…[/COLOR]
how can you load the search information (variables) that the user enters into the flash site? does the little searching flash file have to be in the same server or not?
thank you…hope this is clear enough. :sen: