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.


 Add Scrollable Text Demo - Aspose.Flash

The sample demonstrates how to add scrollable 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 font object using DefineFont2 class
  4. Create a text object using DefineEditText class
  5. Set WordWrap to true, Multiline to true, NoSelect to false and ReadOnly to false.
  6. Place both text object on FlashContainer using PlaceObject2 class
  7. Add ShowFrame object and save the movie
  8. Displaying the output flash file in client browser.

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