Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Avi Example

Avi

ADDON:ImportObject(52) -- Avi
-- ADDON:ImportObject(OBJECT.Avi)

local aviExample = UIParent:CreateWidget("avi", "aviExample", "UIParent")
aviExample:SetExtent(640, 360)
aviExample:AddAnchor("CENTER", "UIParent", 0, 0)
aviExample:SetAviName("objects/machinima/avi/id_300_01.avi")
aviExample:Show(true)

Avi Example