I have a swf file (a flash game). I want to run some script to open it in full-screen mode. I’m not attached to any browser, but I do run Linux, so a bash, or generic answer is what I’m looking for. I’m also open to building a lite browser application if need-be.
I have a swf file (a flash game). I want to run some script
Share
The SWF can be launched in full screen in several ways, here comes some suggested solutions:
1) You can open the SWF-file directly (works for me, in Firefox).
2) You can add a HTML page with this JavaScript that redirects to your SWF-file.
3) You can embed the SWF-file in a HTML page.