mdekort
April 23rd, 2009, 07:51 AM
I would like to do the following for playing movies in Zoomplayer:
When I push my "play" button in NR I want first to run a few actions (like dimming lights etc.) in Girder before the movie actually starts to play. What I mean is NR should wait to send the play command to Zoomplayer until Girder is done and gives the OK.
I guess this can be done by changing the value of a variable but it didn't work so far for me.
in NR I created those actions:
Girder: Register variable for feedback(MovieReady)
NR Basic: Set variable to value (MovieReady,0)
Girder: send event to Girder (PLAYFILE) --- changes light settings etc. ---
NR Basic: Stop all actions if the specified variable does not equal the value (MovieReady,1)
Zoom: play media file (E:\xxxx.mkv)
in Girder:
several actions to dim the lights etc.
then
Set variable(client) : [MovieReady] and value "1"
I thought NR would run all the actions and then stops until the variable "MovieReady" is changed to "1" by Girder and then continue with the ZOOM action.
It seems NR doesn't get the updated value from Girder.
Anything wrong with my actions or variables?
Thanks for help
Michael
When I push my "play" button in NR I want first to run a few actions (like dimming lights etc.) in Girder before the movie actually starts to play. What I mean is NR should wait to send the play command to Zoomplayer until Girder is done and gives the OK.
I guess this can be done by changing the value of a variable but it didn't work so far for me.
in NR I created those actions:
Girder: Register variable for feedback(MovieReady)
NR Basic: Set variable to value (MovieReady,0)
Girder: send event to Girder (PLAYFILE) --- changes light settings etc. ---
NR Basic: Stop all actions if the specified variable does not equal the value (MovieReady,1)
Zoom: play media file (E:\xxxx.mkv)
in Girder:
several actions to dim the lights etc.
then
Set variable(client) : [MovieReady] and value "1"
I thought NR would run all the actions and then stops until the variable "MovieReady" is changed to "1" by Girder and then continue with the ZOOM action.
It seems NR doesn't get the updated value from Girder.
Anything wrong with my actions or variables?
Thanks for help
Michael