QUOTE (wa1do_13 @ May 11 2009, 09:08 AM)

My friend uses GMbed quite often. I think it's... decent. As far as the functionality of it goes, it's BRILLIANT, I could never make a program like that, but as far as my deeper, personal satisfaction goes, I think there's a lot of room for improvement. The perfect one would be able to be customized (loading screen, dimensions), would automatically eliminate full-screen options, perhaps let you 'decorate' it up a little bit (borders, etc.), and set the embedded game's resolution to fit within the dimensions.
I am the creator of gmbed and I aggree that ther is alot of room for improvement. I will be adding alot more features for customisation as soon as I can. But it would be helpful if you could elaborate on those suggestions and add any other suggestions. I am committed to giving gmbed users the best possible experience its just I have been running low on time recently.
One of the first things I am changing is removing that popup box asking if the user wants to run with an image in the box that the user click (like a play button), this will be customizable to any image you want. Also background image support will be improved. As well as a progress bar that can be changed. So that will allow better basic customization.
About the fullscreen elimination, I have been experimenting with this before. There is a very easy way to do it but that requires modification of the exe which is not allowed by YYG.
I am also experimenting with communication between javascript and the java *****. So hopefully it will allow the ***** to download the game in the background while the user is shown something related to the game. For example if it was an online game, the game could be downloading while the user is registering, and as soon as register is comple it would run game. Other examples would be showing a flash movie into for the game while it is downloading, or even showing menus with options that will be passed to the game via parameters. So it would allow you to have exactly thr loading screen you want using html,flash,javascript,ajax etc. You could even make a very small tutorial game in flash that is shown before the game starts. This would be very useful for big games, so the user actually has something to do while the game is downlading rather than watching a progress bar.
The game already is resized to fit within the dimensions.
other things I have been working on are opening the game in a javascript lightbox which i think looks nicer than normal embedding. Also i am working on allowing the game to comminicate with javascript, so the game can customize the webpage itself, return values etc.
There is alot I would like to add to gmbed to make it a much more powerful and useful platform for releasing games with. And I am always up for suggestions.