On Wed, 4 Jan 2006 16:02:23 +0000 (UTC), "Luc_Durand"
<webforumsuser (AT) macromedia (DOT) com> wrote:
Quote:
i'd like to know how to use a Flash Animation, as that image... |
A Flash movie is not an image. It is an interactive program that is
embedded in a web page with completely different markup than that used
to insert an image.
That also means that, being interactive, users can click on various
portions of the movie and the movie can respond to those clicks. In
order to accomplish that, the Flash movie captures the mouse actions and
uses them internally. Those mouse actions are not surfaced to the
browser, so the browser cannot react to them in any way without the
Flash ActionScript telling it to. This is all a round about way of
telling you that you cannot do what you are asking.
Gary