B4J Question [SOLVED] "BIG BUCK BUNNY" - The ABMaterial HTML5 Video

mmieher

Active Member
Licensed User
Longtime User
I was very disappointed when BIG BUCK BUNNY suddenly appeared, but without audio.

I must learn how to get File.DirAnything into a parameter called "source".

B4X:
    ' add HTML5 video
    Dim video3 As ABMVideo
    video3.InitializeHTML5(page, "video3", "http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4", True, "video/mp4")
    video3.SetFixedSize(320, 200)
    page.Cell(1,1).AddComponent(video3)

BIG BUCK BUNNY
(viewer discretion advised)
http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4


UPDATE:
source can be "../video/myvideo.mp4"
I need to get a grip on this web thing. I guess it is going to stick.
 
Last edited:
Top