Media functionality

0
0

I need to play a little video in a page; which tool can I use? I tried with IFramePanel but without result.

Can you explain how can I use it if it is the right tool?

  • You must to post comments
0
0

You can use Wisej.Web.Video. See a sample here: http://demo.wisej.com/codeproject. Select the Media window.

If you need to embed custom html (wisej video uses html5 video tag) you can use either IFramePanel, HtmlPanel or just a label with HTML. Basically if it’s html embedding you can embed an html viewer anywhere, including a button or a grid cell.

I tried a youtube video in a label with AllowHtml, in an HtmlPanel and in an IFramePanel (just the url in this case).

<iframe width=”854″ height=”480″ src=”https://www.youtube.com/embed/afdAZ-3uQJ8″ frameborder=”0″ allow=”autoplay; encrypted-media” allowfullscreen></iframe>

 

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.