Job Search Engine In Flash
i want to create a job search engine in flash, do you have any examples or sites where i can refer them????
FlashKit > Flash Help > Flash ActionScript
Posted on: 06-21-2002, 06:11 AM
View Complete Forum Thread with Replies
Sponsored Links:
Search Engine In Flash 5
Hi,
I wish to create a searche engine with flash. My goal is to search in a fixed 292 lines text file for a word. Exemple : I'm typing "vig" and the search engine find a line containing "vignole" then send me a variable containing the word plus 2 others attached variables.
It's for searching a street name then locate on a plan the street requested.
I wish to do this without php or sgbd if possible.
Could someone help me please ?
I don't know if I had to create an array or if I had to make a if then else test which seems to me a bit un-optimized ;-)
Thanks for your response(s)...
View Replies !
View Related
Help With Flash/XML Search Engine.
Hi,
Since my last post I've found some tutorials and I'm now okay with importing XML documents into flash array's and displaying them etc.
I'm now trying to put together a search engine that will search through the keywords of each artile in my XML document.
Can anybody give me any help at all on how to create a flash code that will search for keywords in an XML document and then display the results.
I know it can be done because I've got an example of it, but I'm not very sure how it works.
The file that I have is located at:
http://www.flashkit.com/movies/Scripting/XML/XML_Base-Sean_Car-2793/index.shtml
Thanks for any help.
View Replies !
View Related
FLASH SEARCH ENGINE
hey guys,
just wondering , I want to make a cd-rom in flash that the user can look for key words within the swf files and then flash will display it?? is this possible?? If so how would it display the files??
thanks,
tom
View Replies !
View Related
Search Engine In Flash
I don't know if this is the correct section to post in but here goes. I was wondering if it would be at all possible to do the following.
I want to be able to put a small serach feature into my stand alone flash project without any external input.
I want set a search box in a certain scene and have it so that if a person types in a word from a predefined list it will take them to the proper keyframe with info on that word. Also if the word they type in id not on the list it will go to a keyframe telling them that there is no such word.
Is this even possible to do in flash at all? I am not that great actionscript and in fact I know very little so I am looking for help and or tutorials on this. Really any help would be great.
View Replies !
View Related
Flash Search Engine
Hi flash addicts !
I'm worried about this search thing.
My client wants a search engine into the Flash cdrom im making for him.
But I've not any idea of the for ceate this !!!
Hey, ik somebody can give me a idea, a link to find how, thanks a lot...
Indylana
View Replies !
View Related
Flash (5) And Xml Search Engine
I want to created a serch engine based on xml. i found this tutorial.
i wonder if it is possible to "attach" an action to the search results? ís it possible to jump to a framenumber, framelabel or load in a swf? i hope some can clear things up for me!!!!!
http://www.flashkit.com/movies/Scrip...2793/index.php
greetz,
blaffer
View Replies !
View Related
Flash Search Engine SDK
I have just downloaded the "Flash Search Engine SDK" program from Macromedia and put a SWF file into the folder with all the files. But I can not seem to figure out exactly how to make this work. Does anyone know of a good web site tutorial or better yet have step by step instructions for running the application to export an html document? Any help would be greatly appriciated.
View Replies !
View Related
Search Engine In Flash, Not The Web
I'm creating a "virtual catalogue" if you will in flash 8. There are six catalogues, each having several pages. I need to create a search engine so the user can quickly search within one catalogue or throughout the six catalogues to find a word or phrase. This is not going to be online, but a dvd so it has nothing to do with the web. I've searched online and even in the flash help files, but i can't find any information on the subject. Can anyone direct me somewhere or help me with this one?
Thanks!
View Replies !
View Related
XML And Flash Search Engine
Need some backup over here people....
I started a search engine in flash for a small 15 pages website,and in these cases I think it's best to create an XML file as a database... I need to say that I am a beginner in using actionscript and Macromedia Flash as I used other software before...
here is the progress so far:
Search engine
and here is the XML file to get an idea:
XML file
there are some words in Romanian, as I requested some help on a forum but no luck... but the idea is to enter one of the words in the ""...
so... now to the problems:
1).I need to compare the VAR entered by the user in the search box with the DESCRIPTION from the XML, what I was able to do is to compare if they are equal, that means you need to enter the exact description to get a result, what I need to obtain is for example to enter "goo" and still get the result for GOOGLE, or "gle" or whatever...
2). I also need to use the search button as a trigger and also the key ENTER, I was able to do it but not together, it was either ENTER or the button, I need to specify here that the function from the onRelease command of the button is a very complex one, if needed I can upload the FLA file but I don't wanna mess with your head, as you may not understand my work(I say this because I am a beginner and I am sure there are several ways to do it, and I just might have chosen a harder way).
View Replies !
View Related
Flash Search Engine
Hey guys here's another scripting question (I hope not too hard)
I have a site in which most of the text I display is being imported from external text files. Is there any way I can create a search "engine" for the site? I think it can be done by reading through each of the text files and looking for the words that the user is searching for and then displaying the results.
I was thinking of using arrays somehow and storing the file names inside the array then searching through each file for the specific words. But I'm not sure on how to go about actually performing the search.
Any ideas?
View Replies !
View Related
XML And Flash Search Engine
Need some backup over here people....
I started a search engine in flash for a small 15 pages website,and in these cases I think it's best to create an XML file as a database... I need to say that I am a beginner in using actionscript and Macromedia Flash as I used other software before...
here is the progress so far:
Search engine
and here is the XML file to get an idea:
XML file
and the actionscript:
Actionscript TXT
or
Actionscript PDF
there are some words in Romanian in the search engine link, as I requested some help on a forum but no luck... but the idea is to enter one of the words in the ""...
so... now to the problems:
1).I need to compare the VAR entered by the user in the search box with the DESCRIPTION from the XML, what I was able to do is to compare if they are equal, that means you need to enter the exact description to get a result, what I need to obtain is for example to enter "goo" and still get the result for GOOGLE, or "gle" or whatever...
2). I also need to use the search button as a trigger and also the key ENTER, I was able to do it but not together, it was either ENTER or the button, I need to specify here that the function from the onRelease command of the button is a very complex one.
View Replies !
View Related
Flash Search Engine Help Pls
hi .
i am trying to build a search engine which will access the database when the user enter something in the field and display the results on another keyframe. but it somehow does not bring mi to the required frame but remain stuck at the same search frame when i press the submit button.
i am using VB asp, flash mx , pws and access 2000 as a database.
i am really in need of help as it is part of my project. pls . thank.
attached are the files. hope someone can help
thank in advance.
View Replies !
View Related
Flash Search Engine
im trying to use a .swf that can control or use an ASP based search engine i created. i know its possible considering the tut that kirupa has with the atomz.com search and the XML database input form tut. Im just not sure on how to go about it, what i basically want is to make an input form in flash where you type whatever word and press enter (i know how to make the hotkeys and most of the script, just need help on one part) and it actually inputs that word in the ASP input box and initializes the search. basically you press enter and the results appear.
i would input the search box in the actual page but.. i also have php on the same page and what the hell, i want a search through flash, thats cool.
if anyone can help me that would be great, in return for the favor, i'll give you a copy of the search engine to use for yourself. you dont have to give credits to me.
Edit: you can test out the engine on one of the sites i created www.varelahs.com at the bottom.
View Replies !
View Related
Flash Search Engine SDK
I downloaded the Flash Search Engine SDK, ran it through the command prompt and generated an .html file.
My question is, what do I do with this .html file containing the text/links from within my .swf?
Do I upload into my default directory? I don't get how having a random .html page filled with text from within my .swf will help with search engines... How will a google search show my index.html rather then my .html file that I generated through the Flash Search Engine SDK?
Do I just put a re-direct script on my generated .html page? Or will google think I was trying to trick them?
Thank You!
Mickey
Currently working on:
http://www.hallmedia.com
View Replies !
View Related
XML And Flash Search Engine
Need some backup over here people....
I started a search engine in flash for a small 15 pages website,and in these cases I think it's best to create an XML file as a database... I need to say that I am a beginner in using actionscript and Macromedia Flash as I used other software before...
here is the progress so far:
Search engine
and here is the XML file to get an idea:
XML file
and the actionscript:
Actionscript TXT
or
Actionscript PDF
there are some words in Romanian in the search engine link, as I requested some help on a forum but no luck... but the idea is to enter one of the words in the ""...
so... now to the problems:
1).I need to compare the VAR entered by the user in the search box with the DESCRIPTION from the XML, what I was able to do is to compare if they are equal, that means you need to enter the exact description to get a result, what I need to obtain is for example to enter "goo" and still get the result for GOOGLE, or "gle" or whatever...
2). I also need to use the search button as a trigger and also the key ENTER, I was able to do it but not together, it was either ENTER or the button, I need to specify here that the function from the onRelease command of the button is a very complex one.
View Replies !
View Related
Search Engine IN Flash
hey how do i create a search engine in flash?
i've seen it done a couple of times, anyone have any idea?
i've went online looking through this, but all i have is some flash search engine optimization
View Replies !
View Related
Flash Search Engine
im trying to use a .swf that can control or use an ASP based search engine i created. i know its possible considering the tut that kirupa has with the atomz.com search and the XML database input form tut. Im just not sure on how to go about it, what i basically want is to make an input form in flash where you type whatever word and press enter (i know how to make the hotkeys and most of the script, just need help on one part) and it actually inputs that word in the ASP input box and initializes the search. basically you press enter and the results appear.
i would input the search box in the actual page but.. i also have php on the same page and what the hell, i want a search through flash, thats cool.
if anyone can help me that would be great, in return for the favor, i'll give you a copy of the search engine to use for yourself. you dont have to give credits to me.
Edit: you can test out the engine on one of the sites i created www.varelahs.com at the bottom.
View Replies !
View Related
Flash / XML / Search Engine On CD
Ok...here is what has been presented to me. Need to find out how to create a flash based application that will use xml as the datasource that works as a search engine. This application will be used on a cd. The xml datasource will be updated locally on the clients machine and pushed and burned as a version release.
Does anyone know of any resources or tutorials that i could look at? This is my first time getting my feet wet using flash / xml
Thanks!
View Replies !
View Related
Flash Search Engine SDK - How To?
Hello,
I'm trying to get the Flash search engine sdk to work.
I've read the readme-file over and over and over... but I just don't see what to do. Actually I even didn't find the instructions in there .
So my question: How do I get the swf -> html and what has to be done to get a search engine 'reading' the content of my swf?
Thanks,
Yanie!
View Replies !
View Related
Search Engine In Flash?
hi all, can anyone instruct me on hhow to build a search engine to search things on the site only (not search the web)?
is there a flash component to this? if yes, where can i get it?
thks for any help.
View Replies !
View Related
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
Extern Search Engine In Flash
I have a text field (input text) and a submit button
I want it to work like this:
I write something in the input field Ex. "cool flash"
Then the "cool flash" gets added to this http://www.altavista.com/sites/search/web?q=
http://www.altavista.com/sites/search/web?q=cool+flash
then I will get the search results for "cool flash" from altavista.
thanx.../Martin B
View Replies !
View Related
Search Engine Optimization And Flash
Lately, I've taken to steering my clients toward HTML or HTML/Flash hybrids because of the problems ranking Flash with the search engines...... I miss doing full Flash sites.
Does anyone know of any ENGINE FRIENDLY techniques to allow the SE to see what's in your content?
I noticed that back in Flash 4 the HTML generated by Flash actually had all the text used in the movie within the code. Flash no longer does this. Anybody know why? Seemed like a good idea....
Goldpan,
http://www.bluegelmedia.com
View Replies !
View Related
An Internal Search Engine Only In Flash
It is possible to make an internal search engine only in Flash, without data base?
I want to make a search engine where you can choose between different categories, press search and that show you the result with picture and link .
If it's possible how can I make this.
I hope someone can help me
Thanks!
View Replies !
View Related
Flash Search Engine SDK From Macromedia
I am running this command in DOS
C:>sdk> swf2html.exe -o output.html crtIntro.swf
I get this error message:
'sdk' is not recognized as an internal or external command, operatable program or batch file.
What am I doing wrong.
The .SWF file is in my SDK folder with the swf2html.exe file.
Please somebody help, I have been trying to get this to work for weeks!
View Replies !
View Related
Flash And Search Engine Optimization.
Does any one have any good tips on how to rank up in search engines? SEO's I've heard that having a html intro page is good and bad, along with that I've also heard that Auto-redirecting is a good way achieving some upward trends in rank. Or backward linking.
I'm using Flash 8 for flash and Dreamweaver for my html intro page. If anyone has any tips or could view my site and give some direction please let me know.
http://www.farinadesign.com
Does Flash 8 have a way of indexing content?
Thanks
Chris
FARINAdesign
View Replies !
View Related
[F8] Flash Search Engine Optimisation
Hello people!
I have a pressing issues with a website I did in full-flash.
It’s a corporate website I just completed - www.tsa-solutions.com
I do realise that most search engines cannot index flash sites/files, but the client never told me the importance of their website being searchable by search engines, mainly google & yahoo, so I am kinda stuck now that none of the search engines are displaying results when you try searching.
The whole site just went LIVE only a couple of days ago, and here’s the few things I have done to try improving the searchability:
* added a meta tag with plenty of related keywords
* added a <!-- sample text --> to the <head> of the html index page
* added the url to google, yahoo & msn search sites
* used a few FREE site submission tool to 75+ search engines
And here’s the list of things I am going to add, from where i have read from some articles that MAY improve the searchability:
* adding a meta data in flash 8 capability to flash files
* adding a z-order layer in html files underneath the .swf ( http://www.pagetraffic.com/guide/fla...h-engines.php)
I would so greatly appreciate your opinions on this? Have asked a few people but they strongly suggest I re-do the site to be a hybrid flash + html pages. That is the last thing I want to do coz then I look really stupid to my client..
Thanks guys!
View Replies !
View Related
[CS3] Is There A Way Through AS To Get Search Engine Results For Flash?
Hey every one I have site build almost entirly out of SWFs and Jpeg images. Up untill now the when I posted a site on the net the HTML content in the <title> part of the page would be enough to get a search result to come up correctly for people to link to the site. But somthing has happened to with the new CS3 that thats no longer the case. That being said dose any one know a way in flash or AS to get search results to pay attention to flash elements so I can use them to pull people to a site via search engine
Thx
John
View Replies !
View Related
Flash And SEO (search Engine Optimization)
I speak to industry people all the time and often they say flash isn't good for getting great SEO results.
I've seen many full flash sites with no HTML and was wondering how they achieve good SEO results.
Is there a way of adding meta tag data to flash files to help improve SEO.
Can anyone elaborate more on this subject for me...
Thanks all
View Replies !
View Related
Search Engine On Cd Based Flash App
Hi,
I'm working on a cd based flash app, and my client needs a search engine
enbedded on it capable of finding contents on the cd/app contents.
Is it possible? I f so, can anyone give me some hints how to achieve this?
Thanks in advance,
Jorge Olino
View Replies !
View Related
Flash - SEARCH ENGINE OPTIMIZATION
I went through many threads on net seeking for how to get a better search engine (such as Google) ranking for my sites. Does anybody know about a proper way how this can be done?
I found out many flash site use in a for METADATA in HTML such as "keyword" or "description" but that's it.
I was kind of confused reading how Google goes through the actual SWF files.
Thanks for help.
View Replies !
View Related
Flash Search Engine Idea
Hey guys,
I really want to create something that can be used as a tiny search engine for a site that can be fully controlled, unlike the google search which you have no control over. Also, if for some reason you're trying to create a personal resource page or whatever on your machine, it would also work on your local machine without having xxamp or something like that installed in order to work with mysql or php. I think there's potential here.
With a little bit of work, and some modifications to load the info from an xml file, this could be very handy. Feel free to modify it, and if you come up with some cool additions to it, feel free to post back.
View Replies !
View Related
Flash Search Engine Optimisation
Hello people!
I have a pressing issues with a website I did in full-flash.
It’s a corporate website I just completed - www.tsa-solutions.com
I do realise that most search engines cannot index flash sites/files, but the client never told me the importance of their website being searchable by search engines, mainly google & yahoo, so I am kinda stuck now that none of the search engines are displaying results when you try searching.
The whole site just went LIVE only a couple of days ago, and here’s the few things I have done to try improving the searchability:added a meta tag with plenty of related keywords
added a <!-- sample text --> to the <head> of the html index page
added the url to google, yahoo & msn search sites
used a few FREE site submission tool to 75+ search engines
And here’s the list of things I am going to add, from where i have read from some articles that MAY improve the searchability:adding a meta data in flash 8 capability to flash files
adding a z-order layer in html files underneath the .swf ( http://www.pagetraffic.com/guide/fla...h-engines.php)
I would so greatly appreciate your opinions on this? Have asked a few people but they strongly suggest I re-do the site to be a hybrid flash + html pages. That is the last thing I want to do coz then I look really stupid to my client..
Thanks guys!
View Replies !
View Related
Flash Search Engine Image
Hello, I have a website and within that website I have images (gallery that loads external .jpg's). The entire site is made in flash except for the external .jpgs that load within it.
My question is, when I type the name of my site/keywords related to me, it shows up on regular search but when I do an image search, it doesn't show up anything related to my site. I know it will show up if the site is in HTML but it doesn't show up if the site is made within flash. What I want to do is when someone types my name, I want it to show up in the image search as well but since the images are loaded externally within flash, its really hard. any help would appreciated.
View Replies !
View Related
Flash MX And Search Engine For CD Presentation
Hello
Excuse me I don't speak english,but this forum is only resource to have answer on my problems.
I want to create in my Flash interface an engine search, drawing the contents in db access or dbf, no to use ASP, Php and Xml because the project is finaly for CD presentation ant not for web??
It's possible???
Or it's possible to integrating Flash MX and Visual Basic.
Tnks for your regard and excuse me for my english.
Bye
View Replies !
View Related
|