0

I have downloaded a free flash template from http://www.flashmo.com/preview/flashmo_197_bokeh

I want to use this template in my asp.net (C#) website. More specifically speaking, I want to use that color effect ( the color-change that is happening there in the background of the page) in my webpage.. Please help me to do so..

(Please do check the link I have provided. It will help you understand the color-change I am talking about).

Thanks in advance.

Nagama Inamdar
  • 2,851
  • 22
  • 39
  • 48
Abhinav
  • 5
  • 6

2 Answers2

0

Please don't use flash to create a website and don't use 'attractive' to describe a website.

Cătălin Rădoi
  • 1,804
  • 23
  • 43
0

This should be fairly straight forward.

Just embed the downloaded swf file in the aspx page as you would with a regular html page.

See an example on: How to embed a swf file into html code?

The hard part is going to be interacting with the swf. This is possible via Javascript, but is gona take some work. In flash action script you can expose variables to javascript. Once that is done, you can call asp.net code from javascript. Both techniques are very well documented on the net. Just google on it.

Good luck ...

Community
  • 1
  • 1
Thor
  • 291
  • 2
  • 8