Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash








Search Engine To Retrieve Our Old Friends In A DB


I have posted this on other forums but I want to have the maximum chances to solve my problem.

I am facing a challenge which deadline is May 15.

Goal is to build in Flash a search engine able to retrieve in a MySQL DB a student amongst the students present in my School over a period of five years. I have also exported the DB in XML which results in a 350K File, just to say that I am not stuck with MySQL and that I can contemplate an XML driven solution.

The DB is filled with almost 700 Entries in a Table which Fields are: ID, lastName, firstName, promo (French equivalent of "class of"), joining (year the student join the promo-"class of"), street, city, postalCode ("ZIP" code), country, phone, email, webSite, notes.

In my FLA, I have already created the two mandatory Input Fields [ 'sLastName', variable 'nom' (which means Last Name in French) and 'sFirstName', variable 'prenom' (which means First Name in French). Two Input Fields are necessary to differentiate brothers having the same Last Name...

I have also created the Dynamic Fields to receive the pertinent informations found in the DB. These Fields have the very same Names as the DB Fields. Variable names for their content are not yet assigned (are they necessary?).

I know how to load the XML, but no more :-(((

In FlashMX ActionScript, what I don't know (and understand despite the numerous search I made in many tutorials) is how to ask the DB for the two Input Fields content and if they are found in the DB how to pass them (with ALL the above mentioned associated Fields content) to the SWF and display them in the appropriate Dynamic Fields).

You can see the UI at <http://www.germaris.com/aet_login/list/aet_list.swf>.
The bottom search button is here to perform a search by "class of" (field 'Promo' can only receive numerals YYYY).

I thank you in advance for any provided help (code code code !!!).
Kindest regards and have very nice Day!




FlashKit > Flash Help > Flash ActionScript
Posted on: 04-14-2004, 10:45 AM


View Complete Forum Thread with Replies

Sponsored Links:

Search Engine -user Can Search His Pictures With Keywords- HELP
I was reading about search engines and I came across a post. Being fairly new to flash I do not know how to develop this. I have a client who owns a small furniture store. I am setting up his site. He wants it to be all flash based. He has about 300 pictures of his products.I need to make a search engine in Flash so that the user can search his pictures with keywords. I read a suggestion that would fit my needs- create an array of picture names then use a loop to check if the keyword is in the array. I have been going through tutorials with no luck- can someone please help. Maybe start the code the person is talking about so I can just expand on that.

View Replies !    View Related
How To Build A Search Engine To Search Ur Own Flash Site?
Hey its Stuart here again.
How do you build a search engine to search ur own flash site?
Do you guys have any links?

View Replies !    View Related
How To Build A Search Engine To Search Ur Own Flash Site?
Hey its Stuart here again.
How do you build a search engine to search ur own flash site?
Do you guys have any links?

View Replies !    View Related
[F8] Scripting An Xml Search & Retrieve
What I'm trying to do is load some XML, then search it from top to bottom, stopping on a state that I choose - Montana, in this example - and populate a few dynamic textboxes with the data I find there. Below is my attempt at the actionscript but this is a bit out of my league! I can't make it work. I'm sure this is easy for y'all, but my boss will kill me if I spend another day on this!
code:
peoplexml = new XML();
peoplexml.load("contacts/states.xml");
peoplexml.onLoad = loadXML;
peoplexml.ignoreWhite = 1;

function loadXML(loaded) {
if (loaded) {
var mainnode:XMLNode = peoplexml.firstChild;
var peoplenodes:Array = peoplexml.firstChild.childNodes;
for (var i:Number = 0; i < peoplenodes.length; i++) {
var personnode:XMLNode = peoplenodes[i];
if (mainnode:XMLNode = "montana") {
my_function();
}
}
}
else {
trace('error reading XML');
}
}

function my_function() {
sdm.text = personnode[i].attributes.name;
email.text = personnode[i].attributes.email;
phone.text = personnode[i].attributes.phone;
}




My XML file that is broken up by states like this:
code:
<wyoming>
<sdm name="Joe Schmo"
phone="123-1235"
email="joe@123.com">
</sdm>
</wyoming>
<montana>
<sdm name="Brenda Daniels"
phone="123-1236"
email="daniels@us.costa.it">
</sdm>
</montana>


Thanks for taking a look...

View Replies !    View Related
Search Engine
I putting in a section where I need alot of links to be grouped together by the person imputing a word. I was if flash can be set up so it can be a mini search engine.
I hope you understand the question.

View Replies !    View Related
Search Engine Help
I'm trying to get my flash site picked up by a search engine.
I'm aware that I have to make <meta tags with keywords in them for search engines to pick up the site in notepad html. I'm just wondering whether it's the same for flash. Do I just add the tags and keywords into the published html file? Could someone please advise me. Many thanks in advance.

View Replies !    View Related
Search Engine
Dear Guys,
Can anyone help a novice on how to put search engine capabilities in Dreamweaver, or web page period, and does this cost money. Also, I would like to put a confirmation page that I want to come after a user enters information in a form. Does anyone know how to do this with Dreamweaver?
I'de appreciate all the help I can get?
sames

View Replies !    View Related
Search Engine
This is a very open ended question...I am lacking a search engine for my Flash-based web site. I need to be able to search for inventory on the site. Is there a way to incorporate a search engine in Flash and can someone steer me in a direction that would be where I would start from please.


Thanks to all of you.

View Replies !    View Related
Search Engine
I am making a data CD using Flash 5.0 and Frontpage.
Is there anyway to creat a keyword search engine to search just the information in the CD.

Thanks.

View Replies !    View Related
Search Engine
I have a large image gallery that is simply organized in a folder structure in Win2k. Is it possible to create a search engine and Flash interface so that I can search for an image using keywords and have the thumbnails come up in in the interface. I guess the question I'm asking is-is it possible to create an image browser using flash?
Thanks
Andy

View Replies !    View Related
Is This A Possible Search-engine?
Hi all, need some thoughts on this one before I begin...

Let's say I have a flashmovie with 400 different brands, each brand has there own page (frame) in my flashmovie to show contactaddress etc.

That means a lot of frames and work ;-)

Now if that is finished and I'd labeled all frames with the corresponding brandname, can I make a simple search-engine for that? I am thinking about a inputfield where you could type a brandname, and then in actionscript a GotoAndPlay action that will use the variablename of the textfield to jump to the right frame?

Will it work? Or will it crash because of too many frames/labels?

I cannot find something similar, and don't have any experience with real database files etc.

Hope to get some tips about if it's a good (enough) way or maybe suggestions for a better one! Thanks.

View Replies !    View Related
Search Engine
hi evrybody,

I'm having problems with my search engine.

I created this search engine in Flash in the header of the site that comunicate with the "Html" site that seen beneath.

The site shows 2 languages: English & Hebrew.

When i'm searching a word in English it works perfect. The word i have written is found/notfound by the "Html" site.
The problem starts when i'm clicking the search word in Hebrew. In the search engine field the Hebrew letters are shown correctly. But after i click on the search button the "Html" site replays in jibrish letters! ( "The word &^%@(*& is not found").

this is the code i worte:

}
on (release, keyPress "<Enter>") {
getURL("http://www.wingate.org.il/site/he/wingate.asp", "", "GET");
}

Is it connected to "GET" or "POST"? Is the server type influence it?
Any help at evry direction will help me.

Thanks ahead

View Replies !    View Related
Search Engine
does any one knows how to set a search engine to search strings with in flash?

View Replies !    View Related
Search Engine, How Too?
im having problems getting my website to work on any search engine

im using Flash.5

Uploading using Microsoft Frontpage

i need my site to be advertised for free on any search engine??

do you know of a free search engine and how to make a flash website show up on the search???

View Replies !    View Related
Search Engine
Hi m8, me again...hard one now..

How can i make a basic search engine that looks inside the frames of a mc for the key word?

I have a movie clip with lots of frames, and inside those, i have static text fields... i wish that when the word is found, it duplicates the movie clip and direct it to the frame that has that word..is that possible?

View Replies !    View Related
Search Engine
Hi ... i designed a site using flash and i added a Search Engine text field , that i want it to make an External search (by google,msn... or any thing) NOT search inside the site.

So i only made up the design and makes the text field as Dynamic text ... and i dont know how to continue using action and stuff

need your help Guys .

View Replies !    View Related
Search Engine Help
Hi guys (and girls)

I kep hearing that flash is bad just because search engines are unable to list flash sites.

Is there any good tips of getting a flash site "listed" by search engines?

LEROY

View Replies !    View Related
Search Engine SDK
-whats the deal with this?
-who is currently using it?
-why isn't everyone using it?

EDIT:sorry i didn't see some older posts... in any case, if there is software why aren't people using it?

View Replies !    View Related
Search Engine Help
hi, i was just talking to someone who said that google etc search engines cant read flash! is this true? how can i have my full flash site on google then?

thanks.

View Replies !    View Related
Search Engine
Someone told me that apart from Meta tags, there are other ways to appear higher up in the search engines. However this can't be done using Flash only HTML. Is this true?

View Replies !    View Related
Search Engine
pls help me....

i have a unicoded txt file:

row1 row2 row3 row4
1234653 hdgshs 12 cfhfdh56
9483634 eifned we fgd456
8373642 dfsddf sd dfdfdf
343434 dsddsd 56 454dsf
343434 sdsdsd df dsfsd4
3434343 sdsdds 65 56ffhh

how can make a search for this txt file, and run in flash. (like data base engine).
do i need a script for this or an external application that link to run the search engine in flash.

thanks

View Replies !    View Related
XML Search Engine
Hi I have seen an example of a xml based search engine here at flashkit, see: http://www.flashkit.com/movies/Scrip...2793/index.php

I would like to do a small configuration in this script but I can't seem to get it to work. When I run the search and if there are matches then I want the title to become a link.

Please follow the link above to see the xml document.

Hope someone can help. Thanks

View Replies !    View Related
Search Engine
i am a total noob i posted before for help on a search engine on that i found on this site, anyway no one seem to know how to do it so could anyone point me to a website that could tell me how to do one nothing fancy just to read a xml file like the one i had off this site but bring the results up in a link format.

i really need one so plz help me thx for your time

View Replies !    View Related
Search Engine
I have created a flash website and I was wondering is it possible for me to add a search engine to my site so people can search the web from my site? I have a very good search engine that I use on an html site, is there someway to use that same one on my flash site?

Thanks for any help...

View Replies !    View Related
Search Engine Help
the search is working however when i insert dictionary1.xml file it could't work.


dictionary1.xml

flash file working xml

View Replies !    View Related
Search Engine
i'm using flash 5 but getting mx soon

just want to know if it's possible to do a basic product type search engine for my site

and how easy is it to do

rat

View Replies !    View Related
Search Engine
Hey all,
Does anyone know how to create a search engine in flash. Better yet does anone know where a good tutorial can be found. I appreciate the help

View Replies !    View Related
Search Engine Help..
HI Flash folks,

Could someone out there help me out.
I've made a splash html page to start my flash site. I've been told that the spiders from the search engines can not read a flash file so thats why I'm using a html page to start. Is this right?.
I've listed the index splash page to Google about 3 weeks now and still it does not show on the listings. What i'm i doing wrong?.
Could you look through the source file on the splash page and see if or where I'm going wrong...

http://doglocationdatabase.awardspace.co.uk

Thanks for you r help in this matter...

Ivorsmallun...

View Replies !    View Related
More About Search Engine
another question about search engines in flash... Could you drop an existing search engine like Google into flash and have it reference PDF files that are in the flash project? I've searched all over the net and found how flash can do little searches for dynamic text, but i need it to search PDF files and give me instances where the phrases appear, like Google's search results page. I'm going to have around 700 pages in the project, i just need an easy way to search through them via words or phrases.

View Replies !    View Related
Search Engine For My .swf
does anyone know how to create a search engine in flash? i am using flash 8. I want to be able to let users search my 'pages'. (none of it is external text) thank you for your help, thank you thank you!

View Replies !    View Related
Search Engine
Hi,

Thank you for being on FK. Willing to create a database on my site, I would be very grateful if somebody could help me to create a search engine tool for finding books in my personal library of my website.

Is there a link who might be a source of inspiration, pointing to a search enging with specific criteria like : name of the auhtor, type of book, year of publiction, themes (medecine, sport, literature...) ?

I hope you'll help me with my first posting !

Thank you in advance for your kind reply.

All the best,

(with Flash-CS3)

View Replies !    View Related
[cs3] Search Engine ?
Hello everyone i am new in here and hope to learn alot !!!

I have a initial question for you guys.

Is there a way to create a search engine for a flash website ? we are developing a wbesite all flash ! but we would like to have the option of search for our products based on a keyword assigned to them.

If this is possible please let me know.

thank you in advance !!

Best Ragards

Angie. G

View Replies !    View Related
Search Engine
Hi,

I am trying to find out if there is a way to make a simple search engine on my website like a yahoo but not as complexed and indepth. Is it possible to do in flash 8 if not can you direct me to the right place and a tutorial.

Thanks a lot.

View Replies !    View Related
Search Engine
What is the best way to put a search engine onto flash?? i need the results from the search to link onto other frames. Any ideas???

View Replies !    View Related
XML Search Engine
I would like to know if there is a way to build a search engine inside a flash website which is looking through all the content of an XML file that was successfully loaded

View Replies !    View Related
Search Engine
http://www.ubi.com/US/Games/Search.aspx?plTag=psp
i wanna make this kind of search engine in my project.
but i wanna it do in flash
after i choose several choices then press GO,it will load others movieclip come in.
can it be possible?
how?
any tutorial to doing this kind of search?

View Replies !    View Related
Search Engine For A CD-ROM
I am about to take on a project to make a search engine with Flash for a CD-ROM. My logic is to have the index compiled into an xml file that flash can then query. Does this seem like a good plan? is there a tutorial anywhere out there for me to follow?

View Replies !    View Related
Search Engine
I am using Flash MX 2004 to make my eBook. I want to have a search engine inside the eBook. However, i don't know how to make it.

Please HELP ME!!!!

View Replies !    View Related
Search Engine SDK Help
Howdy,
I can get the swf2html.exe app to extract text from the sample .swf... but I can't get it to extract text from my own swf files. Is there some setting I must change before I publish a swf file in order for the swf2html app to work correctly? Can the swf not be compressed? Can it not be protected from import? Does the text need to be dynamic? Does the text need to be "selectable"? I just thought it would extract any text, no matter if it is dynamic or static or an input text field (with an initial value).

Thanks!

View Replies !    View Related
Search Engine
I am trying to create a search engine in flash mx and using an xml document to hold the search results. What i want it to do is for the user to enter something into the search field...the results come up and for them to click on a result and it taking them to a new frame or scene! i found a search engine tutorial online which does this, but it the results take u to an external URL not a new frame, and i cant figure out how to alter it to change this!!! any ideas from anyone? The XML document is as follows:


Quote:
<?xml version="1.0" ?>
<bestof url="

View Replies !    View Related
Search Engine Help
I am trying to make a search engine that will take data from an external .xls file and the view it in a static Flash text field. I know how to make a "click here" and load a text document, but i want people to be able to search for a specific text # and it search an xls document and then come back with the row of information. is it possible to do in flash?

View Replies !    View Related
Search Engine
I am trying to create a search engine in flash mx and using an xml document to hold the search results. What i want it to do is for the user to enter something into the search field...the results come up and for them to click on a result and it taking them to a new frame or scene! i found a search engine tutorial online which does this, but it the results take u to an external URL not a new frame, and i cant figure out how to alter it to change this!!! any ideas from anyone? The XML document is as follows:


Quote:
<?xml version="1.0" ?>
<bestof url="

View Replies !    View Related
Search Engine In CD?
Hi.

I have to make a CD with around 400 pages of content. my client wants the ability to type some words in a text field and search within this texts the words. the word found must be highlighted in some way. Pressing next button would go to the next word found...

Is this possible to be done in a CD projector? if not, what another solution for this puzzle?

thx

View Replies !    View Related
Search Engine Help
We are doing a poject , where we r required to search a whole document. The document is in XML...and we want the results to appear in Flash ..this document is very large say , its a medical reference book.. with bot 1200 pages..along with the images too.. could u suggest a third party searchengine to be used or ne kind of search ..we have some but juz wanna make sure
thanx
jAy

View Replies !    View Related
Search Engine
Hi all im looking for a flash based search engine tutorial. Not the atoms thing. Its rubbish. Anyone able to help??

View Replies !    View Related
Search Engine?
Hey everyone....I have a question and anybody who can help I thank you... I am designing a jewlery page and the consumer wants a search engine where you can search through his products according to the diamond type size ect.... Can anyone send me in a path to know how to do this through flash becausse the heart of the page will be done in flash... If not in flash can anyone show me a path pn how to do it at all.... Thank you

Por Boy

View Replies !    View Related
Search Engine Help
Is there any way to make your flash site, to be found by search engines???

any mad ideias would help!!! thanks a lot!!!
cheers

View Replies !    View Related
Search Engine
Im about to start a site for about 40 themes and Im willing to add a search tool... the typical input text field with a "SEARCH" button which will look for the text within all same website files...
I plan to do it in Flash 8. Im not familiar with Data Bases.

Pls refer me to any tutorial which might help or suggest best way to approach.
Thx

View Replies !    View Related
Search Engine
Hi,
I am trying to find out if there is a way to make a simple search engine on my website like a yahoo but not as complexed and indepth. Is it possible to do in flash 8 if not can you direct me to the right place and a tutorial.
Thanks a lot.

View Replies !    View Related
Search Engine In CD?
Hi.

I have to make a CD with around 400 pages of content. my client wants the ability to type some words in a text field and search within this texts the words. the word found must be highlighted in some way. Pressing next button would go to the next word found...

Is this possible to be done in a CD projector? if not, what another solution for this puzzle?

thx

View Replies !    View Related
Search Engine
Hi all im looking for a flash based search engine tutorial. Not the atoms thing. Its rubbish. Anyone able to help??

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved