-
1. Re: Windows shortcut/command argument for starting stand alone Flash Player exe on full-screen ?
Xircal Mar 28, 2012 7:36 AM (in response to FlashUserPL)The Flash player isn't an executable. In all browsers except Google Chrome it's a plugin and in the latter browser, it's embedded.
-
2. Re: Windows shortcut/command argument for starting stand alone Flash Player exe on full-screen ?
FlashUserPL Mar 28, 2012 7:41 AM (in response to Xircal)Flash Player Projector is a executable. See here: http://fpdownload.macromedia.com/pub/flashplayer/updaters/11/flashplayer_11_sa_32bit.exe and here http://www.adobe.com/support/flashplayer/downloads.html
Xircal wrote:
The Flash player isn't an executable. In all browsers except Google Chrome it's a plugin and in the latter browser, it's embedded.
-
3. Re: Windows shortcut/command argument for starting stand alone Flash Player exe on full-screen ?
Xircal Mar 28, 2012 7:57 AM (in response to FlashUserPL)JohnMcDoe wrote:
Flash Player Projector is a executable. See here: http://fpdownload.macromedia.com/pub/flashplayer/updaters/11/flashplay er_11_sa_32bit.exe and here http://www.adobe.com/support/flashplayer/downloads.html
Xircal wrote:
The Flash player isn't an executable. In all browsers except Google Chrome it's a plugin and in the latter browser, it's embedded.
That's the installer. If that's what you're talking about, then the answer to your original question is No.
-
4. Re: Windows shortcut/command argument for starting stand alone Flash Player exe on full-screen ?
chris.campbellMar 28, 2012 7:09 PM (in response to Xircal)
I couldn't find any documentation on the command line arguments, but you could add a couple simple lines to your swf code.
for example:
on (load) {
fscommand("fullscreen", "true");
}
That will change the display to fullscreen when it loads.
You might also want to investigate third party players, such as Zinc or SWFStudio
-
5. Re: Windows shortcut/command argument for starting stand alone Flash Player exe on full-screen ?
FlashUserPL Mar 29, 2012 1:27 AM (in response to Xircal)Yes you`re right link is to installer with player. I`m was asking for stand alone player (Flash Player Projector) command options for Windows shortcut.
Xircal wrote:
JohnMcDoe wrote:
Flash Player Projector is a executable. See here: http://fpdownload.macromedia.com/pub/flashplayer/updaters/11/flashplay er_11_sa_32bit.exe and here http://www.adobe.com/support/flashplayer/downloads.html
Xircal wrote:
The Flash player isn't an executable. In all browsers except Google Chrome it's a plugin and in the latter browser, it's embedded.
That's the installer. If that's what you're talking about, then the answer to your original question is No.
-
6. Re: Windows shortcut/command argument for starting stand alone Flash Player exe on full-screen ?
FlashUserPL Mar 29, 2012 12:21 AM (in response to chris.campbell)Thanks for info. I don`t have SWF file just Flash Player Projector exe with animation inside that file, so i can`t change animation frames :|
Chris Campbell wrote:
I couldn't find any documentation on the command line arguments, but you could add a couple simple lines to your swf code.
for example:
on (load) {
fscommand("fullscreen", "true");
}
That will change the display to fullscreen when it loads.
You might also want to investigate third party players, such as Zinc or SWFStudio
-
7. Re: Windows shortcut/command argument for starting stand alone Flash Player exe on full-screen ?
FlashUserPL Mar 29, 2012 1:28 AM (in response to FlashUserPL)I`ve read flash_player_10.0_admin_guide.pdf (http://forums.adobe.com/docs/DOC-1911). No info on shortcut command parameters for Flash Player Projector there.
-
8. Re: Windows shortcut/command argument for starting stand alone Flash Player exe on full-screen ?
joãom52919039 Jan 13, 2016 3:31 AM (in response to FlashUserPL)Hi FlashUserPL
Did you find a solution? I have exactly the same question/problem.
Can someone give us a hand here?
Thanks.
Jº