FlashInfo .NET Component

The (freeware) FlashInfo .NET Component can be used to display various information about SWF and FLV files, like the movie width, height, version, duration & more. This component can be used from within about every programming IDE, it also is suitable to use from within VBScript, ASP, ASP.NET, PHP etc.

  FlashInfoComponent 1.0

Description

This component displays various information about SWF and FLV files.

Functions

This object has 5 public functions:

  • version() * returns the version number
  • help() * shows this help (optional)
  • helpHtml() * shows help in HTML markup
  • OpenFile() * Opens the specified file
  • CloseFile() * Closes the file

Properties

This object has 9 public properties:

  • FileSignature * returns the Signature, like FWS or CWS
  • FileLength * returns the FileLength in bytes
  • FileWidth * returns the Width in pixels
  • FileHeight * returns the Height in pixels
  • FileVersion * returns the Version of the swf file, a integer (1)
  • FileFrameCount * returns the framecount of the swf file, a integer
  • FileFrameRate * returns the framerate in a single
  • FileDuration * returns the duration in seconds, a double (2)
  • FileVideoDataRate * returns the video datarate in KB/sec (2)
  • FileAudioDataRate * returns the audio datarate in KB/sec (2)

(1) Only available on SWF files.
(2) Only available on FLV files.

Usage example (VBScript)

Dim ObjSwfInfo
Set ObjSwfInfo = CreateObject("FlashInfoComponent.Info")
ObjSwfInfo.OpenFile("test.swf")
WScript.Echo("Width: " & ObjSwfInfo.FileHeight & " pixels")
ObjSwfInfo.CloseFile()
Set ObjSwfInfo = Nothing

Requirements

Microsoft .NET Framework version 2.x

Compatibility

This Component is designed to run under both x86 and X64 processor architectures

* This component uses the #ziplib (SharpZipLib)

Download Title:
FlashInfo .NET Component
Download Description:
This is version 1.0 of the FlashInfoComponent
Download Count:
4 times
Filesize:
391.7 KB
MD5 hash:
FE7EEEF84016ED2330876A38FBCC973A Download

right_top

About this blog...

Archives

Previous Month (February) March 2009  Next Month (April)
SMTWTFS
1234567
891011121314
15161718192021
22232425262728
293031    

Poll