Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hello Developers,
I am confused that how my url needs to look like in order to play video with this webframe widget.
My URL : "/Thingworx/FileRepositoryDownloader?download-repository=AssemblyApproval.FileRepository&directRender=true&download-path=//troop/kroop/loop/alter/Sequences/l-Creo3D-Abbildung1.pvi/Gewindering_(32570024)_aufsetzen_(Stauchen)/Videos/101.mp4"
but my video is unable to pay on the widget.. can anyone please tell me about url creation of it... thanks
Solved! Go to Solution.
I have further went deep down into issue. So issue is that in my path i have round brakets ( ) and url converts them into special characters as you can see below:
%29 close braket => )
%28 open braket -> (
it does not run the video then. but if i have a link without these round brakets then the video works. Anyone has a solution recommendation for that. because my path folders have round brakets in it and thats why path has in it.
So please avoid brakets in the creation of folder in fileRepository. the underscore sign works _ completely fine for me but no brakets.
I have further went deep down into issue. So issue is that in my path i have round brakets ( ) and url converts them into special characters as you can see below:
%29 close braket => )
%28 open braket -> (
it does not run the video then. but if i have a link without these round brakets then the video works. Anyone has a solution recommendation for that. because my path folders have round brakets in it and thats why path has in it.
So please avoid brakets in the creation of folder in fileRepository. the underscore sign works _ completely fine for me but no brakets.