Home MP3 & Audio   |   Business   |   Desktop   |   Games   |   Internet   |   Utilities  
Multimedia & Design   |   Home & Education   |   Software Developer   |   Web Developer  

Home -> Software Developer -> Components & Libraries -> Delphi SWF SDK (with source code)

Delphi SWF SDK (with source code)

Delphi SWF SDK contains pure Object Pascal library for creating SWF files, without any external DLLs

Platforms: Windows 95/98/ME/NT/2000/XP/2003     Size: 2.30 M     Cost: $299

Get the full version     Trial version    

Contacting third-party download site please wait.

If your download does not start, click here, or get the full version



Descriptions

Delphi SWF SDK (with source code):


Delphi SWF SDK
contains pure Object Pascal library for creating SWF files, without any external dynamic libraries.

Released features:

  • visual objects creating (shape, button, text);
  • advanced objects (morphing shape, sprite);
  • all types of filling (solid, gradient, image);
  • device and embedding fonts;
  • sound (events, streaming);
  • video;
  • action commands;
  • any transition and transformation; etc.

 

There is an ActiveX programming library based on the Delphi SWF SDK. So, Visual Basic, Visual Basic.NET, ASP, ASP.NET, Visual C++ and Visual C# programmers can use all features of the Delphi SWF SDK with the SWF Scout ActiveX

 

 

The example of a simple movie creating which shows rectangle moving and circle transforming is below.


          
          
          
        Procedure MakeSWF;
 var Movie: TFlashMovie;
     Shape1, Shape2: TFlashShape;
begin
  Movie := TFlashMovie.Create(0, 0, 400 * twips, 400 * twips, 12);
  Movie.Compressed := true;
  Movie.SystemCoord := scPix;
  Shape1 := Movie.AddCircle(0, 0, 50);
  Shape1.SetRadialGragient(cswfWhite, SWFRGBA(clNavy), 35, 35);
  Shape2 := Movie.AddRectangle(0, 0, 150, 50);
  Shape2.SetSolidColor(SWFRGBA(clRed, $cc));

  For il := 0 to 20 do
    begin
     With Movie.PlaceObject(Shape1, 1) do
      begin
        SetScale(1+il / 10, 1+il / 20);
        SetTranslate(200, 200);
        if il>0 then RemoveDepth := true;
      end;
     With Movie.PlaceObject(Shape2, 2) do
       begin
         SetTranslate(20+il, il*6);
         if il>0 then RemoveDepth := true;
       end;
     Movie.ShowFrame;
    end;
  ...      
  Movie.MakeStream;
  Movie.SaveToFile('demo.swf');
  Movie.Free;
end;






See also
.NET Barcode Forms Control & DLL - .NET Barcode Windows Forms Controls for Dotnet, C# & VB.NET
IDautomation Linear +2D ActiveX Control Pack - Barcode ActiveX Controls for Printing from Access, Excel, MS Office, VB, C++ & FrontPage.
SandBar Commercial - SandBar, easy to use toolbar and menu library for Windows Forms on the .NET framework.
IDautomation ASP Linear+2D Barcode Server for IIS - A Barcode Server Side Component used to add barcodes to web pages hosted on IIS ( Microsoft Internet Information Server ) through ASP ( Active Server Pages ).
Script Debugger IDE - Script Debugger IDE is a development platform for building custom business solutions and can be integrated in any application. It includes a powerful script and form editors and debugging tools. Scrip
EditeurX - Syntax highlighting text editor ActiveX
IDautomation Linear Barcode ActiveX Control & DLL - Barcode ActiveX Controls for Printing from Access, MS Office, VB and C++
COMM-DRV++ Professional Edition - Professional serial communication class library for Windows XP, Windows 2000, Windows ME, Windows 98, & Windows 95. Supports Zmodem, XModem, Ymodem file transfer protocol. Supports all Hayes compa
IDAutomation ASP.NET Linear Web Component - Includes Code128, Code39, UPC, EAN, Telepen and all other popular linear barcodes
IDautomation ASP Linear Barcode Server for IIS - ASP Barcode Server Component for IIS



© 2009 Shareware-Catalog.NET