This site requires JavaScript, please enable it in your browser!
Greenfoot back
Swangbee
Swangbee wrote ...

2019/5/17

Publishing a project through Greenfoot: Share

Swangbee Swangbee

2019/5/17

#
I followed the steps to upload it, but when I upload it I get this message: "There is no HTML 5 translation of this scenario available" "view legacy version (requires Java plugin)" when I click this legacy version it won't open unless I'm in internet explorer. Once it loads, I get an error code. And I don't get to see the final game. I read about how the new browsers don't support java due to security issues. I want to know if there is a way to upload my project online because I want to embed it into my HTML files.
danpost danpost

2019/5/17

#
Here are a few reasons why your project may not run in HTML5: * you use any part of the java.awt package; * you use any part of the javax.swing package; * you try to write to a file; There may be alternatives you can use to get it working in HTML5.
Swangbee Swangbee

2019/5/17

#
Is there a way to draw color without using java.awt?
danpost danpost

2019/5/17

#
Swangbee wrote...
Is there a way to draw color without using java.awt?
Yes -- just remove the import statements for java.awt.* or java.awt.Color. Greenfoot has its own Color and Font classes. If you end up with any issues, respond back with explanation.
JMAL JMAL

2019/5/17

#
¿En qué parte de la plataforma subo mi proyecto? Para que sea en linea, como los de todos aquí. No encuentro cómo subirlo... Ayuda.
Swangbee Swangbee

2019/5/18

#
you were right again Mr. Danpost thankyou.
Swangbee Swangbee

2019/5/20

#
Hey. I have another issue. When i embed the final code it will only run like 1/10 times. I can see the enter screen but it won't run. I read the other forum you had and it said that it should run automatically, but it's not. Any tips?
danpost danpost

2019/5/20

#
Swangbee wrote...
Hey. I have another issue. When i embed the final code it will only run like 1/10 times. I can see the enter screen but it won't run. I read the other forum you had and it said that it should run automatically, but it's not. Any tips?
Show enter screen codes.
You need to login to post a reply.