<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > VideoPlayer > Method >SetUseAnimateGIF |
Sets the file playback method set in the Source property of VideoPlayer.
Prototype :
void SetUseAnimateGIF
(
string UseAnimateGIF
)
Arguments :
UseAnimateGIF |
the file playback method. refer to UseAnimateGIFConst |
Example :
//string
This.SetUseAnimateGIF("Auto");
//constant
This.SetUseAnimateGIF(UseAnimateGIFConst.Auto);
Available Events :
OnBind, OnInitialize, OnStartBind
See also :