Problem Into 3gp Video File

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Problem Into 3gp Video File

    its starange problem..

    i upload few videos into server.

    i can easyly download and play 3gp video from computer.

    but whenever i download same video from mobile it comes with TEXT file. then i try to download from opera8.60 and error comes XML parsing failed.

    what to do now to download from mobiles.
    sigpic

    #2
    Add this to your
    Code:
    .htaccess
    Code:
    addtype audio/x-mpegurl m3u
    addtype audio/mpegurl m3u
    addtype text/vnd.wap.wml wml
    addtype application/vnd.wap.wmlc wmlc
    addtype text/vnd.wap.wmlscript wmls
    addtype application/vnd.wap.wmlscriptc wmlsc
    addtype image/vnd.wap.wbmp wbmp
    addType application/java-archive jar
    addType application/x-java-archive jar
    addType text/vnd.sun.j2me.app-descriptor;charset=UTF-8 jad
    addType application/vnd.symbian.install sis
    addType audio/3gpp 3gp
    addType video/3gpp 3gp
    addType audio/x-wav wav
    addType audio/amr amr
    addType audio/amr-wb awb
    addType audio/mpeg mp3
    addType audio/x-midi mid
    addType audio/midi mid
    addType audio/midi midi
    addType application/x-smaf mmf
    addType application/vnd.smaf mmf
    addType application/vnd.mophun.application mpn
    addType application/vnd.mophun.application mpc
    addType application/vnd.eri.thm thm
    addType application/vnd.nok-s40theme nth
    Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
    Visit: WapMasterz Coming Back Soon!
    _______
    SCRIPTS FOR SALE BY SUBZERO
    Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
    FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
    _______
    Info & Tips
    php.net
    w3schools.com

    Comment


      #3
      THANK YOU !! it solve my problem.
      sigpic

      Comment


        #4
        Your welcome mate.
        Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
        Visit: WapMasterz Coming Back Soon!
        _______
        SCRIPTS FOR SALE BY SUBZERO
        Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
        FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
        _______
        Info & Tips
        php.net
        w3schools.com

        Comment

        Working...
        X