Yo,
Is it possible to make a search bar in Flash, so when a user puts in a word, it searches for the file. I want to do this on an image gallery to allow users to search for images.
Could i do it using this AS:
on (release) {
if (search eq “somthing-to-search”) {
gotoAndPlay(55);
}
Thanks