ID:177598
 
how do i put a .bmp pic on the browser so far i got usr << browse('untitled.bmp')
First, you have to browse resource the image, src << browse_rsc('test.bmp',"test.bmp"), then after that you can put it into your browser with html.
src << browse("")


Thiefy
usr << browse('mypic.bmp')
That might work, but browsers do not use BMP files. Change to a gif or jpg. They not only are used in browsers, they are ALOT smaller. (And b/c this is an internet game, your users don't wanna wait 5 minutes downloading a 700k pic)