Hi there,
I am in the midst of learning and testing using scripts to bring video content into a project without having it within the Material Manager.
However, the videos loop, and I am looking for them to be "forced" to play once.
Looking at the SDK file I cannot see how formulate this request in script.
Presently I have the following:
dim logoone as xpbaseobject
dim teamone as xpTextObject
dim teamcolourone as xpbaseobject
self.getObjectByName("Logo 1", logoone)
self.getObjectByName("team 1", teamone)
self.getObjectByName ("team colour 1", teamcolourone)
logoone.SetVolatileTextureFile(0, "D:\GraphiteProjects\Twenty20 Big Bash\Video\" & teamone.text & ".avi")
teamcolourone.SetVolatileTextureFile(0, "D:\GraphiteProjects\Twenty20 Big Bash\Images\Team Colours\" & teamone.text & " COLOUR.png")
Would I be trying to control the "volatile texture" and it's attributes or it's container?
Thanks for your time
T
------------------------------
Tai Newman
Xpression operator/designer
Melbourne Australia
------------------------------