Log in

View Full Version : How to move an image under swf?



balki
03-05-2012, 07:36 AM
Hello :)
I have a simple question. How to put image under swf flash? The way with background didn't work (it's not appropriate for my site). When I use offset the image moves diagonally into flash and I can't control it.
The size of the objects is the same.
Please, can you tell me a simple way to make it.

balki
03-06-2012, 08:46 PM
I found one way that work:


<table border=0>
<tr>
<td width=200 height=200 background=YYYY.gif>

<object width="150" height="100">
<param name="movie" value="XXXX.swf">
<param name="wmode" value="transparent">
<embed src="XXXX.swf" width="150" height="100" wmode="transparent">
</embed>
</object>

</td>
</tr>
</table>

Have a nice evening (: