exportting XML from ASP

General Moho topics.

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
boris
Posts: 11
Joined: Mon Jan 03, 2005 2:28 pm
Location: the netherlands
Contact:

exportting XML from ASP

Post by boris »

Does anyone know if there is an easy way of exporting XML from ASP7 ?
I am trying to find out if ASP could be used as a tool for animation to make a videogame.

cheers,
Boris
User avatar
slowtiger
Posts: 6237
Joined: Thu Feb 16, 2006 6:53 pm
Location: Berlin, Germany
Contact:

Post by slowtiger »

No.

There's also no complicated way to export XML from AS.
n.hurst
Posts: 45
Joined: Wed May 20, 2009 2:14 pm

Post by n.hurst »

Well, the built-in SWF/Flash export is arguably videogame ready - for Flash games. Your website would suggest that's an ideal format for you, and from the latest Flash tool there's options for converting and publishing to other platforms.

If you really want XML you'd be processing the .anme source files. But it would be a huge undertaking. Search the forums and you'll see a few folks hacking away just to get something simple like camera positions exported. You would basically be recreating AS as your game engine, but I think your time would be better spent using the exported graphical assets from AS, and save the coding work for your actual game.
Genete
Posts: 3483
Joined: Tue Oct 17, 2006 3:27 pm
Location: España / Spain

Post by Genete »

Maybe you can export to XML within a script. Within a script you have access to the Documenta data using the Mohho Scripting interface. Then using a XML library you might export the data to XML format:

http://lua-users.org/wiki/LuaXml

-G
Post Reply