Public Member Functions | |
(void) | - encodeWithCoder: [implementation] |
(CPString) | - filename [implementation] |
(id) | - initWithCoder: [implementation] |
(id) | - initWithFile: [implementation] |
Static Public Member Functions | |
(id) | + flashMovieWithFile: [implementation] |
CPFlashMovie is used to represent a Flash movie in the Cappuccino framework.
Definition at line 31 of file CPFlashMovie.j.
- (void) encodeWithCoder: | (CPCoder) | aCoder | [implementation] |
Definition at line 79 of file CPFlashMovie.j.
- (CPString) filename | [implementation] |
Definition at line 61 of file CPFlashMovie.j.
+ (id) flashMovieWithFile: | (CPString) | aFilename | [implementation] |
Creates a new Flash movie with the swf at aFileName
.
aFilename | the swf to load |
Definition at line 41 of file CPFlashMovie.j.
- (id) initWithCoder: | (CPCoder) | aCoder | [implementation] |
Definition at line 72 of file CPFlashMovie.j.
- (id) initWithFile: | (CPString) | aFilename | [implementation] |
Initializes the Flash movie.
aFilename | the swf to load |
Definition at line 51 of file CPFlashMovie.j.