Capture Image Displayed in SWF Viewer

Discussion in 'Application Software' started by dvrcthewrld, Sep 1, 2011.

  1. dvrcthewrld

    dvrcthewrld MDL Novice

    Oct 19, 2010
    6
    0
    0
    #1 dvrcthewrld, Sep 1, 2011
    Last edited by a moderator: Apr 20, 2017
    I have been searching for weeks but cannot find a program or browser plug-in that fulfills this function. I want to capture a jpg that is displayed via a flash (swf) viewer. The jpgs themselves are not directly accessible. The flash viewer lets you zoom and pan and all that. Also, the jpgs are not part of the swf file.

    Is there any program or plugin or combo that could grab the jpg or even somehow find it in the cache? (BTW It is not stored as a .jpg in the cache.)

    Thank you.

    Here is an example of what I'm dealing with:
    Code:
    <OBJECT classid=WIDTH="360" HEIGHT="360" id="ImageZoom" ALIGN="">
    <PARAM NAME=movie VALUE="ImageZoom.swf">
    <PARAM NAME=quality VALUE=high>
    <PARAM NAME=bgcolor VALUE=#FFFFFF>
    <PARAM NAME=FlashVars VALUE="Image=url/path/ImageIWant.jpg">
    <EMBED src="ImageZoom.swf" FlashVars="Image=url/path/ImageIWant.jpg" quality=high bgcolor=#FFFFFF  WIDTH="360" HEIGHT="360" NAME="ImageZoom"  ALIGN="" TYPE="application/x-shockwave-flash"></EMBED>
      </OBJECT>
     
  2. x86

    x86 MDL Addicted

    Jul 8, 2011
    947
    219
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. dvrcthewrld

    dvrcthewrld MDL Novice

    Oct 19, 2010
    6
    0
    0
    The problem with that solution, as I stated initially, is that it only works where the image is contained within the swf; that is not what I'm dealing with.