how to embed flash in asp.net
Hello all,
I have created an Activex control in vc++ and I display this control in aspx page using <object> tag.
<object ID="Activex"
classid="clsid:AFB6AA3F-5D76-41E4-B6D9-6AD20026A988"
codebase="http://localhost/ActiveX.dll#Version=1,0,0,3"
hspace=0
vspace=0 border=15> </object>
Since the activex dll size is in Mbs,it take more time to install and showing white space while running the asp page.
I need to add flash in this page while Dll is downloading.After dll downloads,the flash should be stopped and activex control should strat working.
How can i do that.
Or any other way to get flash
I have posted the same question in 2 forums.but no one send me reply..
Please help me..its very urgent
Thanks in advance
|