this is what am searching for...first day of my b4a buy am creating a multi streaming app..how cool is that...ThaNKS Erel...Try this library: http://www.b4x.com/android/forum/threads/19329/#content
Panel1.LoadLayout("newlayout")
ok i have successfully created an app which can play 2 videos simultaneously////100%x is 100% width of the "parent panel or activity".
100%y is 100% height of the "parent panel or activity".
In you example the myPanel1 is place top and left 0 (upper left corner) and fill the hole width and height of your activity.
If you for example load a layout to a panel with
then the 100%x and 100%y are the width and height of this panel.B4X:Panel1.LoadLayout("newlayout")