kippie
Technical User
- Nov 8, 2001
- 158
I've made a simple FlashMovie and embedded it in HTML within a layer:
<div id="layer">
<object width="100%" height="48">
<param name="movie" value="cyclersdef3.swf">
<embed src="sunmovie.swf" width="200" height="148">
</object>
</div>
The layer is hidden, only on a certain command (MouseOver) the layer is made visible. I would like to make it so that at that time the clip starts playing and when the layer is hidden again the clip stops playing. Could anyone tell me how this can be done?
<div id="layer">
<object width="100%" height="48">
<param name="movie" value="cyclersdef3.swf">
<embed src="sunmovie.swf" width="200" height="148">
</object>
</div>
The layer is hidden, only on a certain command (MouseOver) the layer is made visible. I would like to make it so that at that time the clip starts playing and when the layer is hidden again the clip stops playing. Could anyone tell me how this can be done?