Aspose Demos
Aspose Demos Banner

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


Most Clicked:

 Add Simple Text Demo - Aspose.Flash

The sample demonstrates how to add simple text in a flash movie.

  1. Create FlashContainer object and set FrameRate and FrameSize properties
  2. Define background color using SetBackgroundColor class
  3. Create a new font using DefineFont2 class
  4. Create a text object using DefineEditText class
  5. Place the text object on FlashContainer using PlaceObject2 class
  6. Add ShowFrame object and save the movie
  7. Displaying the output flash file in client browser.

Click Process to see how demo generates a flash (SWF) file that demonstrates how to add simple text in a flash movie.