Fscommand trouble

I’m creating this small projector with a customised File Menu where users should be able to click the menu item About and the browsers goes to our site. I get the menu tiem “About” but nothing happens when I press the button. Any idea why?
Here’s the code (took me ages to figure out so I’m slightly frustrated…)


stop();
function onContextMenuClick_About()
{
	fscommand("mdm.browser_load", "\"0\",\"0\",\"0\",\"400\",\"300\",\"http://www.google.com\",\"false\"");
	fscommand("mdm.browser_goto", "\"0\",\"http://www.google.com\"");
} 

If you have any idea what to do…:hugegrin:

W-B