gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] gnash ChangeLog extensions/fileio/fileio.cpp ex...


From: strk
Subject: Re: [Gnash-commit] gnash ChangeLog extensions/fileio/fileio.cpp ex...
Date: Tue, 27 Nov 2007 11:35:54 +0100

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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]