Can someone helep me to compile

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

Can someone helep me to compile

by Marcelo Honores :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello guys

I am new in flash.


I am trying of compile the open source XSPF Web Music Player with MTASC but each time i compile I get the following error:

D:\mhn\audio\XSPF Web Music Player\button>mtasc Main.as -main -swf xxx.swf

Unknown stack delta for STOPSOUNDS

I just need to drop some lines of the AS programs but I get that errer.

Can someone help me?


Thanks in advance
Marcelo


     

--
MTASC : no more coffee break while compiling

Re: Can someone helep me to compile

by Nicolas Cannasse :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Marcelo Honores a écrit :

> Hello guys
>
> I am new in flash.
>
>
> I am trying of compile the open source XSPF Web Music Player with MTASC but each time i compile I get the following error:
>
> D:\mhn\audio\XSPF Web Music Player\button>mtasc Main.as -main -swf xxx.swf
>
> Unknown stack delta for STOPSOUNDS
>
> I just need to drop some lines of the AS programs but I get that errer.
>
> Can someone help me?

Seems like you're using stopAllSounds() and there's a bug with it. Try
to comment it.

Best,
Nicolas

--
MTASC : no more coffee break while compiling

Re: Can someone helep me to compile

by Marcelo Honores :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Nicolas


Thanks for the help. I fixed many small errors.

Now I have the following error:

D:\mhn\audio\XSPF Web Music Player\button>mtasc Main.as -swf buttonplayer.swf
Fatal error: exception Sys_error("buttonplayer.swf: No such file or directory")

Is that because the directory? coz buttonplayer does not exist and it is what I wanna t create.


Thanks
Marcelo


--- On Tue, 1/20/09, Nicolas Cannasse <ncannasse@...> wrote:

> From: Nicolas Cannasse <ncannasse@...>
> Subject: Re: [mtasc] Can someone helep me to compile
> To: m_honores@..., "MotionTwin ActionScript2 Compiler List" <mtasc@...>
> Date: Tuesday, January 20, 2009, 11:38 PM
> Marcelo Honores a écrit :
> > Hello guys
> >
> > I am new in flash.
> >
> >
> > I am trying of compile the open source XSPF Web Music
> Player with MTASC but each time i compile I get the
> following error:
> >
> > D:\mhn\audio\XSPF Web Music
> Player\button>mtasc Main.as -main -swf xxx.swf
> >
> > Unknown stack delta for STOPSOUNDS
> >
> > I just need to drop some lines of the AS programs but
> I get that errer.
> >
> > Can someone help me?
>
> Seems like you're using stopAllSounds() and there's
> a bug with it. Try to comment it.
>
> Best,
> Nicolas




--
MTASC : no more coffee break while compiling

Re: Can someone helep me to compile

by jean-michel fan_de_teamspeak :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hello i think with your command line mtasc expect the swf  is already created
if it is no created add " -header  600:500:10  " to your command  line
of course it is an example see the help for further explanation
please if you want to share sources contact me
i am also a poor lone some beginner
regards JM
--
http://jeanmichel.gens.free.fr

--
MTASC : no more coffee break while compiling