[swfmill] Add a seekbar to a movie clip
Stephane Mottelet
stephane.mottelet at utc.fr
Fri Feb 23 05:35:08 EST 2007
Hi !
I am now able to produce a simple animation with the code :
<?xml version="1.0" encoding="iso-8859-1" ?>
<movie width="567" height="401" framerate="12">
<background color="#eeeeee"/>
<clip id="foo" import="library/anim1.jpg"/>
<clip id="person1" import="library/anim2.jpg"/>
<clip id="person2" import="library/anim3.jpg"/>
<clip id="person3" import="library/anim4.jpg"/>
<frame name="person1frame">
<place id="person1" name="personPlaced1" depth="1"/>
</frame>
<frame name="person2frame">
<place id="person2" name="personPlaced2" depth="1"/>
</frame>
<frame name="person3frame">
<place id="person3" name="personPlaced3" depth="1"/>
</frame>
</movie>
but now that I have my file test.swf, I am looking for self-contained
(ready to
be directly compiled with mtasc) ActionScript examples to load test.swf and
add a seekbar.
Thanks for help.
S.
More information about the swfmill
mailing list