Download

 Help File (71KB)
 ASFHelp.chm

 Full Trial (2.21MB)
 ASFDemo.zip
   
 

ActiveX/Component Library

 Active Server Image

Active Server Flash Standard

How to Create Swf Flash With C# Code - Tutorials

Using ASF to generate a server side, dynamic content swf flash, it is very simple.
At first, make a HTML file like this

<p>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
    width="600"
    height="229"
    VIEWASTEXT ID="Flash-1">
    <param name="movie" value="Sample-Flash.aspx">
    <param name="quality" value="high">
</object>
</p>

The second, build the Sample-Flash.aspx, it could be the any one of the following source code samples, or you can build your own one yourself, it can be asp.net C# code (run on windows system) also. Note: You should set a cache folder which the caller has read/write permission.

Creating Flash Example CSharp(C#) Code

Create Bitmap C# Code
Create Button C# Code
Create Sound C# Code