Getting Started
1.Download and Install the Software
For full instructions, refer to the installation reference.
2.Using ASPNetFlash for the First Time
Drag the ASPNetFlash control from the Toolbox onto your ASPX web form in design mode. You will see that it renders as a Flash logo.
Change the MovieURL property to point to an SWF file. You must have already added the SWF file to your ASP.NET application in the Solution Explorer.
The Flash movie will now be rendered into your web page.
For detailed information of configuring ASPNetFlash, please refer to the object reference.
A.In Visual Studio 2005:

B.In Visual Studio 2002/2003:

3.Getting to "Hello World"
Step 1.Download the example Adobe Flash file: download cube.zip.
Step 2.Extract cube.swf from cube.zip.
Step 3.Open Visual Studio, and create a new web application.
Step 4.Add cube.swf to the root of your new web application by dragging and dropping the file onto the solution explorer (shown below in Visual Studio 2005).

Step 5.Open your Default.aspx or WebForm1.aspx webform in "Designer View".
Step 6.Drag and drop an instance of the ASPNetFlash Flash WebControl onto the page (shown below in the Visual Studio 2005).

»
|