Hi,
I found a method with layers(and tried it), it isn't hard, i hope that it will help.I will
explain then give the source and a transparent .swf file.
FIRST: There will be tow files.swf (bapt1.swf & tr.swf), and they will be
superposed, BUT, it will depend on the screen resolution to place the object, because the
exact place on the screen will be specified as distance from TOP or LEFT...
SECOND: The tr.swf is a transparent .swf file that has a programed onClick button
to Bautismo.php, it will be the overall layer (top layer), BUT it will prevent to click on
your flash file, so i hope that your is a movie flash file, and not an interactive flash
file.
THIRD: Code :
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" style="position: absolute; width: 250px; height: 170px; z-index: 2; [u]left: 500; top: 87</u>" id="LayerTop">
<param name="movie" value="tr.swf">
<param name="MouseEventsEnabled" value="1">
<param name="quality" value="high">
<param name="wmode" value="transparent" />
<embed src="tr.swf" width="250" height="170" wmode="transparent" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</object>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
style="position: absolute; width: 250px; height: 170px; z-index: 1; [u]left: 500; top: 88</u>" id="LayerBottom">
<param name="movie" value="bapt1.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent" />
<embed src="bapt1.swf" width="250" height="170"
wmode="transparent" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</object>
in bold : what ihave added
in italic : transparency for your bapt1.swf file
in underline : to change the position of the tow objects or files
FOUR: LINKS:
http://www.rissala.shajara.net/p2p/t.htm :
a test page to show how it works (just the flash file)
http://www.rissala.shajara.net/p2p/bapt1.swf :
the transparent flash bapt1.swf file
http://www.rissala.shajara.net/p2p/tr.swf :
the transparent flash tr.swf file
http://www.rissala.shajara.net/p2p/tr.fla :
the transparent tr.fla file
http://www.rissala.shajara.net/p2p/button.rar :
the files t.htm tr.swf tr.fla bapt1.swf in a rar file
http://www.rissala.shajara.net/p2p/button.zip :
the files t.htm tr.swf tr.fla bapt1.swf in a zip file
http://www.rissala.shajara.net/p2p/button.exe :
the files t.htm tr.swf tr.fla bapt1.swf in a zip self-extract file.
FIVE: Sorry for the very long message, i ask God that it will help you.