![]() |
API 0.9.5
|
00001 00002 @interface CPFlashView : CPView 00003 { 00004 CPFlashMovie _flashMovie; 00005 00006 CPDictionary _params; 00007 CPDictionary _paramElements; 00008 #if PLATFORM(DOM) 00009 DOMElement _DOMParamElement; 00010 DOMElement _DOMObjectElement; 00011 DOMElement _DOMInnerObjectElement; 00012 #endif 00013 } 00014 @end