nick555 Posted June 15, 2007 Share Posted June 15, 2007 I've seen people do this, and I have no clue. I've tried searching everywhere and am left to a dead end. I wan't to grab an image from a site and show it on mine as a gif. However, that image is composed of many javascript codes and other different images. Example: <div id='profile0' align='left' style='overflow:hidden; position:relative; width: 150px; height: 220px; visibility: visible; background-color: F0F2EF;' onClick='if(!IsButton(event)){}'></div> <script language='JavaScript1.2'>if(profileclosed == false) { profile[profile.length] = new Avatar('profile0','/avatarimg/',0,0,150,220,0,new Array(new Layer('profile0_0','body-ub/f/ub-f-0001-tn.gif',105,61,67,30,55,0,'',null),new Layer('profile0_1','garm-ub/f/ubg-f-0002-wh.gif',108,0,0,150,220,0,'',null),new Layer('profile0_2','body-lb/f2/lb-f-0001-tn.gif',104,54,114,55,93,0,'',null),new Layer('profile0_3','hair/f/hr-f-0002-back-br.gif',103,0,0,150,220,0,'',null),new Layer('profile0_4','face/f/fc-f-0001-tn-h.gif',122,0,0,150,220,0,'',null),new Layer('profile0_5','garm-lb/f2/lbg-f-0002-lbl.gif',106,0,0,150,220,0,'',null),new Layer('profile0_6','body-hd/f/hd-f-0001-tn.gif',120,55,25,39,48,0,'',null),new Layer('profile0_7','body-ub/f/ub-f-0001-arm-tn.gif',107,47,78,62,67,0,'',null),new Layer('profile0_8','hair/f/hr-f-0002-br.gif',131,0,0,150,220,0,'',null),new Layer('profile0_9','back/bg-0003.jpg',1,0,0,150,220,0,'',null)));}</script> Now what I wan't to do is to be able to turn the code above into a gif image that a user can save. Can somebody help please? Quote Link to comment https://forums.phpfreaks.com/topic/55779-grabbing-an-image-from-a-different-site/ Share on other sites More sharing options...
nick555 Posted June 15, 2007 Author Share Posted June 15, 2007 Noone? Quote Link to comment https://forums.phpfreaks.com/topic/55779-grabbing-an-image-from-a-different-site/#findComment-275599 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.