|
Post by Branjita on Sept 14, 2014 12:55:24 GMT -6
If so, I'd like you to see if you can rip out the various Tenkaichi Budokai backgrounds out of the pages (there are several... a sunset version... a closeup... etc) bfc.bpnavi.jp/z-tenkaichi2/mediasvote/swfdatas/tenka2_top.swf?ver=20120606and I don't mean by doing screenshots. I would like the full quality, original images used so I can print them as backgrounds behind my figures. I have JPEXS Free Flash Decompiler, but it isn't able to get those for some reason.
|
|
|
Post by king on Sept 14, 2014 21:09:05 GMT -6
Can't be done, the way they have it programmed is that the SWF that you are saving is loading another SWF from within the same folder. you need to use Sitesucker or similar to get the swf you need
|
|
|
Post by Branjita on Sept 14, 2014 21:59:53 GMT -6
I used an online decompiler to view the code earlier today, and it got me nowhere :/. Hopefully somebody is a wiz with Flash or has some other thing that helps download images that are inside things.
|
|
|
Post by king on Sept 15, 2014 11:34:57 GMT -6
like i said, it is pulling another SWF from another location. basically think of it like a phone, the website you are on is the phone itself (as well as the file you are saving) and the contents you are viewing is the individual you are talking to. you can move the phone anywhere you want but the person can't be touched from the phone other than hearing them
|
|
|
Post by Branjita on Sept 15, 2014 12:13:09 GMT -6
Well, this is the code inside that file (attached) The new SWF is loaded by this url = new URLRequest((("p" + String(n)) + ".swf")); with pages being ana = new Array("/", "/outline", "/news", "/tournament", "/brand", "/link", "/staff", "/final", "/hatsubai"); and the background image is loaded by url = new URLRequest((("../images/bg/" + s) + ".jpg")); where "s" is var s:* = _arg1; and arg1... I have no idea... it's used a lot throughout the code and I don't understand what it is made to mean. none of which is particularly easy code to understand. This is the only thing I've manually found to work by playing with the URL bfc.bpnavi.jp/z-tenkaichi2/mediasvote/swfdatas/SkinUnderPlaySeekMute.swfBWAHAHAHA Wait a minute. I just solved the riddle myself. Arg1 is just a string, so it is just a number starting with 1!
|
|
|
Post by Adrenaline on Sept 15, 2014 12:41:33 GMT -6
Those images are sick.....so real
|
|
|
Post by king on Sept 15, 2014 14:29:56 GMT -6
success! lol
|
|
|
Post by Gohan on Sept 15, 2014 19:27:36 GMT -6
Am I suppose to be seeing pictures? All I'm seeing is little blue boxes with a ?.
|
|