Page 1 of 1

Import media

PostPosted: Sat May 19, 2018 1:46 am
by andrebremer
Hi guys,

How can I import medias from "assets" to "project" and move to a layer using widget designer ?

WD Rev:1100
PB Rev: 11116

thanks,

Re: Import media

PostPosted: Tue May 29, 2018 7:52 am
by Janina Baltaziewicz
Hi Andre,

For adding a file to the project, you have several different "ResourceAdd..." commands. E.g. "ResourceAdd,FilePath,SiteID,FolderID,FileID" lets you also define additional file and folder IDs.
Loading a file on a Device can be automated with "DeviceSetMedia" or "DeviceSetMediaByName".
Please also refer to the command list in your local helpfile for more information about these commands (WIDGET DESIGNER > SCRIPT LANGUAGE > Command List)

Cheers!