I am testing an application extensibly localy and on the server,
there are just a comple of methods that I want them to run locally but they
need to be user initiated when running on the server.

    At the moment if I post the files to the server then I comment out the
automatic calls and so forth...

    I started testing the ApplicationDomain and
ApplicationDomain.currentDomain but that still turns undefined off line and
online...

    // just for testing purposes:
    import flash.system.ApplicationDomain;
    this.applicationDomain = ApplicationDomain.currentDomain
    trace(this.currentDomain );

    any ideas of a different implementation or a different class that I
should be using?

    I know there is a way to get the domain address
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to