Create colorful Adobe Flash files. Benefit from using Flash for .NET, including:
- The ability to create dynamic Adobe Flash files in your application – Create Flash files at run time. Link the output file inside a Web page to instantly display the dynamic Flash content.
-
Powerful drawing abilities – Provides most of the graphical drawing abilities that Adobe Flash (SWF) format supports – anti-aliasing, fast rendering to a bitmap of any color format, and animation.
The Adobe Flash file format (SWF) delivers vector graphics and animation over the Internet to the Adobe Flash Player. The SWF file format is designed to be a very efficient delivery format, not a format for exchanging graphics between graphics editors. It is designed to meet the following goals – goals with which some other file formats cannot compete:
- On-screen display: The format is primarily intended for on-screen display and supports anti-aliasing, fast rendering to a bitmap of any color format, animation.
- Extensibility: The format is a tagged format, so it can be evolved with new features while maintaining backward compatibility with earlier versions of Flash Player.
- Network delivery: The format can travel over a network with limited and unpredictable bandwidth.
- Simplicity: The format is simple so that Flash Player is small and easily ported.
- Scalability: The files work well on limited hardware, and can take advantage of better hardware when it is available. This is important because computers have different monitor resolutions and bit depths.
- Speed: The files render at a high quality very quickly.
For more information on the Flash format and Flash utilities from Adobe and other sources, visit the Adobe Web site.
- An object model that parallels the .NET Graphics class – C1FlashCanvas methods and properties for drawing graphics are the exact same as those available in the .NET Graphics class. You do not need to know the mechanism; C1Flash describes the graphical content, and how the complex SWF tags are organized and written on a file stream are totally transparent to the user. Discover how quickly you can learn C1Flash.
- Highly-secure text – Text in Flash format provides higher security to users since it is difficult to copy.
- The ability to render any .NET Image object – Render any regular .NET Image object into a SWF file: metafiles are re-played and simulated into Flash graphics. Use C1Flash to transfer a metafile format into a Flash format.
- C1FlashSlide Designer available to quickly create Flash slides – Design the layout and content of slide shows in WYSIWYG design surface with zero code.