How can I Insert a .swf file in my form
-
Hello Every body, i have a .swf file its an intro for my application and on loading the application i want it to start. Any help is appreciated ....... VB.net I tried to Add the Interop.ShockwaveFlashObjects referrence, but still not workin, they told i have to add AxInterop.ShockwaveFlashObjects but i couldnt found it. So id like a soultion, and step by step plz. -- modified at 13:24 Wednesday 29th March, 2006
-
Hello Every body, i have a .swf file its an intro for my application and on loading the application i want it to start. Any help is appreciated ....... VB.net I tried to Add the Interop.ShockwaveFlashObjects referrence, but still not workin, they told i have to add AxInterop.ShockwaveFlashObjects but i couldnt found it. So id like a soultion, and step by step plz. -- modified at 13:24 Wednesday 29th March, 2006
-
the easyest way of doing it is adding a webpage object. create a simple html page that loads the swf and then load the html page into the webpage object. in vb6 it used to be webpage object.navigate(Path) not sure about .net
Any way thanks HaloZa, but i couldnt find such webpage object, any way to do it ???? thanks again for ur try.
-
Any way thanks HaloZa, but i couldnt find such webpage object, any way to do it ???? thanks again for ur try.
Maybe my article http://www.codeproject.com/useritems/Tips_And_Links.asp[^] will be helpful to you.
Regards,
Chatura Dilan
If at first you don't succeed, try; try again, so that you know what not to do the next time. The answer is out there.