I wouldn't think so.  I don't use wild cards so I've not run into that
issue.  But from whatever I've read/experienced, MTASC would support that
just fine.

On 8/24/06, aaron smith <[EMAIL PROTECTED]> wrote:

would it have anything to do with having imports like: com.somepackage.*VS.
com.sompackage.SomeClass ?



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.SiteLoader needs 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
> > > > > > >
> > > > > > > _______________________________________________
> > > > > > > [email protected]
> > > > > > > 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
> > > > > > >
> > > > > >
> > > > > >
> > > > > _______________________________________________
> > > > > [email protected]
> > > > > 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  ]
> > > > _______________________________________________
> > > > [email protected]
> > > > 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
> > > >
> > > _______________________________________________
> > > [email protected]
> > > 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  ]
> > _______________________________________________
> > [email protected]
> > 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
> >
>
>
_______________________________________________
[email protected]
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  ]
_______________________________________________
[email protected]
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