function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sylvain@RibbonFishSylvain@RibbonFish 

How to link a video to an object?

Hi,
I would like to know if there is a way to add a video for a record? The video might be different depending of a value of a field.
This video will not be uploaded on Youtube. We would like to upload them to a private server or in Salesforce Platform.
Any suggestion ?
Maybe be developping a custom object with a custom page or component and add it to the page layout of the object?
Thanks
Ribbonfish
Vinita_SFDCVinita_SFDC
Hello,

You can play video by implementing visualforce pages. Please refer following blog for sample code:

http://salesforcedeveloperblog.blogspot.in/2011/05/video-player-in-visual-force.html