Hello, is possible to use a video as background in the application instead an image like the sample attached?
The code:
The code:
Code:
tblScreen = System.GetDisplayInfo() X = 0 - ((tblScreen.Width - 790) / 2) Y = 0 - ((tblScreen.Height - 545) / 2) Video.SetPos("Kiosk", X, Y) Video.SetSize("Kiosk", tblScreen.Width, tblScreen.Height) Page.SetObjectZOrder("Kiosk", ZORDER_BACK, "") Video.SetEnabled("Kiosk", false) Application.SetRedraw(true)
Comment