Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hi,
Am trying to load a video/audio/image file as a resource on the click of a button in runtime from an external source like a google drive.
Can someone help me with how it can be achieved?
Avinash
Solved! Go to Solution.
Can you access the resource using a standard URL? If so, then you should be able to simply set the "src" property (or similar property, different widgets use different property names for this) on the widget to point to the URL and it should work. We've used this to dynamically load images from a Thingworx FileRepository thing and it works fine.
Can you access the resource using a standard URL? If so, then you should be able to simply set the "src" property (or similar property, different widgets use different property names for this) on the widget to point to the URL and it should work. We've used this to dynamically load images from a Thingworx FileRepository thing and it works fine.