GifOcx Help File

GifOcx Help File

Plugin Name:

GifOcx

Current Version:

1.0.0.0

Author:

Ceone

E-mail:

produceone@gmail.com

Requirements:

Require Memory Action Pugin and PlayGif ActiveX Control Module.


Table of Contents

GifOcx.CreateObject
GifOcx.LoadGif
GifOcx.Play
GifOcx.Pause
GifOcx.GetSize
GifOcx.GetFrameCount
GifOcx.SaveFrameToFile

GifOcx.CreateObject


(boolean) GifOcx.CreateObject ( 

(string) ObjectName = "Plugin1",

(string) GIFPath = "",

(boolean) AutoPlay = true,

(boolean) Stretch = true,

(number) BackGroundColor = 0 )

Description

To create GifOcx Object

Parameters

ObjectName

(string) To set ObjectName

GIFPath

(string) To set GIFPath

AutoPlay

(boolean) To set AutoPlay

Stretch

(boolean) To set Stretch

BackGroundColor

(number) To set BackGroundColor

Returns

(boolean) Return boolean value, True if the action run correctly, false if it's not run.


GifOcx.LoadGif


(boolean) GifOcx.LoadGif ( 

(string) ObjectName = "Plugin1",

(string) GIFPath = "",

(boolean) AutoPlay = true,

(boolean) Stretch = true,

(number) BackGroundColor = 0 )

Description

To LoadGif

Parameters

ObjectName

(string) To set ObjectName

GIFPath

(string) To set GIFPath

AutoPlay

(boolean) To set AutoPlay

Stretch

(boolean) To set Stretch

BackGroundColor

(number) To set BackGroundColor

Returns

(boolean) Return boolean value, True if the action run correctly, false if it's not run.


GifOcx.Play


(boolean) GifOcx.Play ( 

(string) ObjectName = "Plugin1" )

Description

To Play

Parameters

ObjectName

(string) To set ObjectName

Returns

(boolean) Return boolean value, True if the action run correctly, false if it's not run.


GifOcx.Pause


(boolean) GifOcx.Pause ( 

(string) ObjectName = "Plugin1" )

Description

To Pause

Parameters

ObjectName

(string) To set ObjectName

Returns

(boolean) Return boolean value, True if the action run correctly, false if it's not run.


GifOcx.GetSize


(table) GifOcx.GetSize ( 

(string) ObjectName = "Plugin1" )

Description

To GetSize

Parameters

ObjectName

(string) To set ObjectName

Returns

(table) Return table with: "Width" and "Height".


GifOcx.GetFrameCount


(number) GifOcx.GetFrameCount ( 

(string) ObjectName = "Plugin1" )

Description

To GetFrameCount

Parameters

ObjectName

(string) To set ObjectName

Returns

(number) Return number value with all frames.


GifOcx.SaveFrameToFile


(boolean) GifOcx.SaveFrameToFile ( 

(string) ObjectName = "Plugin1" )

Description

To SaveFrameToFile

Parameters

ObjectName

(string) To set ObjectName

Returns

(boolean) Return boolean value, True if the action run correctly, false if it's not run.




This File Was Generated With AMS ActionFile Editor