View Single Post
  #6  
Old 12-22-2012, 08:00 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
You have to save the file first.

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
temp.img "your base 64 string";
  
temp.img base64decode(temp.img);
  
temp.filename "temp_" int(timevar2) @ ".png";
  
temp.img.savestring(temp.filename0);
  
with (findimg(200)) {
    
100;
    
image temp.filename;
    
layer 4;
  }

__________________
Quote:
Reply With Quote