Build Your Own Arcade Controls Forum

Front End Support => MaLa Frontend => Topic started by: theCoder on December 13, 2006, 02:00:57 am

Title: Mala problem with .html files
Post by: theCoder on December 13, 2006, 02:00:57 am
I've got a couple of .html files I want to launch with Mala.  I could not get it to launch them directly, so I build .bat files for each.  This works, but they come up very slowly, sometimes up to 20 seconds each.  Outside of Mala, they come up in less than one second.  Any ideas?
Title: Re: Mala problem with .html files
Post by: headkaze on December 13, 2006, 03:45:53 am
How are you trying to launch them? There are a few different ways, for internet explorer you can launch the page in kiosk mode (eg. iexplore.exe -k myhtml.htm) or you can use "start myhtml.htm" which will launch the default application associated with the htm extension. I would go with the kiosk mode with IE.
Title: Re: Mala problem with .html files
Post by: loadman on December 13, 2006, 05:24:13 am
I've got a couple of .html files I want to launch with Mala.  I could not get it to launch them directly, so I build .bat files for each.  This works, but they come up very slowly, sometimes up to 20 seconds each.  Outside of Mala, they come up in less than one second.  Any ideas?

Could you tell me how you are doing it to see if I same the same issues