Jump to content

edit animation


toonpk

Recommended Posts

Why not just use the PrtScn button for each photo? Then paste into your favourite image editor, crop, and Save As (jpg).

Link to comment
Share on other sites

You will need to figure out where the photos are coming from, and the WWE server needs to allow you to browse the image directory. If you can't do that, then you can't save them individually. It all depends on what the server is set up to allow you to do.If you look at the source code for the page with the gallery on it, you can see this part to embed the Flash movie:

<div class="content-body">				<div id="gallerydiv">Please update your Flash Player to view the Photo Gallery. <a href="http://www.adobe.com/products/flashplayer/">Click here to get the latest Flash Player</a>.	</div>				<script type="text/javascript">					var so = new SWFObject("/swf/pg-main.swf", "WWEPhotoGallery", "624", "455", "8", "#ffffff");					so.addVariable("reloadFunction","setAndReload");					so.addParam("quality", "high");					so.addParam("wmode", "transparent");					so.addVariable("userAgent", encodeURIComponent(navigator.userAgent));					so.addVariable("gallery","/shows/raw/photos/5380832/?view=xml");					so.addVariable("settings","/swf/pg-settings.xml");					so.write("gallerydiv");				</script>			</div>

One of the variables going to the Flash movie is this:so.addVariable("gallery","/shows/raw/photos/5380832/?view=xml");If you paste that URL into the address bar it will pull up an XML file that contains all of the images, including filenames and titles. If you paste the filename in I would assume that you can download the image.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...