Download

 Help File (71KB)
 ASFHelp.chm

 Full Trial (1.82MB)
 ASFDemo.zip
   
 

ActiveX/Component Library

 Active Server Image

Active Server Flash Standard

How to Create Swf Flash on Web Server Side - 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.asp">
    <param name="quality" value="high">
</object>
</p>

The second, build the Sample-Flash.asp, it could be the any one of the following source code samples, or you can build your own one yourself, it can be PHP scripts(run on windows system) also.

Creating Flash Example ASP/PHP Code

Create Bitmap ASP VBScript ASP JScript PHP
Create Button ASP VBScript ASP JScript PHP
Create Circle ASP VBScript ASP JScript PHP
Create EditText ASP VBScript ASP JScript PHP
Create Polygon ASP VBScript ASP JScript PHP
Create Sound ASP VBScript ASP JScript PHP
Create Text ASP VBScript ASP JScript PHP