MMF2 runs fine in W7.
Marv
Printable View
MMF2 runs fine in W7.
Marv
Did you try clicking on it?Quote:
Originally Posted by Ausomeman
I tried clicking on it. It still will not run.
Do you have a URL we can see and comment on whats going on?
www.zionoxis.com
Ok, the first game on the page is just a simple background, though it will not load. It loads java, then a white screen (I don't know how to do a loading bar for java.) but it stays instead of loading anything.
The second link actually loads the game.
Hmm
Can you try something for me?
Make a simple web applet
Upload it and the HTML file MMF produced for you
Put the link up here.
Also check and make sure your using build 249 of MMF.
extract of working game page:
<applet code=Application/CApplet.class archive="Game.jar" width=640 height=480></applet>
<body class="twoColLiqLt">
<script type="text/javascript" src="Game.htm"></script>
</body>
extract of non working game page:
<body class="twoColLiqLt">
<applet code=Application/CApplet.class archive="Index.jar" width=640 height=480></applet>
<a href="BallPlatform.html">Click Here for working Game...</a>
</body>
</html>
there is a missing source link in the non working page. is this the cause???
I don't know. All the code looks the same, yet they do not run.
I named one of my games index.jar and the other game.jar.
The game.jar runs and the index.jar does not. I cannot figure out why this is so....
Could be something silly like case sensitivity?
What i was pointing out is that there is this in the working game page:
<script type="text/javascript" src="[color:#000099]Game.htm[/color]"></script>
wheras the non working page doesn't have it at all.