IPlayable Interface
Defines a method to play different kind of files.
Definition
| public interface IPlayable |
Members Table
The following table lists the members exposed by the object. Click a tab on the left to choose the type of member you want to view.
Methods
| Method | Description |
|---|
| GotoAndPlay | Goes to the specified frame and plays the current instance. |
| GotoAndStop | Goes to the specified frame and stops the play of the current instance. |
| GotoNextFrame | Goes to the next frame of the current instance. |
| GotoPreviousFrame | Goes to the previous frame of the current instance. |
| Play | Plays the current instance. |
| Stop | Stops the current instance. |
Properties
| Property | Description |
|---|
| CurrentFrame | Gets the current frame of the current instance. |
| FrameCount | Gets the total number of frames of the current instance. |
Interface Information
| Namespace | System.Drawing |
|---|
| Flash Library | System.Windows.Forms.scl |
|---|
| Flash Library Version | 2.0.0.2118 |
|---|
| Silverlight Library | System.Windows.Forms.dll |
|---|