Quantcast
Channel: Indigo Rose Software Forums - Forums
Viewing all articles
Browse latest Browse all 2105

Video as full screen background (behind application)

$
0
0
Hello, is possible to use a video as background in the application instead an image like the sample attached?


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)

Viewing all articles
Browse latest Browse all 2105