Jump to content
LaunchBox Community Forums

Recommended Posts

Posted

Helllo, is there a way to start Flash Games (.swf) in BigBox Mode?

I tested the AxLaunchbox Plugin but this works only in LB.

Are there any tutorials to do this? Could not find one.

Like to ad some single games from the Flashpoint Set.

Posted

Im off bed too now (07.30 central Europe Time).

Im interested do try your solution to get this flashy games working in BigBox.

As you see, english is not my mother language. Il try my best.

Posted (edited)

First, download the Flash Player Projector from this page (scroll down a bit, to the Windows section)
https://www.adobe.com/support/flashplayer/debug_downloads.html

In LaunchBox, go to Manage Emulators, click "Add...". Give it a name, and browse to the .exe file

image.thumb.png.f844c24efb2bf75ad2950222a25df6b7.pngIn Associated Platforms you can set it to Adobe Flash. Edit: Actually, set it to Web Browser :)
image.thumb.png.15e85f52c50d688b92e7cd68e1d08444.pngIn order to get it to start up full screen i added a short AHK-script, like this:
image.thumb.png.9cc127972cc36ad44504d8391eb38654.pngAfter that, just press Ok and Close.

Import your flash games as you would with any other emulator. Be sure to check that you have only included .swf files, at the last stage of importing.
As far as I know, none of these games in the LaunchBox database, so you'll have to add most of the information manually. If you do, consider adding it to the database as well so other users can benefit from it.

If you have any questions, feel free to ask!

Edit: After writing the post I saw that some flash games have indeed been added to the database, but as "Web Browser" games, not Flash games.

Edited by proghodet
Posted

Thank you vor your short Tutorial.

Works fine for me! The Games are starting and playable, even in BigBox.

Wen i press ESC to exit, then the flashplayer does just minimize the window not exit direct to BigBox.

Is there a way to exit direct back to BB.

Posted (edited)

Sure! Just add this to the AHK-script, a couple of lines below the stuff you already have in there:
return

esc:: {
  Process, Close, {{{StartupEXE}}}
}

Edited by proghodet
  • Like 1
Posted (edited)

Ah, my bad, I should have tested it :)
Below the second line, add "return"

So all put together:

sleep, 500
send {CTRL DOWN}{f}{CTRL UP}
return

esc::
{
 Process, Close, {{{StartupEXE}}}
}

 

Edited by proghodet
Posted

Found the fault.

Think there was something like a hidden charactere wen i copy/pasted the script.

I wrote it now by hand and now it works perfect.

Thank you vor your help an have a nice Sunday!

 

Don`t know much about the LB Database and uploading media to it.

Will take a look wen i`ve got the time.

 

  • Like 1
Posted

Thanks for the tutorial. I am been doing some research on how to generate screenshots of the title screens. Didn't have much success yet but there seems to be a way with a tool called swfrenderer. Maybe we could get this to work to add at least some screenshots.

Posted
10 minutes ago, Scriven said:

Thanks for the tutorial. I am been doing some research on how to generate screenshots of the title screens. Didn't have much success yet but there seems to be a way with a tool called swfrenderer. Maybe we could get this to work to add at least some screenshots.

For any screenshots on pc I always use lightshot. (https://app.prntscr.com/en/index.html)

Just press print screen on your keyboard, select what you want to screenshot, and press ctrl+s to save it as a png :)

I'm happy I could help!

Posted

Thanks, I know of lightshot. :)

I always try to find a way to do this with scripts or a batch file of some sort. There are so many Flash games out there and to do screenshots for all of them manually, would be too much work.

 

  • 1 year later...
Posted
On 19‏/8‏/2018 at 10:25, proghodet said:

آه ، سيئ ، كان يجب أن أختبره :)
أسفل السطر الثاني ، أضف "رجوع"

لذا جمعت جميعًا معًا:


 


 

It works Thank you

 

  • 2 years later...
  • 11 months later...
Posted
On 8/19/2018 at 11:16 AM, proghodet said:

First, download the Flash Player Projector from this page (scroll down a bit, to the Windows section)
https://www.adobe.com/support/flashplayer/debug_downloads.html

In LaunchBox, go to Manage Emulators, click "Add...". Give it a name, and browse to the .exe file

image.thumb.png.f844c24efb2bf75ad2950222a25df6b7.pngIn Associated Platforms you can set it to Adobe Flash. Edit: Actually, set it to Web Browser :)
image.thumb.png.15e85f52c50d688b92e7cd68e1d08444.pngIn order to get it to start up full screen i added a short AHK-script, like this:
image.thumb.png.9cc127972cc36ad44504d8391eb38654.pngAfter that, just press Ok and Close.

Import your flash games as you would with any other emulator. Be sure to check that you have only included .swf files, at the last stage of importing.
As far as I know, none of these games in the LaunchBox database, so you'll have to add most of the information manually. If you do, consider adding it to the database as well so other users can benefit from it.

If you have any questions, feel free to ask!

Edit: After writing the post I saw that some flash games have indeed been added to the database, but as "Web Browser" games, not Flash games.

"Download Flash Player Projector from Adobe's website."

"In LaunchBox, add the emulator and select the .exe file."

"Set it to Web Browser in Associated Platforms."

"Optionally, use an AHK-script for fullscreen."

"Import flash games, ensuring only .swf files are included."

"Manually add game info as needed."

"Consider contributing to the LaunchBox database."

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...