Indexing Flash for Google...  
Author Message
macdaddypimp





PostPosted: 2005-5-4 15:26:42 Top

Flash, Indexing Flash for Google... :D

Is there a way to index individual page hits in a flash site????
 
Pete





PostPosted: 2005-5-4 22:13:00 Top

Flash >> Indexing Flash for Google... macdaddypimp wrote:
> :D
>
> Is there a way to index individual page hits in a flash site????

do you mean track hits to areas within a swf?

yes, with some backend integration i.e. write whatever info you want to
a db or file etc each time the desired thing happens in flash e.g
loadVariables("log.cfm", "_root", "POST");.

or let someone else do the backend stuff for ya e.g.
http://www.statsinaflash.com/ i'm in no way recommending this service,
just came across it the other day and using it as an example, haven't
used it myself.


OR - if you're meaning you want to know how google might index your swf,
download the search engine sdk
http://www.macromedia.com/software/flash/download/search_engine/
and run it on your own swfs locally to see what should be retrieved by
the googlebots.

pete