Dear all,
Do you know how to manage the Click over a SWF ?
I have a SWF file and I cant manage the Click over this SWF.
Option 1
.............
I decompile the SWF, I add an action for the click, and I recompile
the SWF.
Option 2
............
I play the SWF in the background of a DIV or TD, or Table and I create
a javascript event onclick on the DIV or TD or Table
<object classid="clsid

27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/
swflash.cab#version=6,0,29,0" width="35" height="35">
<param name="movie" value="http://www.bob.fr/meteo/WeatherImages/<?=
$weather["conditionIcon"]?>.swf">
<param name="quality" value="high">
<embed src="http://www.bob.fr/meteo/WeatherImages/<?=
$weather["conditionIcon"]?>.swf" quality="high" pluginspage="http://
www.macromedia.com/go/getflashplayer" type="application/x-shockwave-
flash" width="50" height="50"></embed></object>
Option 3
............
You may know how to manage the click onto a SWF ?
I thank you for your advises and codes.
couglof