Search EggHeadCafe's Job Board
EggHeadCafe Silverlight WPF ASP.NET VB.NET C# Excel SQL Server SharePoint
search
.NET Framework GroupsView
.NET Distributed_Apps
.NET
.NET ADO.NET
.NET ASP.NET
.NET ASP.NET Security
.NET ASP.NET Webcontrols
.NET ASP.NET Web Services
.NET Clr
.NET Compact Framework
.NET Drawing
.NET Interop
.NET Performance
.NET Web Services
.NET Windows Forms
.NET Windows Forms Controls
.NET General
.NET Csharp
.NET Visual Basic
.NET Vc
.NET Security
.NET Xml
Vsnet Debugging
Xml
Xsl
Scripting Jscript
Scripting Visual Basicscript
Scripting Wsh
Smartphone Developer
Visual Basic Com
Visual Basic Controls
Visual Basic Crystal
Visual Basic Database Ado
Visual Basic Syntax
Visual Basic Winapi
Vc Atl
Vc Debugger
Vc Language
Vc Mfc
Vc Stl
Visio Developer Visual Basica
Windowsce Embedded Vc
Windows Powershell
Visual Basic Vista Compatibility
Deployment Server
.NET Micro Porting

Group SummariesView
.NET Framework
Access
BizTalk
Certifications
CRM
DDK
Exchange Server
FoxPro
French
French .NET
Games
German
German .NET
Graphic Design
IIS
Internet
ISA Server
Italian
Italian .NET
Maps
MCIS
Miscellaneous
Mobile Apps
Money
MSN
Networking
Office
Ops Mgr
Publisher
Security
SharePoint
Small Business
Spanish
Spanish .NET
SQL Server
Systems Management Server
Transaction Server
Virtual PC / Virtual Server
Visual Studio
Win32
Windows 2000
Windows 2003 Server
Windows 7
Windows Live
Windows Media
Windows Update
Windows Vista
Windows XP
 

View All Microsoft NET Visual Basic Posts  Ask A New Question 

How do i embed a Flash Player in my VB app?

Anil Gupte posted on Sunday, March 02, 2008 12:38 PM

Any ideas/tutorials/resources?

TIA,
--
Anil Gupte
www.keeninc.net
www.icinema.com
reply

 

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.
reply

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
reply

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.
reply

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.
reply


Previous Microsoft NET Visual Basic conversation.