I was able to upload some tags with it and they seem to work properly
on http://000000book.com
http://000000book.com/data/21229
http://000000book.com/data/21231
http://000000book.com/data/21228
it also work with, http://toki-woki.net/p/Okr/#/play/21231
I have a short post written about it here along with the source:
http://www.cyancdesign.com/2010/09/simple-air-gml-recorder/
Thanks Jamie!
I was never 100% sure what I should put in the <up> tags.
right now it is like this, and i think just copied it from other GML I
thought was right.
<up>
<x>1</x>
<y>0</y>
<z>0</z>
</up>
I had it a different way before the thumbnail looked right after i
uploaded it to 000000book,
but the flash player would lock up loading the GML and crash my
browser.
I can leave it for now, or switch it up if needed.
Chris
--
-~-~-~-~-~-~>
GML Mailing List: http://groups.google.com/group/graffiti-markup-language
Unsubscribe: graffiti-markup-la...@googlegroups.com
> Jamie,
> I have the recorder in my project now,
> and I'm able to send out the GML for actionscript and use curl in a
> PHP page to upload to 000000book.
> It is all uploading just fine, except I can't get the who/uploader/
> username filled in.
>
> I have the <username> tag in the GML
> and i have &username=cyancdesign and &author=cyancdesign in the curl
>>
> code trying to cover both bases.
>
> Is it a different variable name I should be using?
Confirmed this is a bug on the 000book side. I'll shoot out a mail when this has been addressed. Thanks for letting me know
@all -- it's best to put this kind of data in the GML it since it's much easier for me to extract later (rather than in the POST or GET args)
Thanks