How to add HTML5 video tag in side form panel

  1. #1

    How to add HTML5 video tag in side form panel

    Hi,
    i'm trying to use an html5 video tag, but it shows error,How can i use html5 tags inside window or form panel
    <video controls="" autoplay="" style="margin: auto;  top: 0; right: 0; bottom: 0; left: 0;" name="media" src="http://192.168.3.210/drmsservice/img/test.mp3"></video>
  2. #2
    HI,

    In v1.0, you can add the tag to the <Content> region of a Panel.

    In v0.8, you can add to the <Body>.

    Hope this helps.
    Geoffrey McGill
    Founder
  3. #3

    inside content write this:

    <Content>
    <video controls="" width="100%" >
    <source src="./images/videosPantalla/VID_1.mp4" type="video/mp4">
    <source src="./images/videosPantalla/VID_1.mp4" type="video/ogg">
    </video>

Similar Threads

  1. Replies: 14
    Last Post: Nov 26, 2012, 7:33 PM
  2. [CLOSED] Show a video
    By Oliver in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: May 31, 2012, 3:09 PM
  3. Replies: 5
    Last Post: May 11, 2012, 4:56 PM
  4. Can I display video in an Ext.Net page?
    By bapti in forum 1.x Help
    Replies: 3
    Last Post: Jun 16, 2011, 4:27 PM
  5. Replies: 4
    Last Post: Mar 19, 2010, 11:35 AM

Posting Permissions