On Tue, Nov 27, 2007 at 10:58:00AM +0100, Udo Giacomozzi wrote:
> Hello strk,
> 
> Tuesday, November 27, 2007, 10:38:29 AM, you wrote:
> s> Speaking of which, do you mind if we put the FileIO class
> s> under System.extensions.Gnash.FileIO ?
> s> Does it seem a good namespace for our extensions ?
> s> Do you easily see how to do that ?
> 
> Is that a Flash (ActionScript) namespace? If so, do I have to create
> new instances of it by specifying then whole thing or can I still use
> 
>   new FileIO();
> 
> ?

You'll have to use new System.extensions.Gnash.FileIO
or you may initialize your application with:

        // "import" FileIO
        _global.FileIO = System.extensions.Gnash.FileIO;

and keep using:

        new FileIO();

--strk;


_______________________________________________
Gnash-commit mailing list
Gnash-commit@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to