-I'm using 0.2.1.6 now.  I've been copying Flashout.as to my workspace instead.  My reasoning behind this is as follows:  If other developers are going to work on this project, I want to make setting up a Flash environment in their Eclipse as easy as possible.  Checking out a project from our source control system is and having the necessary classes already in the project (Flashout.as is in a util folder, and other classes that need it just import util.Flashout) is one less step than having to get the Flashout.as file and copying it to the Flash Classes folder. Does that seem odd?  Which Flash Classes folder do you put it in?
-I get this, but I'm not really trying to use the ASDT logger:
Error 2005-08-16 07:40:56.487 Error while stopping "org.asdt.logger_0.0.8.build2".
org.osgi.framework.BundleException: Exception in org.asdt.logger.ASLoggerPlugin.stop() of bundle org.asdt.logger.


On 8/16/05, Olivier <[EMAIL PROTECTED]> wrote:
A couple of thoughts based on my experience and previous answers.

-You need FO 0.2.1.6 if you're using asdt 0.0.8. Don't forget to copy
the Flashout.as to the Flash Classes folder.
-Check your Eclipse logs to see if everything got loaded properly.
-You don't need to import the FO in any class to make it work.
-If you use the -keep switch, then simply add one Flashout.info ()
statement in your code, compile it and the class will from now on be
included in the swf. You can then replace Flashout.info() with the
generic TRACE method and it will always work.
-The argument to add to the trace panel in FO is Flashout.traceReplacer

I hope some of this will be useful...

Olivier


_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to