Hi,
is it possible to make Windows shortcut with command argument for "full screen" start of stand alone Flash Player 10 .exe file with animation?
I know that after start you can use view > full-screen or control+f but it`s manual way. I don`t have access for source files so changing of animation is not possible.
I didn`t found any documentation on that particular topic.
Thanks in advance.
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.
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.
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
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.
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
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.
North America
Europe, Middle East and Africa
Asia Pacific