I want to play the video on the server.

Asked 2 years ago, Updated 2 years ago, 111 views

As stated in the title, I would like to play the video on the server using iframe, but there is no problem with ios, but I cannot play it on Android.
Is there any good way?

<iframe height="250" class="movie-iframe" src="http://○○.mp4" frameborder="0" allowfullscreen></iframe>

android monaca mp4

2022-09-30 20:33

1 Answers

If you use a video tag, you can play it.I have verified it with Nexus 7.With Monaca, using Crosswalk's high-performance WebView will eliminate WebView bugs.

http://blog.asial.co.jp/1296

<body>
    <video src="sample.mp4"></video>
</body>


2022-09-30 20:33

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.