<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix"><font size="+1">Dear TG<br>
        <br>
        mp4 files cannot run directly in a browser unless you declare
        the object and set up a mp4 player in your server<br>
        We use jwplayer (which is free) <br>
        <br>
        then you have to include in your format the "object" using a
        script similar to this<br>
        <br>
      </font>
      <hr size="2" width="100%"><font size="+1"><b><font face="Courier
            New, Courier, monospace"><div align="center"
            ><br><br>
            <br>
            <object classid=<a class="moz-txt-link-rfc2396E" href="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">"clsid:
            D27CDB6E-AE6D-11cf-96B8-444553540000"</a> width="300"
            height="225" id="single1" name="single1"> <br>
            <param name="movie"
            value="<a class="moz-txt-link-freetext" href="http://">http://</a><host>/player/flashplayer56/player.swf">
            <br>
            <param name="allowfullscreen" value="true"> <br>
            <param name="allowscriptaccess" value="always"> <br>
            <param name="wmode" value="transparent"> <br>
            <param name="flashvars"
value="file=<a class="moz-txt-link-freetext" href="http://">http://</a><host>&amp;autostart=false&amp;controlbar=over&amp;image=<a class="moz-txt-link-freetext" href="http://">http://</a><host>/player/flashplayer56/preview.jpg"
            /> <br>
            <embed <br>
            type="application/x-shockwave-flash" <br>
            id="single2" <br>
            name="single2" <br>
            src="<a class="moz-txt-link-freetext" href="http://">http://</a><host>/player/flashplayer56/player.swf" <br>
            width="800" <br>
            height="600" <br>
            bgcolor="undefined" <br>
            allowscriptaccess="always" <br>
            allowfullscreen="true" <br>
            wmode="transparent" <br>
            flashvars="file=<a class="moz-txt-link-freetext" href="http:/">http:/</a><host/player/<file>&amp;autostart=false&amp;controlbar=over&amp;image=<a class="moz-txt-link-freetext" href="http://">http://</a><your
            server>/player/flashplayer56/preview.jpg" />  <br>
            </object> <br>
            <br>
            </div></font></td></tr></font></b><br>
      </font>
      <hr size="2" width="100%"><font size="+1">Ernesto Spinak<br>
      </font><br>
      <br>
      <br>
      <br>
      El 16/05/2016 a las 6:00, bhowa tg escribió:<br>
    </div>
    <blockquote
cite="mid:CAHCQBV15LS88v_3cd_oDjheJUa8YRoc81p=nt4wTVAHrjPkFZQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_default" style="font-family:comic sans
          ms,sans-serif">
          <p class="MsoNormal">Below Error messages when I try to play
            the mp4.<span style="mso-spacerun:yes">  </span>But when I
            check the /htdocs/bases/db for the
            mp4 it displays correctly and executes.<span
              style="mso-spacerun:yes">  </span></p>
          <p class="MsoNormal" style="line-height:normal"><b><span
                style="font-size:24pt;font-family:"Times New
                Roman","serif"">Not Found</span></b></p>
          <p class="MsoNormal" style="line-height:normal"><span
              style="font-size:12pt;font-family:"Times New
              Roman","serif"">The requested URL
              /central/dataentry/Transmission_and_Prevention_of_HIV.mp4
              was not found on this
              server.</span></p>
          <p class="MsoNormal" style="line-height:normal"><br>
            <span style="font-size:12pt;font-family:"Times New
              Roman","serif""></span></p>
          <p class="MsoNormal" style="line-height:normal"><br>
            <span style="font-size:12pt;font-family:"Times New
              Roman","serif""></span></p>
          <p class="MsoNormal" style="line-height:normal"><br>
          </p>
          <p class="MsoNormal" style="line-height:normal"><span
style="font-size:11pt;line-height:115%;font-family:"Calibri","sans-serif"">see
              attached.</span></p>
          <p class="MsoNormal" style="line-height:normal"><br>
            <span
style="font-size:11pt;line-height:115%;font-family:"Calibri","sans-serif""></span></p>
          <p class="MsoNormal" style="line-height:normal"><span
