Jump to content

Не работает видео


Recommended Posts

Непонятно почему не загружается видео на странице

В meta.xml все файлы указал

 

HTML:

<!DOCTYPE HTML>
<html>
<head></head>
<body style="margin: 0; padding: 0;">
    <video width="100%" height="100%" controls="">
         <source src="http://mta/test/media/video1.mp4" type='video/mp4'/>
    </video>
</body>
</html>

 

Lua:

addEventHandler("onClientBrowserCreated", browser, 
    function()
        loadBrowserURL(source, "http://mta/test/html/page.html")
    end
)

 

 

Вместо видео:

a59c32624774b5637ebd6d6b4a1e0245.png

ничего не кликабельно

Edited by Voter
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...