PDA

View Full Version : Window She Hide



rahnefan
December 3rd, 2007, 12:01 PM
I make fun game, is projector file (exe), is full screen and all good yes. No html pages. I put on cd, it autorun good yes. I use getURL on logo button to send people to website. Window she hide. Window open and website found yes, but no look like it because game still open and full of screen. I click logo three time, three window hide behind game. I exit game and find three window for my site.

No happy people with cd. People with cd confuse. I lose customer. How make window no hide without use html page? Search forum, no find. Gratitude is mine give to you.

rahnefan
December 3rd, 2007, 01:12 PM
Link find to Executor no. Link find to freeMX no. Link find no to Topmost or anythen but pay money. Pay money no.

Link find to Northcode here: http://www.northcode.com/swfstudio.php

Try maybe this later, why nobody link I get no love.

fw2803
December 4th, 2007, 09:07 AM
You can set your game not to have fullscreen when the player clicks the link.

I assume that your link is a button.


on (release,releaseOutside) {
getURL("yourWebSite")
fscommand("fullscreen","false")
}


Of course, you would have to enable the player, i.e. give player a button, to make the game fullscreen again.

rahnefan
December 4th, 2007, 09:35 AM
on (release,releaseOutside) {
getURL("yourWebSite")
fscommand("fullscreen","false")
}




You are one smart feller. Thanks, I'll try that when I get home. :D