Mar 20
Flash的swf文件的索引很难被搜索引擎索引,想不到Adobe/Macromedia已经开发了针对Flash的搜索引擎SDK,利用该SDK,可以轻松的将swf转为html,然后进行索引。
该SDK包括:
swf2html executable files, for command-line implementation
- libswf2html static libraries, for linked library implementation
- zlib decompression library for decompressing Flash Player 6 files that have been compressed
- C++ source code
- Technical readme file (Readme.htm) that covers:
- What swf2html extracts from a SWF file
- Sample output
- Command-line implementation
- Linked library implementation
- Build note
更加具体信息请看这里。
