View Single Post
Newbie Member
23May2010,15:39  
Krishanmarco's Avatar
Ok.. here's the thing..

theres an image i need to download but its not free and it's covered by an swf .

here it is :

hxxp://ll.tattoojohnny.com/prod/imag...44FF1BE8A244E0

ive already tried to decompile the swf and read teh code heres what came out :
__________________________________________________ ____________
// Action script...

// [Action in Frame 1]
var newp = "hxxp://cdn.tattoojohnny.com/prod/images/data/" + p.substr(0, 1) + "/" + p.substr(0, 2) + "/" + p.substr(0, 3) + "/" + p + ".jpg";
loadMovie(newp, myLoader);
stop ();

__________________________________________

so i tryed this url :

hxxp://cdn.tattoojohnny.com/prod/ima.../AUF-00006.jpg


but it doesnt seem to work..
could anyone help??