PDA

View Full Version : Search engine


Minea
10-03-2002, 10:11 AM
Hello!

I'm a bit of a beginner in the Flash world... I'm supposed to make a photobank with Flash MX. The data is in a xml-document. I just don't know how to make a search engine in Flash so that the user can search the pictures with keywords.

Could somebody help me with this? Thank you :).

-Minea

Jesse
10-04-2002, 05:28 AM
Best idea would be to create an array of picture names (Arrays tutorial) then use a loop (Scripted Loops tute) to check if the keyword is in the array ( String.indexOf or some other method).