greetings
it is possible to use and display flash SWF files on .NET WinForms
applications?
If so, how?
TIA
Almeida
Herfried K. Wagner [MVP] - 23 Jun 2004 16:31 GMT
* Sérgio Almeida <sgalmeida_NOSPAM@hotpop_NOSPAM.com> scripsit:
> it is possible to use and display flash SWF files on .NET WinForms
> applications?
<URL:http://www.devx.com/dotnet/Article/21033/>

Signature
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/
Bob Powell [MVP] - 23 Jun 2004 18:55 GMT
Use the AXBrowser control. This hosts the IE browser in a control you can
drop on a form and navigate to an SWF file on the local hard-disk.

Signature
Bob Powell [MVP]
Visual C#, System.Drawing
Image transition effects, snap-to-grid and Layered Windows are
all discussed in May's edition of Well Formed for C# or VB programmers
http://www.bobpowell.net/currentissue.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm
The GDI+ FAQ RSS feed: http://www.bobpowell.net/faqfeed.xml
Windows Forms Tips and Tricks RSS: http://www.bobpowell.net/tipstricks.xml
Bob's Blog: http://bobpowelldotnet.blogspot.com/atom.xml
> greetings
>
[quoted text clipped - 5 lines]
>
> Almeida