用mfc的向导生成一个对话框,并添加flash控件,是可以正常播放flash的。但把mfc生成的CFlash类放到另外一个窗体中就不行了。CFlash m_flash;
m_flash.Create(_T("tttt"), WS_VISIBLE | WS_CHILD, m_rcClient, m_pWnd, 0)create时产生下列异常:
Warning: constructing COleException, scode = DISP_E_MEMBERNOTFOUND ($80020003).
Warning: constructing COleException, scode = DISP_E_MEMBERNOTFOUND ($80020003).