Page 1 of 1

How do I Update a Live Presentation via XML?

Posted: 07 Aug 2013, 15:57
by ToddDurant
Hi, I am currently running the PLE Ventuz3 version. I have a show setup that is linked to an XML file. While the scene is open in Designer, I can make changes to the XML and see the changes in my scene. However when I export the scene as a Presentation, any changes to the XML have no affect on my scene. Is this a limitation of the PLE version or is it an overall Ventuz limitation? I am trying to dynamically change text and textures during a live show/presentation. I am evaluating this software for my company and it would greatly affect our decision to purchase a full license(s). Thanks!

Todd

Re: How do I Update a Live Presentation via XML?

Posted: 07 Aug 2013, 21:48
by Thomas
You have to use the URL-Node. Switch off "persistant", put the .xml-file (in my case it was test.xml) into a path (for example) at \user\test\test.xml and use "Scheme" -> User.
Bind "File" of the XML-File-Node to the URL-Node by using URI. Export the scene.
As long as your test.xml is within the path \user\test\test.xml (on any Computer) the presentation is picking up the content live.
You can change the content just as you like, Ventuz will update immediately.
More specific informations you will find in Ventuz Help, search for URL-Node or put the URL-Node into Content-Editor, mark it with the mouse, Press F1 and chose the interactive example.

Hope this will help,
Tom

Re: How do I Update a Live Presentation via XML?

Posted: 08 Aug 2013, 12:17
by ToddDurant
Thank you so much Tom! Your instructions worked perfectly.