Problem
Question from Client:
We have video files. How can we see it on the review page?
Resolution
In order to see the videos, we have to enable a media viewer flag in the VenioPCD database. We do this by running the following update statement.
update tbl_pj_Controlsetting set [value] =1 where [key] ='SHOW_MEDIA_VIEWER_TAB'
Please restart your IIS after making the changes.
Comments
0 comments
Please sign in to leave a comment.