Management of the PMF, Viewer Multimedia "PMF" functions.
NIL pmf.run |
( |
STRING |
path | ) |
|
Play a pmf file.
- Parameters
-
path | It is the path of the file to play. |
- Note
- This function can use the onPmfPlay() callback, more info here .
- Returns
- Nothing.
NIL pmf.run |
( |
STRING |
path, |
|
|
NUMBER |
x, |
|
|
NUMBER |
y |
|
) |
| |
Play a pmf file with coordinates.
- Parameters
-
path | It is the path of the file to play. |
x | Coordinate X where you to render frames. |
y | Coordinate Y where you to render frames. |
- Returns
- Nothing.
Sets the pmf, in State "play" mode.
- Note
- This function can use the onPmfPlay() callback, more info here .
- Returns
- Nothing.
Sets the pmf, in State "paused" mode.
- Note
- This function can use the onPmfPlay() callback, more info here .
- Returns
- Nothing.
Sets the pmf, State marked "stop" mode, terminates the execution of a pmf.
รณ*
- Note
- This function can use the onPmfPlay() callback, more info here .
- Returns
- Nothing.