Thanx to both repliers! |
Anil Gupte posted on Sunday, March 02, 2008 10:16 PM
|
Thanx to both repliers! I really should have Googled first, but I had been
having no success on other topics, so I tried here first. It wil take me a
couple of days to try it, so I will get back to you later.
Thanx again,
--
Anil Gupte
www.keeninc.net
www.icinema.com
Hi,
To use flash player in your VB app, there are 2 methods:
First one is using Flash ActiveX control in your project which has a
bug with giving a error, can be solved by re-building the solution.
To insert flash control in your toolbox, toolbox -> choose items ->
flash9b.ocx or like that (for higher flash versions) named "Shockwave
Flash Object".
Second is to use webbrowser control which is good alternative, enter
flash movie's (usually .swf) as webbrowser control's URL then
navigate.
Hope this helps, let us know. |
 |
|
How do i embed a Flash Player in my VB app? |
jason.ciprian posted on Sunday, March 02, 2008 10:27 PM
|
Have you tried:
http://www.google.com/search?hl=en&q=embed+flash+player+in+vb&btnG=Google+Search
See the second result, among others:
http://www.dreamincode.net/forums/showtopic40173.htm
Jason |
 |
|
How do i embed a Flash Player in my VB app? |
kimiraikkonen posted on Sunday, March 02, 2008 10:27 PM
|
Hi,
To use flash player in your VB app, there are 2 methods:
First one is using Flash ActiveX control in your project which has a
bug with giving a error, can be solved by re-building the solution.
To insert flash control in your toolbox, toolbox -> choose items ->
flash9b.ocx or like that (for higher flash versions) named "Shockwave
Flash Object".
Second is to use webbrowser control which is good alternative, enter
flash movie's (usually .swf) as webbrowser control's URL then
navigate.
Hope this helps, let us know. |
 |
|
How do i embed a Flash Player in my VB app? |
kimiraikkonen posted on Wednesday, March 05, 2008 5:13 AM
|
een
e a
As i pointed, just insert Shockwave Flash Object, then you may get an
error when bringing control over your form, don't panic, just re-build
the solution with right-click then re-place the control. Now, you're
ready to set the "Movie" URL that Flash ActiveX Control will show.
Or place webbrowser control simply, then place flash movie's URL as
the URL to be navigated.
That's all. |
 |
|