API  1.0.0
CPFlashView.h
Go to the documentation of this file.
1 
2 @interface CPFlashView : CPView
3 {
4  CPFlashMovie _flashMovie;
5 
6  CPDictionary _params;
7  CPDictionary _paramElements;
8 #if PLATFORM(DOM)
9  DOMElement _DOMParamElement;
10  DOMElement _DOMObjectElement;
11 #endif
12 }
13 @end
A mutable key-value pair collection.
Definition: CPDictionary.h:2
Definition: CPView.j:137