Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
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