473,387 Members | 1,582 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Reading the Flash File(.SWF) information

Hi all,

I want to know how to read the Flash file (.SWF) information using
C#.

Any help is greatly appreciated.

Thanks,
Suresh.
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
Nov 16 '05 #1
3 3040
I don't know if there is an object model/component in .NET to do this
(although there is a viewer that you can use, just use the active x viewer
in .NET).

If you want to read the file format yourself, you can find the
specification here:

http://www.macromedia.com/software/f...ng/fileformat/

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"sureshsundar007" <su****@dynu-dot-com.no-spam.invalid> wrote in message
news:40********@Usenet.com...
Hi all,

I want to know how to read the Flash file (.SWF) information using
C#.

Any help is greatly appreciated.

Thanks,
Suresh.
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com

Nov 16 '05 #2
This is somewhat fun!

I build an app not too long ago to parse the various tags in a swf file in
C# - unfortunately i've lost the source due to a recent format - Thanks Bill
:) The best place to start is to read the documentation as posted above.
Before you do, you may want to read up on binary as the swf file format's
impressive size does come at the cost of an increase in complexity. It can
be done, if you want a starting place, back in the days of my master's
degree, I started plaing around with swf files and java
http://jswf.sourceforge.net . As my binary wasn't great at that time I wrote
all the output code using bits represented as strings. Another good
starting point would be http://www.openswf.org which has some nice examples
in C++ such as swfdump. Another one would be to download the macromedia swf
parsing sdk for search engine submission. There are lots of examples of bit
swapping etc in the source (which are also provides as Visula Studio
Projects).

Grab yourself some coffee, print out the documentation and good luck - it's
both challenging and interesting especially when you get to see how
macromedia make the swf files so small!
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote in
message news:u1*************@TK2MSFTNGP11.phx.gbl...
I don't know if there is an object model/component in .NET to do this
(although there is a viewer that you can use, just use the active x viewer
in .NET).

If you want to read the file format yourself, you can find the
specification here:

http://www.macromedia.com/software/f...ng/fileformat/

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"sureshsundar007" <su****@dynu-dot-com.no-spam.invalid> wrote in message
news:40********@Usenet.com...
Hi all,

I want to know how to read the Flash file (.SWF) information using
C#.

Any help is greatly appreciated.

Thanks,
Suresh.
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com


Nov 16 '05 #3
Thanks for ur reply.

Suresh.
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
Nov 16 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: dnc28 | last post by:
Hi! Have a look at these sites. http://www.untitledstudio.com/flash.htm http://www.uniform.net/index2.html Both these sites have a Flash .swf file embedded into a HTML webpage.
0
by: Crystal | last post by:
Hi there, I need to retrieve multi files information. Instead of creating my own file brower, I think I can use Windows Explore to navigate these files. Can someone tell me how I can get the file...
1
by: Locke Nash Cole | last post by:
Can someone point me in the right direction? I'm looking to get extended file information on .exe or .dlls such as File Version Description Copyright Language Internal Name Product Name...
4
by: sureshsundar007 | last post by:
Hi all, I want to know how to read the Flash file (.SWF) information using VB .NET. Any help is greatly appreciated. Thanks, Suresh.
0
by: Dariusz Tomon | last post by:
Hi I have got the problem with web control displaying flash (swf) object. The problem is connected with the fact that 1-st swf should loads the second one. But it doesn't. That's why I suspects...
1
by: agileconsultancy | last post by:
Hi, I have a Flash Swf file which is continuously updated in terms of data, from the DB using Actiona Script and aspx calls. Well, the question can surely consider only a simple SWF file...
3
Atran
by: Atran | last post by:
Hello Everybody. Anybody know how to download (capture) a Flash file (swf) form the internet.
2
by: sajin | last post by:
Hi All, I am using .Net 1.1 to create my windows form application. I need to show a flash file (.swf) in the browser. When i load this thought 'Navigate' method, it is giving some script error....
10
by: deciacco | last post by:
I'm writing a command line utility to move some files. I'm dealing with thousands of files and I was wondering if anyone had any suggestions. This is what I have currently: $arrayVirtualFile =...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.