searching in swf file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • veer
    New Member
    • Jul 2007
    • 198

    searching in swf file

    Hi
    i want to make a program in which a word is seached from .swf file
    actually i made a program for searching which works on all other format fine like html,doc,txt etc but not work with .swf

    if it is possible please tell me as soon as possible
    thabks in advance
    varinder
  • jeffstl
    Recognized Expert Contributor
    • Feb 2008
    • 432

    #2
    Originally posted by veer
    Hi
    i want to make a program in which a word is seached from .swf file
    actually i made a program for searching which works on all other format fine like html,doc,txt etc but not work with .swf

    if it is possible please tell me as soon as possible
    thabks in advance
    varinder

    This is because .swf is not an ASCII document. It is binary. It is more of an image or set of binary instructions then text.

    To my knowledge you will not be able to read a particular word from this file, because that word is generated through the flash plugin of the browser and the instructions contained in the .swf

    Comment

    Working...