I have a button that I would like to be “Forward 10” (10 seconds forward). Can I do something like? PlaybackTime + 10 in the value field?
You normally will use the Operator
field on the DataAction to increment a value. I’m not sure if it’s going to work for PlaybackTime though. You can try but I think that attribute may have been designed only to work with the Slider control. I could be wrong.
Okay. I’ll give it a try. Thanks!