Aspose.Flash can be deployed on your machine by using full MSI installer. It's available as free download at the Aspose.Flash download page. Using the installer has a couple of advantages:
- it makes all necessary entries into the system registry to expose Aspose.Flash classes to COM applications, adding the assembly to the Add Reference dialog box in Visual Studio etc;
- it contains the demo projects that allow you to obtain "real" code samples;
- it contains the offline API documentation.
Installing Aspose.Flash
Using MSI Installer
- If you have a previous version of Aspose.Flash installed, please uninstall it first. See below how to remove the component from the computer.
- Visit Aspose.Slides download page and download the Aspose.Flash.msi installer that contains the latest version of the component.
- Run the downloaded file and follow the installer instructions.
- To use Aspose.Flash in your project, provide a reference to it as described below.
Using DLL Only
- Visit Aspose.Flash download page and download the Aspose.Flash.zip archive that contains the latest version of the component.
- Unpack the archive into some directory on your hard drive.
- To use Aspose.Flash in your project, provide a reference to it as described below.
Referencing the Component
In order to use any component in your application, you should add a reference to it. Follow these steps (assuming you use Visual Studio .NET):
- In Solution Explorer, expand the project node you want to add a reference to.
- Right-click the References node for the project and select Add Reference from the shortcut menu.
- In the Add Reference dialog box, select the .NET tab (selected by default).
- If you have used MSI installer to install Aspose.Flash, you will see Aspose.Flash in the top pane. Select it and then click the Select button.
- If you have downloaded and unpacked the dll only, locate the Aspose.Flash.dll file using the Browse button.
- Now you have referenced Aspose.Flash and it should appear in the SelectedComponents pane of the dialog box. Click OK. The Aspose.Flash reference will appear under the References node of the project.
Uninstalling Aspose.Flash
If you have used MSI installer to deploy Aspose.Flash, follow these steps to completely remove the component and the associated demos and documentation:
- From the Start menu, select Settings | Control Panel.
- Click Add/Remove Programs.
- Select Aspose.Flash.
- Click the Change/Remove button to remove Aspose.Flash.