| 179 | } |
| 180 | |
| 181 | bool CFlashUI::DoCreateControl() |
| 182 | { |
| 183 | if (!CActiveXUI::DoCreateControl()) |
| 184 | return false; |
| 185 | //GetManager()->AddTranslateAccelerator(this); |
| 186 | GetControl(__uuidof(IShockwaveFlash),(LPVOID*)&m_pFlash); |
| 187 | RegisterEventHandler(TRUE); |
| 188 | return true; |
| 189 | } |
| 190 | |
| 191 | void CFlashUI::SetFlashEventHandler( CFlashEventHandler* pHandler ) |
| 192 | { |
nothing calls this directly
no outgoing calls
no test coverage detected