INTERACT FORUM
More => Old Versions => Media Center 17 => Topic started by: robydago on February 07, 2012, 07:29:20 pm
-
Hi,
when I try to start playing a video on MC using MCWS/v1/Playback/PlayByKey?Key=[KeyNumber] MC prompts "Would you like to resume from your last playback position?" and the possible options are "Resume" and "Start from beginning".
Is there a way to pass a parameter to MCWS/v1/Playback/PlayByKey to choose one of the above options and so have the server start playing with no user intervention?
(If I remember correctly there's an option to disable the "Would you like to resume..." prompt on MC, but I don't want to do that)
-
(If I remember correctly there's an option to disable the "Would you like to resume..." prompt on MC, but I don't want to do that)
This is the only option.
The default behavior is to just silently resume. I'd recommend using that.
-
Ok.
Thanks for the answer Matt.
I'm playing around with using MC as a backend to a CMS (Drupal) and my main goal is to view\play everything in the browser (webplay like) so the Playback command (webremote like) is not important.
On this topic: are there any parameters that can be passed to WebPlay/play_flash.html?File=[KeyNumber] or WebPlay/MCWS/v1/File/GetFile?File=[KeyNumber]&Conversion=WebPlay apart from the Key?
I was wondering for example if it's possible to load the player in pause state (i.e. not start playing the file immediately).
-
On this topic: are there any parameters that can be passed to WebPlay/play_flash.html?File=[KeyNumber] or WebPlay/MCWS/v1/File/GetFile?File=[KeyNumber]&Conversion=WebPlay apart from the Key?
I was wondering for example if it's possible to load the player in pause state (i.e. not start playing the file immediately).
The stock page is basic.
But you could build your own HTML that uses any javascript you might like.