Hi, Can any one help me?
Im trying to create a floating flash animation
Example : http://www.fonetastic.com
I have the following code to display my movie ok
<object ID=“Flash6”
classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000”
codebase=“http://active.macromedia.com/flash/cabs/swflash.cab”
STYLE=“POSITION: absolute; HEIGHT:300;WIDTH:200;TOP:50;LEFT:50;VISIBILITY:VISIBLE; ZINDEX:1” width=“300” height=“200”>
<param name=“movie” value=“temp.swf”>
<param name=“play” value=“true”>
<param name=“loop” value=“true”>
<param name=“wmode” value=“transparent”>
<param name=“quality” value=“best”>
</object>
but I want to make the movie:
a) Float onto the screen
b) Be moveable with the mouse
Does anyone know of any tutorials / resources / suggestions on how I can acheive this ???
Thanks :hr: