Aspose Examples
Aspose Examples Banner

Here you will find a collection of ASP.NET and Java example applications created with Aspose products. The source code of these examples is available on website for download, feel free to check it out at Aspose Downloads Page.


 ABC to SWF Demo - Aspose.Flash

The sample demonstrates how to convert ABC to SWF file.

  1. Create FlahContainer and define its properties
  2. Read sample ABC file using FileStream
  3. Set the value of ActionScript3 property of FileAttributes to true
  4. Create SymbolClass object to define association between SWF symbols and ActionScript3 classes
  5. Create DoABC tag from the ABC data
  6. Add DoABC and SymbolClass objects in the FlashContainer
  7. Add ShowFrame object and save output file
  8. Displaying the output flash file in client browser.

Click Process to see how demo generates a flash (SWF) file that demonstrates how to convert ABC file to SWF file.