Hi,
Does anyone know how to get Flash to work with zope so that we can load
dynamic data into flash from zope objects(zSQL, python scripts, DTML,
etc). I found this
# In
Zope
Where loadData is a DTML method with this
content:
<dtml-call expr="readDB(_)">
That loads a ZSQL method
called readDB with the following
SQL:
SELECT * FROM myTable WHERE user_id = 1;
Is there anyway to
get dynamic data into and out of Flash using zope objects? Also without
using apache?
Any and all help on
this would be greatly apreciated.
Thank you for your
time.
Jet