ID:179372
 
Can someone help me?

I'm having trouble i setup a link to a website from my game, like "usr << "browse('website.html')" but the website's background doesnt show up, why not? I looked at it in the normal browser and it looks fine it just doesnt show the background when i look at it through the dreamseeker browser.
Have you tried browse(file('website.html'))?
Skrylan wrote:
Can someone help me?

I'm having trouble i setup a link to a website from my game, like "usr << "browse('website.html')" but the website's background doesnt show up, why not? I looked at it in the normal browser and it looks fine it just doesnt show the background when i look at it through the dreamseeker browser.

If it's a website on a server, use link() instead of browse().
In response to Deadron
Its not on a server it comes with the game.

The html file browses just fine it just doesnt show the background. I want to know why not?
In response to Skrylan
Use browse_rsc() to add the background image to the player's resource file:

src << browse_rsc('background.gif')