SWF SlideShow Scout |
How to create
SWF flash animations movies using SWF SlideShow Scout library in ASP.NET
environment
"Hello, World!"
example
You can download the source code of this example here: swfslideshowscout_asp_net.zip This page contains step by step tutorial how to create SWF flash animation file in ASP.NET using SWF SlideShow Scout library. IMPORTANT NOTE: To use SWF SlideShow Scout library on web-server
you have to have additional "Web License"
SWF SlideShow Scout library is
capable of generating of in-memory flash files (slideshow) so temporary
files are not used and produced flash slideshow is streamed right to
the browser window.
1) Install
SWF SlideShow
Scout
library on your computer
and run Visual Studio.NET
2) Go
to File menu
and select New Project:
![]() Select ASP.NET
Web Application project
type and click OK
![]() 3) Visual
Studio.NET will create
new empty ASP.NET
project. Double-click
on the empty space of the form:
![]() This will open source code editor
window on procedure handling Page_Load
event. We will place
our code for SWF slideshow animation generation into this procedure:
![]() 4)
Use the following code for procedure (you can simply copy and paste
this code from this page into ASP.NET
source code editor window):
'Put user code to initialize the page here SlideShow = CreateObject("SWFSlideShowScout.SlideShow") ' initialize library SlideShow.BeginSlideShow(320, 240) ' slide #1, show with "stetMosaicLarge" effect, 1000
msec ' slide #2, show with "stetBlur" effect, 1000 msec ' slide #3, show with "stetZoomCircle" effect, 1000
msec ' slide #4, show with "stetLiquid" effect, 1000 msec ' slide #5, show with "stetShuttersBias" effect , 1000
msec ' get size of generated in-memory swf file 5) Now run ASP.NET
project using Debug
| Start command:
![]() Visual Studio.NET will
run ASP.NET project on web-server and you will see Internet
Explorer window with generated SWF slideshow animation:
"Hello, World!" flash slideshow movie generation examples for different programming languages will guide you step by step from the very beginning: |
|
|
||