How to integrate web render input url panel when open project in touch player (where user can input the url)

Please help me that how to integrate web render input url panel when open project in touch player (where user can input the url), please find the image for reference what i want to integrate exactly, i am using first time Touchdesigner.

Hey @surendra,

Welcome to the TouchDesigner Community.

There is the Field COMP that can act as an string input field of a user interface. Attaching a Null DAT to the Field COMPs’ output will let you now reference the first cell of the DAT in the WebRender TOPs’ URL or File parameter like this:

# references the cell from the first row and first column of a DAT called null1
op('null1')[0,0].val

For an introduction on how to build user interfaces, maybe check out this video from the Mutek Japan sessions 2018:

cheers
Markus

1 Like