![]() |
API
0.9.7
|
#import <CPFlashMovie.h>
Instance Methods | |
(void) | - encodeWithCoder: |
(CPString) | - filename |
(id) | - initWithCoder: |
(id) | - initWithFile: |
Class Methods | |
(id) | + flashMovieWithFile: |
CPFlashMovie is used to represent a Flash movie in the Cappuccino framework.
Definition at line 2 of file CPFlashMovie.h.
|
implementation |
Provided by category CPFlashMovie(CPCoding).
Definition at line 79 of file CPFlashMovie.j.
|
implementation |
Definition at line 61 of file CPFlashMovie.j.
|
implementation |
Creates a new Flash movie with the swf at aFileName
.
aFilename | the swf to load |
Definition at line 41 of file CPFlashMovie.j.
|
implementation |
Provided by category CPFlashMovie(CPCoding).
Definition at line 72 of file CPFlashMovie.j.
|
implementation |
Initializes the Flash movie.
aFilename | the swf to load |
Definition at line 51 of file CPFlashMovie.j.