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

2014/1/17

how to put game on site as flash/html imbed code

deathburrito16 deathburrito16

2014/1/17

#
is there a way?thanks!
Draymothisk Draymothisk

2014/1/17

#
Putting a flash game into a website? If you export your game to the browser in Flash, right click, and view the source, just copy the entire "<object>" tag and put it into your HTML. Just make sure all the file directories are correct.
deathburrito16 deathburrito16

2014/1/18

#
how would I export it to the browser? would i do the "web page with an applet" export?
Draymothisk Draymothisk

2014/1/21

#
On PC, I know it's F12. It's just file>publish
deathburrito16 deathburrito16

2014/1/21

#
is there a way to convert a greenfoot project to flash?
kiarocks kiarocks

2014/1/22

#
No, Greenfoot is Java, but Flash is.... Flash.
Draymothisk Draymothisk

2014/1/22

#
Wait, are you asking how to put the Greenfoot game on a website? Or a Flash game? If Greenfoot, then that's easy as well. Just export your game to a webpage, then copy the code from said webpage and put it in your own.
deathburrito16 deathburrito16

2014/1/22

#
where would the code be?
Draymothisk Draymothisk

2014/1/23

#
Again, right click the web page, select "view source", and copy the code. I think it's still an "<object>" tag off the top of my head.
Draymothisk Draymothisk

2014/1/23

#
There may be another way to do it, but that's my way.
You need to login to post a reply.