style="font-size:11pt;line-height:115%;font-family:"Calibri","sans-serif"">merci</span></p>
          <p class="MsoNormal" style="line-height:normal"><br>
            <span
style="font-size:11pt;line-height:115%;font-family:"Calibri","sans-serif""></span></p>
          <p class="MsoNormal" style="line-height:normal"><span
style="font-size:11pt;line-height:115%;font-family:"Calibri","sans-serif"">tg<br>
            </span></p>
        </div>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Thu, May 12, 2016 at 12:12 PM,
          spinaker <span dir="ltr"><<a moz-do-not-send="true"
              href="mailto:spinaker@adinet.com.uy" target="_blank">spinaker@adinet.com.uy</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div bgcolor="#FFFFFF" text="#000000">
              <div><font size="+1">Dear TG<br>
                  <br>
                  you have to declare the extension in the config.php<br>
                  <br>
                  This is the default configuration, there you can add
                  other if you need it<span class=""><br>
                    <br>
                    <b><font face="Courier New, Courier, monospace">//extension
                        allowed for uploading files (used in dataentry/)<br>
$ext_allowed=array("jpg","gif","png","pdf","doc","docx","xls","xlsx","odt");<br>
                      </font></b><br>
                  </span> Regards<br>
                  Ernesto Spinak</font>
                <div>
                  <div class="h5"><br>
                    <br>
                    <br>
                    <br>
                    El 12/05/2016 a las 6:53, bhowa tg escribió:<br>
                  </div>
                </div>
              </div>
              <blockquote type="cite">
                <div>
                  <div class="h5">
                    <div dir="ltr">
                      <div class="gmail_default"
                        style="font-family:comic sans ms,sans-serif">Dear
                        Colleagues'<br>
                        <br>
                      </div>
                      <div class="gmail_default"
                        style="font-family:comic sans ms,sans-serif">i
                        trust this finds you well.<br>
                        <br>
                      </div>
                      <div class="gmail_default"
                        style="font-family:comic sans ms,sans-serif">what
                        option to i use if i want to upload mp3+4.  with
                        jpeg, pdf no problem.  but when i try to upload
                        any video content abcd prompts me with an error
                        message file extension not recognised.<br>
                        <br>
                      </div>
                      <div class="gmail_default"
                        style="font-family:comic sans ms,sans-serif">apart
                        from from upload option in FDT, which option may
                        i use.<br>
                        <br>
                      </div>
                      <div class="gmail_default"
                        style="font-family:comic sans ms,sans-serif">thank
                        you in advance.<br>
                        <br>
                      </div>
                      <div class="gmail_default"
                        style="font-family:comic sans ms,sans-serif">good
                        day<br>
                        <br>
                      </div>
                      <div class="gmail_default"
                        style="font-family:comic sans ms,sans-serif">tg<br
                          clear="all">
                      </div>
                      <br>
                      -- <br>
                      <div>
                        <div dir="ltr"><br>
                          <span style="font-family:comic sans
                            ms,sans-serif">bhowa tg<br>
                            Infoprenuer, abcdZim.org<br>
                            <a moz-do-not-send="true"
                              href="mailto:bhowatg@gmail.com"
                              target="_blank">bhowatg@gmail.com</a>  IM
                            & skypeID:  bhowatg<br>
                            blog: <a moz-do-not-send="true"
                              href="http://bhowatg.blogspot.com"
                              target="_blank">http://bhowatg.blogspot.com</a><br>
                            <a moz-do-not-send="true"
                              href="http://facebook.com/groups/abcdzim/"
                              target="_blank">http://facebook.com/groups/abcdzim/</a>;
                            <a moz-do-not-send="true"
                              href="http://twitter.com/bhowatg"
                              target="_blank">http://twitter.com/bhowatg</a><br>
                            <a moz-do-not-send="true"
                              href="http://www.abcdZim.co.cc"
                              target="_blank">www.abcdZim.co.cc</a><br>
                          </span><br>
                          <br>
                          <span style="font-family:comic sans
                            ms,sans-serif">"there are two equally
                            dangerous extremes-<br>
                            to shut reason out and to let nothing else
                            in"<br>
                                                                 Pascal,
                            1670</span><br>
                          <br>
                          <br>
                        </div>
                      </div>
                    </div>
                    <br>
                    <fieldset></fieldset>
                    <br>
                  </div>
                </div>
                <span class="">
                  <pre>_______________________________________________
