Hi All,
I am using Web Client in Servoy 6.0.5 . I want to run a video . Is there any bean available to run from the URL in the web Client ? . How can I run a video in the web Client ? . In the smart client I was using Browser suite bean . It was working fine.
Thanks in advance . Waiting for your feedback.
Hi All,
Is there any other third party bean for running a video ? . There is a default Servoy browser bean available in the servoy 6.0.5 . But this is not web compatible ? . How can I achieve this ?.
Thanks in advance . Waiting for your feedback.
Hi Ashutos,
ashutoslenka426:
There is a default Servoy browser bean available in the servoy 6.0.5
To be clear, there was never a default browser bean in Servoy. Servoy never came bundled with one.
The only one available now is the browser bean from Patrick Talbot. If you have a browser bean in your installation then I am pretty sure you installed it yourself.
As for your video question. I think you are looking at this the wrong way.
You say you are using the browser bean now but it’s not web-compatible. Remember, the browserbean is in fact a web-browser so it doesn’t make much sense to have a browser bean inside a web-browser. And web-browsers already have capabilities of their own to display video, be it by a browser plugin (flash, quicktime, etc.) or build in (HTML5).
So since you want to deploy to the web-client you just need to provide those tags in your solution like via a HTML_AREA. Of course some also depends on what you want to do exactly and where the media is stored.
Hope this gets you further.
Hi Roclasi,
Thanks for your reply . I will be investigating it . ![Smile :)]()