Announcement

Collapse
No announcement yet.

Video as full screen background (behind application)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Video as full screen background (behind application)

    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)
    Attached Files

  • #2
    Click image for larger version

Name:	screen.PNG
Views:	68
Size:	33.8 KB
ID:	303843

    object properties

    Comment


    • #3
      Thanks!! One more question, is possible to set a custom kiosk color on preload for each page?

      Comment


      • #4
        Hi try this
        FakeKioskMod.apz

        Comment


        • #5
          ******* example


          VideoMask Example

          Comment


          • #6
            Many thanks guys

            Comment

            Working...
            X