how to use Shockwave Flash Activex control
-
Hello All I am developing Activex Application in which i want to use shockwave flash control. I can use it in simple dialog based application. i can successfuly display a dialog box in activex control, But when i add shockwave flash control to my dialogbox it is not displying even dialog and doesen't give any error So is there anybody who can solve my problem? Any help would be highly appriceated. Thanks
Manish Patel. B.E. - Information Technology.
-
Hello All I am developing Activex Application in which i want to use shockwave flash control. I can use it in simple dialog based application. i can successfuly display a dialog box in activex control, But when i add shockwave flash control to my dialogbox it is not displying even dialog and doesen't give any error So is there anybody who can solve my problem? Any help would be highly appriceated. Thanks
Manish Patel. B.E. - Information Technology.
These links may help you: Tutorial at BytesCount[^] Flash Gui[^]
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
-
These links may help you: Tutorial at BytesCount[^] Flash Gui[^]
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
Thanks for your reply. As above article shows, i can also diplay swf in dialog based application But the problem is with avtivex control. I am giving my steps to add sockwave flash cntrol 1 -> i have created MFC ActiveX control application 2 -> Then i have added one dialog to it. 3 -> Added Class for that dialog 4 -> In OnCreate method of activex control i had make onject of the dialog class and call DoModel() method of it. 5 -> When i run only this code it will display a Dialog box to me. 6 -> Now if i add shockwave flash object to this dialog box from tool box and run it, it will not Diplaying dialog box to me. Right now i have not provided swf to shockwave flash control. Now hope so You will understand my problem. Is there any solution for me? Thanks in advance
Manish Patel. B.E. - Information Technology.
-
Thanks for your reply. As above article shows, i can also diplay swf in dialog based application But the problem is with avtivex control. I am giving my steps to add sockwave flash cntrol 1 -> i have created MFC ActiveX control application 2 -> Then i have added one dialog to it. 3 -> Added Class for that dialog 4 -> In OnCreate method of activex control i had make onject of the dialog class and call DoModel() method of it. 5 -> When i run only this code it will display a Dialog box to me. 6 -> Now if i add shockwave flash object to this dialog box from tool box and run it, it will not Diplaying dialog box to me. Right now i have not provided swf to shockwave flash control. Now hope so You will understand my problem. Is there any solution for me? Thanks in advance
Manish Patel. B.E. - Information Technology.
add AfxEnableControlContainer() to the constructor of your dialog