#import <CPFlashMovie.h>
Class Methods | |
(id) | + flashMovieWithFile: |
Class Methods inherited from CPObject | |
(BOOL) | + accessInstanceVariablesDirectly |
(id) | + alloc |
(id) | + allocWithCoder: |
(BOOL) | + automaticallyNotifiesObserversForKey: |
(void) | + cancelPreviousPerformRequestsWithTarget: |
(void) | + cancelPreviousPerformRequestsWithTarget:selector:object: |
(Class) | + class |
(BOOL) | + conformsToProtocol: |
(void) | + exposeBinding: |
(void) | + initialize |
(IMP) | + instanceMethodForSelector: |
(BOOL) | + instancesImplementSelector: |
(BOOL) | + instancesRespondToSelector: |
(BOOL) | + isBindingExclusive: |
(BOOL) | + isSubclassOfClass: |
(CPSet) | + keyPathsForValuesAffectingValueForKey: |
(void) | + load |
(id) | + new |
(void) | + object:performSelector:withObject:afterDelay:inModes: |
(void) | + setVersion: |
(Class) | + superclass |
(int) | + version |
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 78 of file CPFlashMovie.j.
|
implementation |
Definition at line 60 of file CPFlashMovie.j.
|
implementation |
Creates a new Flash movie with the swf at aFileName
.
aFilename | the swf to load |
Definition at line 40 of file CPFlashMovie.j.
|
implementation |
Provided by category CPFlashMovie(CPCoding).
Definition at line 71 of file CPFlashMovie.j.
|
implementation |
Initializes the Flash movie.
aFilename | the swf to load |
Definition at line 50 of file CPFlashMovie.j.