macromedia.dynamic.html
[Top] [All Lists]

Implement HTML Clic over a *.SWF

Subject: Implement HTML Clic over a *.SWF
From: fidugenerale@xxxxxxxxx
Date: Wed, 23 Jul 2008 09:14:11 -0700 (PDT)
Newsgroups: macromedia.dynamic.html


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:D27CDB6E-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

<Prev in Thread] Current Thread [Next in Thread>
  • Implement HTML Clic over a *.SWF, fidugenerale <=