One more thought :
To get the javascript function enabled, we need to wait for a call to
Console.enabled setter function.
I wonder why, because that don't permit firebug's console use
withouth having trace something in the actionscript code before…
So why not launch the :
Console.initExternalInterface();
JavaScriptInterface.injectCode();
as soon as possible ?
Since those ones are static methods, that should be fairly easy.
What do you think ?
Cheers.
---
Eric Priou aka erixtekila
Dev notes : http://www.v-i-a.net/inprogress
Oregano XMLSocket server forum : http://www.v-i-a.net/forum
In my opinion the command line interface should be launched asap.
- Martin
On Jul 4, 6:03 pm, Eric Priou <erixtek...@gmail.com> wrote:
> Hi devs,
>
> One more thought :
> To get the javascript function enabled, we need to wait for a call to
> Console.enabled setter function.
> I wonder why, because that don't permit firebug's console use
> withouth having trace something in the actionscript code before...
Good point!In my opinion the command line interface should be launched asap.