Flash in Visual Studio 2005. How?

T

Tim Dixon

Hi,

Can someone tell me how to get a flash file to play in Visual Basic .net?
(VS2005)

Tried adding a com component to the toolbox (as it worked in VS2003), but
this produces an error in 2005 (seems to be a know bug with VS2005)

All I want to do is PLAY flash files - and maybe control them (ie. play,
pause, send vars to/from)

Can someone help me or guide me as to how to do this? I'm happy to pay for a
component if there is one out there!

(I've come from a macromedia Director background, and adding a flash file as
an asset is so easy, and can add a lot to an application)


Any help greatly appreciated,


Tim Dixon.
 
T

Tim Dixon

Ken, Thanks for the link - just what I needed!

Does anyone know of anything like this for winforms as well? (rather than
asp?)


TIA


Tim.


Ken Cox said:
Hi Tim,

There are several designers that help you generate the correct client-side
content to run Flash. Here's one that's free:

http://www.asp.net/ControlGallery/ControlDetail.aspx?Control=2948&tabindex=6

Ken
Microsoft MVP [ASP.NET]


Tim Dixon said:
Hi,

Can someone tell me how to get a flash file to play in Visual Basic .net?
(VS2005)

Tried adding a com component to the toolbox (as it worked in VS2003), but
this produces an error in 2005 (seems to be a know bug with VS2005)

All I want to do is PLAY flash files - and maybe control them (ie. play,
pause, send vars to/from)

Can someone help me or guide me as to how to do this? I'm happy to pay
for a component if there is one out there!

(I've come from a macromedia Director background, and adding a flash file
as an asset is so easy, and can add a lot to an application)


Any help greatly appreciated,


Tim Dixon.
 
J

John Goodfellow

Flash comes with an ActiveX player component. Search your references for
something like "ShockwaveFlash Object". Search the Flash Support website
for "scripting" & "ActiveX". Be warned, the ActiveX control is very
sparsely documented.
--
John G.

Tim Dixon said:
Ken, Thanks for the link - just what I needed!

Does anyone know of anything like this for winforms as well? (rather than
asp?)


TIA


Tim.


Ken Cox said:
Hi Tim,

There are several designers that help you generate the correct
client-side content to run Flash. Here's one that's free:

http://www.asp.net/ControlGallery/ControlDetail.aspx?Control=2948&tabindex=6

Ken
Microsoft MVP [ASP.NET]


Tim Dixon said:
Hi,

Can someone tell me how to get a flash file to play in Visual Basic
.net? (VS2005)

Tried adding a com component to the toolbox (as it worked in VS2003),
but this produces an error in 2005 (seems to be a know bug with VS2005)

All I want to do is PLAY flash files - and maybe control them (ie. play,
pause, send vars to/from)

Can someone help me or guide me as to how to do this? I'm happy to pay
for a component if there is one out there!

(I've come from a macromedia Director background, and adding a flash
file as an asset is so easy, and can add a lot to an application)


Any help greatly appreciated,


Tim Dixon.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top