RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Addhtml and Images

Kastion

Wanderer
Addhtml and Images

Is it possible to display images on a gump from a webserver with 'Addhtml'?
I tried the following:
Code:
AddHtml( 55, 15, 95, 25, "<img src='http://rebirth.sytes.net/StatusGif/img1_m.gif'>", false, false );
That compiles with no errors (however I get errors if I use double quotes within the html tag) but it doesn't display anything. Do I have the syntax wrong? Can Additem or Addimage display web images? Is there an easy way to display *.gif's and *.jpg's on gumps without having to add anything to mul files?
 

Kastion

Wanderer
What software do you suggest for adding artwork? I've searched through the forums and tried quite a few already, but since the latest version doesn't have a verdata.mul it's a pain to get most of them working correctly.
 

Dracarys

Wanderer
Here is a empty verdata.mul

Use it for those programs that require one.

I have about 70 different programs for uo customization.
 

Attachments

  • verdata.zip
    124 bytes · Views: 10
Top