Flash and ASP

Flash 'n' ASP Unleashed Guide

Learn the cool things possible using Flash and ASP. Attractive and interactive Flash interfaces make your pages look fun and interesting. This comprehensive guide teaches you all you need to know about integrating Flash with ASP. In relation to Flash, ASP can be used as a bridge between the database and the flash interface. The potential of Flash-and-ASP has not yet been fully realized and there a

Protect & thumbnail image in SWF (FLASH) format

This little tutorial will show you how it is possible to generate a thumbnail based on your image in SWF (Flash) format on the fly by using the free version of DypsImg2SWF.

Flash and ASP Integration

Flash allows you to create zippy, vector-based animation and interactivity in a small ActiveX control, and ASP allows you to create dynamic HTML content on the fly. This tutorial explains how to use ASP in the creation of zippy, vector-based Flash content on the fly.

Integrating Flash with an Access Database

This article explains how to connect a Flash movie to an Access database, and use an ASP page to query the database and transfer information over to the Flash movie. It shows how to build a very simple Flash address book to demonstrate the technique. Full source code available for download.

Reading Flash File Information (.swf) through an ASP Page

This is a simple tip that presents an ASP class that can read the properties of a Macromedia Flash file (a .swf file). You can use this handy class to read the height, width, version, file length, twips readings, frame rate, and frame count of a Flash file on your Web server.