PDA

View Full Version : command line utilization



Kevin_M_Jones
01-16-2011, 04:57 PM
Where can I find a complete description of command line options for FLV Player?

One of the things I am trying to accomplish with a single command line is:

launch multiple instances of the player
each player instance loads a different flv file
upon launch, each player instance is paused at the beginning of the flv file (requiring the user to select play in order to start playing flv file)
control display position (i.e. prevent overlap of player instances)


Thanks.

Cheryl Wester
01-16-2011, 06:51 PM
http://martijndevisser.com/blog/flv-player/

I believe this link should help0

Kevin_M_Jones
01-18-2011, 08:32 PM
Thanks Cheryl.

Actually, I had read that particular post. And the only mention of command line utilization is the following:

Specify (the full path to) a local or remote flv as the commandline parameter. For example: FLVPlayer.exe "http://www.myserver.com/mymovie.flv" or: FLVPlayer.exe "C:\Movies\mymovie.flv".

Which led me to believe there MAY be more command line functionality. Is there anywhere else I can find documentation of any additional command line useage?

Obrigado.