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.
how would I export it to the browser? would i do the "web page with an applet" export?
On PC, I know it's F12. It's just file>publish
is there a way to convert a greenfoot project to flash?
No, Greenfoot is Java, but Flash is.... Flash.
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.
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.
There may be another way to do it, but that's my way.