API 0.9.5
CPFlashMovie Class Reference

#import <CPFlashMovie.h>

Inheritance diagram for CPFlashMovie:

List of all members.

Instance Methods

(void) - encodeWithCoder:
(CPString- filename
(id) - initWithCoder:
(id) - initWithFile:

Class Methods

(id) + flashMovieWithFile:

Detailed Description

CPFlashMovie is used to represent a Flash movie in the Cappuccino framework.

Definition at line 2 of file CPFlashMovie.h.


Method Documentation

- (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.

Parameters:
aFilenamethe swf to load
Returns:
the initialized CPFlashMovie

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.

Parameters:
aFilenamethe swf to load
Returns:
the initialized CPFlashMovie

Definition at line 51 of file CPFlashMovie.j.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Defines