Hello everyone,
In fact I am trying to make a web page, where I wanted to put a flash animation in the background.
Once when I put a div with text inside and a blue background for example, but the problem is that I always see the flash inside my div.
I added <param name="wmode" value="opaque" />, but concern still exists.
Thank you for your help
Enclosed is my little source code
Put a flash in the background
Moderator: General Moderators
Put a flash in the background
- Attachments
-
- TesteFlash4.zip
- (2.3 KiB) Downloaded 72 times
Re: Put a flash in the background
Code: Select all
<param name="wmode" value="transparent" />z-index and/or absolute positioning may work for getting your content on top of the flash.
Re: Put a flash in the background
I changed wmode to transparent, but the problem still exists.
What I wanted to do is to not display the flash on my div that has a red background
Here is a link of my test page
www.mestestes.eu
What I wanted to do is to not display the flash on my div that has a red background
Here is a link of my test page
www.mestestes.eu
Re: Put a flash in the background
Thank you very much for the reply, it works well, here is the link
http://www.mestestes.eu/teste1/
Www.mestestes.eu in this link, I put a flash and a background image, if the user does not flash, the image will appear in the background instead.
The script works, but there are problems such as image offset in the flash.
I'm listening to you with optimizations
http://www.mestestes.eu/teste1/
Www.mestestes.eu in this link, I put a flash and a background image, if the user does not flash, the image will appear in the background instead.
The script works, but there are problems such as image offset in the flash.
I'm listening to you with optimizations