isis-users mailing list
<a moz-do-not-send="true" href="mailto:isis-users@iccisis.org" target="_blank">isis-users@iccisis.org</a>
To manage your own subscription options go to: <a moz-do-not-send="true" href="http://lists.iccisis.org/listinfo/isis-users" target="_blank">http://lists.iccisis.org/listinfo/isis-users</a>
Or contact Henk Rutten: <a moz-do-not-send="true" href="mailto:hlrutten@xs4all.nl" target="_blank">hlrutten@xs4all.nl</a>
</pre>
                </span></blockquote>
              <br>
              <p><br>
              </p>
              <pre cols="72">-- 
  .^.                                .^.
  ( )                                ( )
  ===                                ===
 =[=]================================[=]=
  | |  Ernesto Spinak                | |
  | |  <a moz-do-not-send="true" href="mailto:spinaker@adinet.com.uy" target="_blank">spinaker@adinet.com.uy</a>        | |
  | |  Montevideo, Uruguay           | |
  | |  tel/fax  (598) 2622-3352      | |
  | |  celular  (598) 99612238      | |
 =[=]================================[=]=
  ===                                ===
  ( )                                ( )
   V                                  V </pre>
            </div>
            <br>
            _______________________________________________<br>
            isis-users mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:isis-users@iccisis.org">isis-users@iccisis.org</a><br>
            To manage your own subscription options go to: <a
              moz-do-not-send="true"
              href="http://lists.iccisis.org/listinfo/isis-users"
              rel="noreferrer" target="_blank"><a class="moz-txt-link-freetext" href="http://lists.iccisis.org/listinfo/isis-users">http://lists.iccisis.org/listinfo/isis-users</a></a><br>
            Or contact Henk Rutten: <a moz-do-not-send="true"
              href="mailto:hlrutten@xs4all.nl">hlrutten@xs4all.nl</a><br>
            <br>
          </blockquote>
        </div>
        <br>
        <br clear="all">
        <br>
        -- <br>
        <div class="gmail_signature">
          <div dir="ltr"><br>
            <span style="font-family:comic sans ms,sans-serif">bhowa tg<br>
              Infoprenuer, abcdZim.org<br>
              <a moz-do-not-send="true" href="mailto:bhowatg@gmail.com"
                target="_blank">bhowatg@gmail.com</a>  IM &
              skypeID:  bhowatg<br>
              blog: <a moz-do-not-send="true"
                href="http://bhowatg.blogspot.com" target="_blank">http://bhowatg.blogspot.com</a><br>
              <a moz-do-not-send="true"
                href="http://facebook.com/groups/abcdzim/"
                target="_blank">http://facebook.com/groups/abcdzim/</a>;
              <a moz-do-not-send="true"
                href="http://twitter.com/bhowatg" target="_blank">http://twitter.com/bhowatg</a><br>
              <a moz-do-not-send="true" href="http://www.abcdZim.co.cc"
                target="_blank">www.abcdZim.co.cc</a><br>
            </span><br>
            <br>
            <span style="font-family:comic sans ms,sans-serif">"there
              are two equally dangerous extremes-<br>
              to shut reason out and to let nothing else in"<br>
                                                   Pascal, 1670</span><br>
            <br>
            <br>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    <p><br>
    </p>
    <pre class="moz-signature" cols="72">-- 
  .^.                                .^.
  ( )                                ( )
  ===                                ===
 =[=]================================[=]=
  | |  Ernesto Spinak                | |
  | |  <a class="moz-txt-link-abbreviated" href="mailto:spinaker@adinet.com.uy">spinaker@adinet.com.uy</a>        | |
  | |  Montevideo, Uruguay           | |
  | |  tel/fax  (598) 2622-3352      | |
  | |  celular  (598) 99612238      | |
 =[=]================================[=]=
  ===                                ===
  ( )                                ( )
   V                                  V </pre>
  </body>
</html>