mtasc -> swfmill -> frames?

View: New views
2 Messages — Rating Filter:   Alert me  

mtasc -> swfmill -> frames?

by Kent Loobey :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Can someone point me to an example that uses ActionScript 2.0 and includes a
swfmill xml with frames.

I don't understand how a swf file with multiple MovieClips that have multiple
frames can be constructed using mtasc and swfmill.

--
MTASC : no more coffee break while compiling

Re: mtasc -> swfmill -> frames?

by tom/formrausch :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Kent, here you go:

<?xml version="1.0" encoding="iso-8859-1" ?>
<movie width="945" height="693" framerate="51" version="8">
     <background color="#e0e0e0"/>

        <frame name="preloader">
                <library>
                        <clip id="Preloader" import="preloader.swf" />
                </library>
        </frame>

        <frame name="application">
      <library>
        <clip id="MovieClip" />
    </library>

          <place id="MovieClip" name="Application" x="11" y="11" depth="1" />
     </frame>

</movie>

--tom


On Jul 23, 2008, at 5:25 PM, Kent wrote:

> Can someone point me to an example that uses ActionScript 2.0 and  
> includes a
> swfmill xml with frames.
>
> I don't understand how a swf file with multiple MovieClips that have  
> multiple
> frames can be constructed using mtasc and swfmill.
>
> --
> MTASC : no more coffee break while compiling



--
MTASC : no more coffee break while compiling