How to add a flash background light effects?

Asked By 40 points N/A Posted on -
qa-featured

Hi guys,

How to add a flash background light effects? I am planning to edit our company’s website banner to attract visitors in our website forum. The forum was all about online game topics and most of the players want an animated environment. What is the best software to be use when editing animated pictures? Give me some advice.

Expecting some help, thank you.

SHARE
Best Answer by Maxwell Mark
Best Answer
Best Answer
Answered By 0 points N/A #188459

How to add a flash background light effects?

qa-featured

Hello Travis Nelson,

I have an answer for you. If your site is base don HTML / CSS format, apply the code below. You just have to change your desired swf file.

html structure:

<div id=""container"">

<div id=""background"">

Add here the details to embed swf

</div>

<div id=""content"">

Add here the html content

</div>

</div>

The basic css rules:

#container{

height: 400px;

width: 500px;

position: relative;

}

#background{

z-index: 1;

position: absolute;

}

#content{

z-index: 2;

position: relative;

}

I hope it works.

Thanks,

Mark

Answered By 0 points N/A #188458

How to add a flash background light effects?

qa-featured
Hi Travis, 
 
It is possible to create flash background light effects and you can use Flash – 3 FlashEff for the same.
 
 
Please visit the below tutorial which shows an example of how to create a background light effect in flash. 
 
 
Hope it helps.

Related Questions