On Tue, Mar 30, 2010 at 02:49:09AM +0530, George Thomas wrote: > > > > >You'll want to implement ::read, ::seek ::eof ::tell ... > > >well the more you do the better it is. ::size I guess will be hard, > > >but hopefully not needed. > > > > That means a cache a File object should be set up onto which the writing > > process is to be done. in the read function there is a "void *dst " argument > > associated with most functions. What's this for? Is this the pointer thats > > going to be used later in netstream for accessing the data for rendering and > > all?
dst is the buffer you want the data to be written to. --strk; () Free GIS & Flash consultant/developer /\ http://strk.keybit.net/services.html _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

