• Hi,
    I ask you an help in solving a problem on my site.
    I’m trying to make an embedded player which is linked to an http url that contain the mp4 file. I have tried lots of plugin but no one has worked and now i’m trying to use the integrated wordpress player. When i attach it my browser says me “Error Loading this resource” but if i insert it in another wp site (hosted in a different server) it works properly. I have already tried to add

    <FilesMatch mp4>
    Satisfy any
    order allow,deny
    allow from all
    </FilesMatch>
    AddType video/ogg .ogv
    AddType video/mp4 .mp4
    AddType video/webm .webm

    In the .htaccess file but anything is changed.

    What should i do?
    Thank You!
    (Sorry for my english)

The topic ‘mp4 video player error’ is closed to new replies.