Deal with Flash

  • Thread starter Thread starter ByB
  • Start date Start date
B

ByB

Hello,

I'm looking for a control allowing me to use a Flash file (.SWF) in C#
For example, to let me know what is the duration of the Flash, its size
or whatever available properties.

Do you know of any control (from Microsoft or others) of this kind ?
Any link ?

Thank you.
 
There is one caveat.. If the header says "SWC" instead of "SWF" then you
need to decompress all after byte 8 with SharpZipLib.. I had to do that on
the one I wrote.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
 
Well, the page is in ASP, but it obviously can be easily turned into an
ASP .NET User Control or something like that.
Thank you very much !

Bob Powell [MVP] a couché sur son écran :
 

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

Back
Top