Welcome
GifOcx
1.0.0.0
Ceone
produceone@gmail.com
Require Memory Action Pugin and PlayGif ActiveX Control Module.
GifOcx.CreateObject
GifOcx.LoadGif
GifOcx.Play
GifOcx.Pause
GifOcx.GetSize
GifOcx.GetFrameCount
GifOcx.SaveFrameToFile
(boolean) GifOcx.CreateObject ( | (string) ObjectName = "Plugin1", (string) GIFPath = "", (boolean) AutoPlay = true, (boolean) Stretch = true, (number) BackGroundColor = 0 ) |
To create GifOcx Object
(string) To set ObjectName
(string) To set GIFPath
(boolean) To set AutoPlay
(boolean) To set Stretch
(number) To set BackGroundColor
(boolean) Return boolean value, True if the action run correctly, false if it's not run.
(boolean) GifOcx.LoadGif ( | (string) ObjectName = "Plugin1", (string) GIFPath = "", (boolean) AutoPlay = true, (boolean) Stretch = true, (number) BackGroundColor = 0 ) |
To LoadGif
(string) To set ObjectName
(string) To set GIFPath
(boolean) To set AutoPlay
(boolean) To set Stretch
(number) To set BackGroundColor
(boolean) Return boolean value, True if the action run correctly, false if it's not run.
(boolean) GifOcx.Play ( | (string) ObjectName = "Plugin1" ) |
To Play
(string) To set ObjectName
(boolean) Return boolean value, True if the action run correctly, false if it's not run.
(boolean) GifOcx.Pause ( | (string) ObjectName = "Plugin1" ) |
To Pause
(string) To set ObjectName
(boolean) Return boolean value, True if the action run correctly, false if it's not run.
(table) GifOcx.GetSize ( | (string) ObjectName = "Plugin1" ) |
To GetSize
(string) To set ObjectName
(table) Return table with: "Width" and "Height".
(number) GifOcx.GetFrameCount ( | (string) ObjectName = "Plugin1" ) |
To GetFrameCount
(string) To set ObjectName
(number) Return number value with all frames.
(boolean) GifOcx.SaveFrameToFile ( | (string) ObjectName = "Plugin1" ) |
To SaveFrameToFile
(string) To set ObjectName
(boolean) Return boolean value, True if the action run correctly, false if it's not run.
This File Was Generated With AMS ActionFile Editor