yeah I was trying all that.. if I change any graphics i recompile with the
IDE. then i would compile with mtasc for code changes. I was using the -keep
and -mx tags




On 8/24/06, John Grden <[EMAIL PROTECTED]> wrote:

do you have precompiled classes in the SWF you're using?  you might have
to
recompile with the IDE then test with mtasc. If you do have classes
precompiled in the SWF with the IDE, use the -keep tag.  If you're using
mx
components, use the -mx tag

make sense?

On 8/24/06, aaron smith <[EMAIL PROTECTED]> wrote:
>
> ok I think I got what you meant. I started by just giving one class
path.
> and the main.as file. then after trying to compile.. it gave me all
those
> errors about having to force compile the actionscript. I went through.
one
> by one. compiling after each one.. evetually it got to the point where
no
> errors spit out. but there is still obvious missing functionality..
really
> weird..
>
> Aaron
>
>
>
> On 8/24/06, aaron smith <[EMAIL PROTECTED]> wrote:
> >
> > sorry not following completely what you mean, quick exmaple? or deeper
> > explanation?.. thank you..
> >
> >
> >
> >
> > On 8/24/06, John Grden < [EMAIL PROTECTED]> wrote:
> > >
> > > you certain could try it.
> > >
> > > One thing I just did with someone else, was to start at the
> > > beginning.  Add
> > > the main class (if that's what you have) and add a class
> path.  Compile.
> > > Follow the errors until you get the necessary classes in there.  It
> > > worked
> > > like a charm.
> > >
> > > On 8/24/06, aaron smith < [EMAIL PROTECTED]> wrote:
> > > >
> > > > yeah that's what I tried. No luck. It did suppress the errors but
> now
> > > > there
> > > > is missing functionality.. Weird. No errors but there is obvious
> > > missing
> > > > functionality..
> > > >
> > > > If I pack everything in maybe that would force every class to be
> > > compiled?
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > On 8/24/06, John Grden < [EMAIL PROTECTED]> wrote:
> > > > >
> > > > > well, try adding those particular files that it mentions to the
> > > comand
> > > > > line.  If they're all in a particular pacakge, use the -pack
> switch
> > > and
> > > > > add
> > > > > it.
> > > > >
> > > > > In Flasc, you can just click on the "add package" button, and
> piont
> > > to a
> > > > > folder.  If you're clicking on a parent folder that has a couple
> > > > different
> > > > > packages, it'll recurse and add them all.
> > > > >
> > > > > On 8/23/06, aaron smith <[EMAIL PROTECTED]> wrote:
> > > > > >
> > > > > > no. it is a precompiled swf but no components.
> > > > > >
> > > > > > I did manage to add all the packages in, and suppressed all
> > > errors.
> > > > but
> > > > > > now
> > > > > > there is functionality that doesn't work in the mtasc compiled
> > > > version.
> > > > > > It's
> > > > > > weird. .not getting any errors. but things aren't
> working..  I've
> > > > tried
> > > > > > rebuilding the swf from flash then doing mtasc again.. same
> > > result. no
> > > > > > errors, but obvious missing functionality..
> > > > > >
> > > > > > thanks
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > On 8/23/06, John Grden < [EMAIL PROTECTED]> wrote:
> > > > > > >
> > > > > > > are you useing a precompiled SWF with components?
> > > > > > >
> > > > > > > On 8/23/06, aaron smith < [EMAIL PROTECTED]>
> > > wrote:
> > > > > > > >
> > > > > > > > yeah I tried that. Still no luck.
> > > > > > > >
> > > > > > > > I am getting the same errors..
> > > > > > > >
> > > > > > > > here is the entire output:::
> > > > > > > >
> > > > > > > > "C:/Program Files/mtasc/mtasc.exe" -swf "C:/Documents and
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
>
Settings/aaronsh/Desktop/dev/flash/flashprojects/disasterstruclonthedayofmybirth/bin/Main.swf"
> > > > > > > > -out "C:/Documents and
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
>
Settings/aaronsh/Desktop/dev/flash/flashprojects/disasterstruclonthedayofmybirth/bin/Main.swf"
> > > > > > > > -mx  -cp "C:/Program Files/Macromedia/Flash 8/en/First
> > > > > > Run/Classes"  -cp
> > > > > > > > "C:/Documents and
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
>
Settings/aaronsh/Desktop/dev/flash/flashprojects/disasterstruclonthedayofmybirth/classes"
> > > > > > > > "C:/Documents and
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
>
Settings/aaronsh/Desktop/dev/flash/flashprojects/disasterstruclonthedayofmybirth/classes/com/dsotdomb/Main.as"
> > > > > > > > -version 8
> > > > > > > >
> > > > > > > >
> > > > > > > > 2> "C:/Documents and Settings/aaronsh/Local
> > > Settings/Application
> > > > > > > > Data/Macromedia/Flash
> > > > 8/en/Configuration/Commands/FLASC/errors.txt"
> > > > > > > > Warning : The MovieClip searchCancel needs the class
> > > > > > > > com.dsotdomb.gui.buttons.PseudoButton which was not
compiled
> :
> > > > > > > > Please force compilation of this class by adding it to the
> > > > > > commandline.
> > > > > > > > Warning : The MovieClip searchOK needs the class
> > > > > > > > com.dsotdomb.gui.buttons.PseudoButton which was not
compiled
> :
> > > > > > > > Please force compilation of this class by adding it to the
> > > > > > commandline.
> > > > > > > > Warning : The MovieClip authorsButton needs the class
> > > > > > > > com.dsotdomb.gui.buttons.PseudoButton which was not
compiled
> :
> > > > > > > > Please force compilation of this class by adding it to the
> > > > > > commandline.
> > > > > > > > Warning : The MovieClip aboutButton needs the class
> > > > > > > > com.dsotdomb.gui.buttons.PseudoButton which was not
compiled
> :
> > > > > > > > Please force compilation of this class by adding it to the
> > > > > > commandline.
> > > > > > > > Warning : The MovieClip previouslyButton needs the class
> > > > > > > > com.dsotdomb.gui.buttons.PseudoButton which was not
compiled
> :
> > > > > > > > Please force compilation of this class by adding it to the
> > > > > > commandline.
> > > > > > > > Warning : The MovieClip searchButton needs the class
> > > > > > > > com.dsotdomb.gui.buttons.PseudoButton which was not
compiled
> :
> > > > > > > > Please force compilation of this class by adding it to the
> > > > > > commandline.
> > > > > > > > Warning : The MovieClip mainNav needs the class
> > > > > > > > com.dsotdomb.gui.navs.MainNav which was not compiled :
> > > > > > > > Please force compilation of this class by adding it to the
> > > > > > commandline.
> > > > > > > > Warning : The MovieClip homeView needs the class
> > > > > > > > com.dsotdomb.gui.views.HomeView which was not compiled :
> > > > > > > > Please force compilation of this class by adding it to the
> > > > > > commandline.
> > > > > > > > Warning : The MovieClip previouslyView needs the class
> > > > > > > > com.dsotdomb.gui.views.PreviouslyView which was not
compiled
> :
> > > > > > > > Please force compilation of this class by adding it to the
> > > > > > commandline.
> > > > > > > > Warning : The MovieClip testTransition needs the class
> > > > > > > > com.dsotdomb.transition.SiteLoadToHomeTransition which was
> not
> > > > > > compiled
> > > > > > > :
> > > > > > > > Please force compilation of this class by adding it to the
> > > > > > commandline.
> > > > > > > > Warning : The MovieClip contentIntro > content needs the
> class
> > >
> > > > > > > > com.dsotdomb.transition.SiteLoadToHomeTransition which was
> not
> > > > > > compiled
> > > > > > > :
> > > > > > > > Please force compilation of this class by adding it to the
> > > > > > commandline.
> > > > > > > > Warning : The MovieClip siteLoader > contentIntro needs
the
> > > class
> > > > > > > > com.dsotdomb.transition.SiteLoadToHomeTransition which was
> not
> > > > > > compiled
> > > > > > > :
> > > > > > > > Please force compilation of this class by adding it to the
> > > > > > commandline.
> > > > > > > > Warning : The MovieClip
com.dsotdomb.loaders.SiteLoaderneeds
> > > the
> > > > > > class
> > > > > > > > com.dsotdomb.loaders.SiteLoader which was not compiled :
> > > > > > > > Please force compilation of this class by adding it to the
> > > > > > commandline.
> > > > > > > > Warning : The MovieClip headerView needs the class
> > > > > > > > com.dsotdomb.gui.views.HeaderView which was not compiled :
> > > > > > > > Please force compilation of this class by adding it to the
> > > > > > commandline.
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > Thanks
> > > > > > > >
> > > > > > > > Aaron
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > On 8/23/06, John Grden <[EMAIL PROTECTED]> wrote:
> > > > > > > > >
> > > > > > > > > Hey Aaron, click on the icon in the upper left, and
> rollover
> > > the
> > > > > > > options
> > > > > > > > > menu - select show errors and show batch command.
> > > > > > > > >
> > > > > > > > > Even if you don't want to use the IDE, Flasc will print
> out
> > > a
> > > > > > useable
> > > > > > > > > script
> > > > > > > > > for you to use with FlashDevelop
> > > > > > > > >
> > > > > > > > > JPG
> > > > > > > > >
> > > > > > > > > On 8/23/06, aaron smith <[EMAIL PROTECTED]
>
> > > wrote:
> > > > > > > > > >
> > > > > > > > > > I've tried using FLASC. no luck. It doesn't really
give
> me
> > > an
> > > > > > errors
> > > > > > > > or
> > > > > > > > > > anything like the compiler from the command line
does...
> > > i'd
> > > > > just
> > > > > > > > assume
> > > > > > > > > > use
> > > > > > > > > > the command line and figure out what is wrong.. so I
now
> > > how
> > > > to
> > > > > > use
> > > > > > > > > mtasc
> > > > > > > > > > better..
> > > > > > > > > >
> > > > > > > > > > anyway, any help would be much appreciated..
> > > > > > > > > >
> > > > > > > > > > thanks
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > On 8/23/06, aaron smith <
> [EMAIL PROTECTED]>
> > > > wrote:
> > > > > > > > > > >
> > > > > > > > > > > im using flash develop and trying to get it working
> > > through
> > > > > > > there..
> > > > > > > > i
> > > > > > > > > > > still would like to know what the issue is. but i'll
> > > give
> > > > > flasc
> > > > > > a
> > > > > > > > try
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > On 8/23/06, Steven Sacks | BLITZ <
> [EMAIL PROTECTED]
> > > >
> > > > > wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > Hey try out FLASC, a nice GUI for MTASC that runs
in
> > > the
> > > > > Flash
> > > > > > > > IDE.
> > > > > > > > > > > >
> > > > > > > > > > > > http://osflash.org/flasc
> > > > > > > > > > > >
> > > > > > > > > > > > It makes it easy to add classes and such.
> > > > > > > > > > > >
> > > > > > > > > > > > -Steven
> > > > > > > > > > > >
> > > > > > > > > > > > _______________________________________________
> > > > > > > > > > > > Flashcoders@chattyfig.figleaf.com
> > > > > > > > > > > > To change your subscription options or search the
> > > archive:
> > > > > > > > > > > >
> > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > > > > > > > > > > >
> > > > > > > > > > > > Brought to you by Fig Leaf Software
> > > > > > > > > > > > Premier Authorized Adobe Consulting and Training
> > > > > > > > > > > > http://www.figleaf.com
> > > > > > > > > > > > http://training.figleaf.com
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > _______________________________________________
> > > > > > > > > > Flashcoders@chattyfig.figleaf.com
> > > > > > > > > > To change your subscription options or search the
> archive:
> > >
> > > > > > > > > >
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > > > > > > > > >
> > > > > > > > > > Brought to you by Fig Leaf Software
> > > > > > > > > > Premier Authorized Adobe Consulting and Training
> > > > > > > > > > http://www.figleaf.com
> > > > > > > > > > http://training.figleaf.com
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > [  JPG  ]
> > > > > > > > > _______________________________________________
> > > > > > > > > Flashcoders@chattyfig.figleaf.com
> > > > > > > > > To change your subscription options or search the
archive:
> > > > > > > > >
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > > > > > > > >
> > > > > > > > > Brought to you by Fig Leaf Software
> > > > > > > > > Premier Authorized Adobe Consulting and Training
> > > > > > > > > http://www.figleaf.com
> > > > > > > > > http://training.figleaf.com
> > > > > > > > >
> > > > > > > > _______________________________________________
> > > > > > > > Flashcoders@chattyfig.figleaf.com
> > > > > > > > To change your subscription options or search the archive:
> > > > > > > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > > > > > > >
> > > > > > > > Brought to you by Fig Leaf Software
> > > > > > > > Premier Authorized Adobe Consulting and Training
> > > > > > > > http://www.figleaf.com
> > > > > > > > http://training.figleaf.com
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > [  JPG  ]
> > > > > > > _______________________________________________
> > > > > > > Flashcoders@chattyfig.figleaf.com
> > > > > > > To change your subscription options or search the archive:
> > > > > > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > > > > > >
> > > > > > > Brought to you by Fig Leaf Software
> > > > > > > Premier Authorized Adobe Consulting and Training
> > > > > > > http://www.figleaf.com
> > > > > > > http://training.figleaf.com
> > > > > > >
> > > > > > _______________________________________________
> > > > > > Flashcoders@chattyfig.figleaf.com
> > > > > > To change your subscription options or search the archive:
> > > > > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > > > > >
> > > > > > Brought to you by Fig Leaf Software
> > > > > > Premier Authorized Adobe Consulting and Training
> > > > > > http://www.figleaf.com
> > > > > > http://training.figleaf.com
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > [  JPG  ]
> > > > > _______________________________________________
> > > > > Flashcoders@chattyfig.figleaf.com
> > > > > To change your subscription options or search the archive:
> > > > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > > > >
> > > > > Brought to you by Fig Leaf Software
> > > > > Premier Authorized Adobe Consulting and Training
> > > > > http://www.figleaf.com
> > > > > http://training.figleaf.com
> > > > >
> > > > _______________________________________________
> > > > Flashcoders@chattyfig.figleaf.com
> > > > To change your subscription options or search the archive:
> > > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > > >
> > > > Brought to you by Fig Leaf Software
> > > > Premier Authorized Adobe Consulting and Training
> > > > http://www.figleaf.com
> > > > http://training.figleaf.com
> > > >
> > >
> > >
> > >
> > > --
> > > [  JPG  ]
> > > _______________________________________________
> > > Flashcoders@chattyfig.figleaf.com
> > > To change your subscription options or search the archive:
> > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > >
> > > Brought to you by Fig Leaf Software
> > > Premier Authorized Adobe Consulting and Training
> > > http://www.figleaf.com
> > > http://training.figleaf.com
> > >
> >
> >
> _______________________________________________
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>



--
[  JPG  ]
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to