Flash is the popular and long time successful business on the web known by everyone who uses the Internet.
In ASP.NET Development tool like Visual Studio, has given you dozens of controls for you to play with.
But, unfortunately by default, there is no flash control for you to play with.
Adding flash content to an ASP.NET Webpage will require you to do some tricky with basic requirement is an HTML
<object> tag with a bunch of
Configuration parameters. However it may make you headache of the error can be occurred by configuration.
Think again, just add a small flash content, why have to write lines of code?
Here is a small tool, will help you big.
Flash Control for ASP.NET, is a flash control component for ASP.NET, It works smoothly with ASP.NET 2.0 and 3.5.
Very simple to use, you’ll find it is so easy to use like your standard ASP.NET Control.
|
To learn more about
Flash Control for ASP.NET you can
go here
To Download Flash Control for ASP.NET you can Download
it here
Product home page
is
here
|
Here below is a small tutorial to show you how to use it, and how easy is it
Adding Flash Control to Visual Studio Toolbox
This is for first time you embedding your flash control to your Development Environment only.
1. Start your Visual Studio
2. Create a simple ASP.NET Website
3. Go to Toolbox ( on the left side of windows ) and right Click and Select Add Tab
4. Give your Tab Name, ( e.g. Flash Control )
5. And right click on that Tab and Select Choose Items…
6. Choose Toolbox Items will appear as below

7. Now you need to find your Flash Control for ASP.NET that you have download and extract to a specific location.
Click on browse to find your FlashControl.dll file

8. After you find your .dll file, just click
Open and Ok, That’s done.
9. So you may get the result like this:

Congratulation, you’re done now. Next time you want to use this control, you don’t need to do this again, because you already configure it.
Adding flash content to ASP.NET Page
To do so, it’s so easy:
1. Create a simple ASP.NET Website (this tutorial is using a new ASP.NET Project, but if you want to integrated it to your existing ASP.NET Webpage, just skip this step and look to the next step)
2. Okay, Now the website created. Go to the Design view and drag Flash Control on to your ASP.NET Design view,
Or you can do so manually by adding
|
<%@
Register assembly="FlashControl"
namespace="RunAtServer.Web.UI.WebControls"
tagprefix="RAS"
%> |
to your page and adding
|
<RAS:FlashControl
ID="FlashControl1"
runat="server">
</RAS:FlashControl>
|
to any where on that page that you want flash to be shown.
3.When you go to Design View, you’ll see as below

Now Click on the Right Arrow head you’ll see the configuration box as below

4. Give your Content area Properties for Width and Height.
MovieUrl is your
*.swf file location that you want to show on your page. Click on … to find out your file and click OK
5. Now Save it and run,
See the Demo, it'll be something like this
To get more, try it
now