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

2018/5/24

Running a scenarios on html5

basar1 basar1

2018/5/24

#
Hello, I have made a game in Greenfoot ,and I want to upload it to the internet.How can I do this without using <applet> tag because Google chrome ignoring the <applet>tag. Thanks
Yehuda Yehuda

2018/5/28

#
Every scenario that gets uploaded has two versions, the applet version which doesn't work on all browsers (like Google Chrome), and the HTML5 version which should work on all browsers just not all scenarios work (on any browser).
You need to login to post a reply.