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
NajoopNajoop 

SalesForce content file locations

Hi,

 

We are trying to put online trainings on salesforce content (documents has limitation of 15MB). the training are .swf files which does not have preview functionality and users needed to download and view it. we are trying to create a VF page that would embed the links and when clicked open it up in the browser where users can play it without the need to download on their machines.

 

The problem is we are not able to locate the exact location of the files uploaded on content.  Does anyone have any idea on how to approach this issue.

 

Thanks,

 

gv007gv007

you are using an swf file want embeded in a VF page,why u want put that swf file in content.put as static resource.Here also you will get space  problem.upload it as zip file and try it/

NajoopNajoop

 

if I add that as zip file, users would still need to download the file and play. Is that is true, we may not want to do it. we want users to click on link and it should open up browser and play the swf file.

 

Poojan

gv007gv007

If loaded as static file it is going to run in browse.first try a small file then you know the behavior.