Hi,
I'm trying to set the PlayStart for a Video node using SceneGraph. However, when I set a field called PlayStart on the content node like so:
contentNode.PlayStart = m.savedPosition
I get a compile error:
--- Syntax Error. Builtin function call expected. (compile error &h9d)
I get the same when I try to specify a BookmarkPosition. I'm assuming this means both are built-in keywords, but how else to specify the start position for a Video node?
Thanks for any help!