Is It Flex?
11月 26th, 2007 — Dreamer我昨天才发现了这个东西,James Ward写的一个工具:Is It Flex?,你只要输入一个SWF文件的URL,它就会判断这个SWF是不是用Flex编写的。
这个工具很有用啊,尤其是当你发现很酷的应用而且很想知道它是否是使用Flex编写的时候。
本文链接: http://www.zhuoqun.net/html/y2007/836.html 转载请注明出处,谢谢。
TrackBack引用地址:http://www.zhuoqun.net/html/y2007/836.html/trackback









什么原理?整明白了吗
我就是发现了这个工具,不知道原理。。
可能是Flex在编译成SWF文件的时候会有一些类似版本信息的东西嵌入吧,猜测。
The tool uses the SWFDump utility to check for some header information which is placed in the SWF by the Flex compiler.
Alternativley, if you don’t know the URL to the SWF, you can use this page to try and get out all the SWF’s on a site for you:
http://www.bradwood.com/is_it_flex
This parses through the HTML for you and then hits James Ward’s Flex checker for you.