cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need help navigating or using the PTC Community? Contact the community team. X

Video/Audio/Image from Google Drive

agangaiah
14-Alexandrite

Video/Audio/Image from Google Drive

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

1 ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

1 REPLY 1

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.

Top Tags