![]() |
API 0.9.5
|
#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.
- (void) encodeWithCoder: | (CPCoder) | aCoder |
Definition at line 79 of file CPFlashMovie.j.
- (CPString) filename |
Definition at line 61 of file CPFlashMovie.j.
+ (id) flashMovieWithFile: | (CPString) | aFilename |
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 |
Definition at line 72 of file CPFlashMovie.j.
- (id) initWithFile: | (CPString) | aFilename |
Initializes the Flash movie.
aFilename | the swf to load |
Definition at line 51 of file CPFlashMovie.j.