![]() |
API
0.9.6
|
#import <CPFlashMovie.h>
Inheritance diagram for CPFlashMovie:Class Methods | |
| (id) | + flashMovieWithFile: |
Class Methods inherited from CPObject | |
| (BOOL) | + accessInstanceVariablesDirectly |
| (id) | + alloc |
| (id) | + allocWithCoder: |
| (BOOL) | + automaticallyNotifiesObserversForKey: |
| (Class) | + class |
| (void) | + exposeBinding: |
| (void) | + initialize |
| (IMP) | + instanceMethodForSelector: |
| (BOOL) | + instancesRespondToSelector: |
| (BOOL) | + isSubclassOfClass: |
| (CPSet) | + keyPathsForValuesAffectingValueForKey: |
| (void) | + load |
| (id) | + new |
| (void) | + setVersion: |
| (Class) | + superclass |
| (int) | + version |
Additional Inherited Members | |
Instance Variables inherited from CPObject | |
| Class | isa |
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.