On Monday 05 March 2001 20:40, you wrote:
> I don't mean XML for presentation. I mean XML for communicating data
> from the PO to the Flash application. This is to take advantage of the
> Flash feature of retrieving and parsing XML.
> We could use that as a mechanism for a running Flash "applet" to get new
> data and udpate its display.
> The XML retrieved wouldn't specify any layout or design
> elements, this would already be known to the .swf file that is running.
> Apologies if my previous message didn't make this clear.
Maybe I'm stupid, but isn't that *exactly* what the FlashText demo at
http://www.enhydra.org/server/demos/flashText/ already does? The PO sends the
presentation independent XML data
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE Name SYSTEM "dtd/EnhydraFlash.dtd">
<Name id ="name">Your name here</Name>
to the running flash "applet". This flash "applet" parses the data and
presents it in a nice and flashy form.
I fail to see why the exact same principle cannot be used to e.g. display XML
data of the form
<shoppingList>
<item><name>Sugar</name><amount>1</amount><unit>kg</unit></item>
<item><name>Eggs</name><amount>12</amount><unit>pieces</unit></item>
</shoppingList>
or whatever XML needs to be displayed.
And while I'm not (yet :-) really a Flash expert, I fail to see why the
parsing and re-display of this XML data can't be triggered periodically (or
event driven, or whatever) by means of ActionScript instead of once at
"applet load time" as in the simple FlashText demo.
In short, I simply don't see where anything new would be needed to do what
you propose. It's already up and running...
--
Richard Kunze
[ t]ivano Software, Bahnhofstr. 18, 63263 Neu-Isenburg
Tel.: +49 6102 249 600, Fax.: +49 6102 247 970
http://www.tivano.com, kunze@tivano.com
-----------------------------------------------------------------------------
To unsubscribe from this mailing list, send email to majordomo@enhydra.org
with the text "unsubscribe designers" in the body of the email.
If you have other questions regarding this mailing list, send email to
the list admin at owner-designers@enhydra.org.
|