API 0.9.5
CPFlashView Class Reference

#import <CPFlashView.h>

Inheritance diagram for CPFlashView:

List of all members.

Instance Methods

(CPFlashMovie- flashMovie
(CPDictionary- flashVars
(id) - initWithFrame:
(void) - mouseDown:
(void) - mouseDragged:
(void) - mouseUp:
(CPDictionary- parameters
(void) - setFlashMovie:
(void) - setFlashVars:
(void) - setParameters:

Detailed Description

Definition at line 2 of file CPFlashView.h.


Method Documentation

- (CPFlashMovie) flashMovie

Definition at line 97 of file CPFlashView.j.

- (CPDictionary) flashVars

Definition at line 118 of file CPFlashView.j.

- (id) initWithFrame: (CGRect)  aFrame

Initializes the receiver for usage with the specified bounding rectangle

Returns:
the initialized view

Reimplemented from CPView.

Definition at line 43 of file CPFlashView.j.

- (void) mouseDown: (CPEvent anEvent

Notifies the receiver that the user has clicked the mouse down in its area.

Parameters:
anEventcontains information about the click

Reimplemented from CPView.

Definition at line 194 of file CPFlashView.j.

- (void) mouseDragged: (CPEvent anEvent

Notifies the receiver that the user has initiated a drag over it. A drag is a mouse movement while the left button is down.

Parameters:
anEventcontains information about the drag

Reimplemented from CPResponder.

Definition at line 189 of file CPFlashView.j.

- (void) mouseUp: (CPEvent anEvent

Notifies the receiver that the user has released the left mouse button.

Parameters:
anEventcontains information about the release

Reimplemented from CPResponder.

Definition at line 199 of file CPFlashView.j.

- (CPDictionary) parameters

Definition at line 163 of file CPFlashView.j.

- (void) setFlashMovie: (CPFlashMovie aFlashMovie

Definition at line 80 of file CPFlashView.j.

- (void) setFlashVars: (CPDictionary aDictionary

Definition at line 102 of file CPFlashView.j.

- (void) setParameters: (CPDictionary aDictionary

Definition at line 123 of file CPFlashView.j.


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