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 Flash, from a button instance... on (release) { loadVariablesNum ("http://www.yourzopesite.com/zsqlMethods/loadData", 0); } # 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; at http://www.ultraviolet.org/mail-archives/zope.2002/0219.html <http://www.ultraviolet.org/mail-archives/zope.2002/0219.html> and it doesn't seem to work. Then I found an XML-RPC client for Flash http://sourceforge.net/projects/xmlrpcflash and that doesn't seem to work. I think to get it to work I would need to run apache 2 and rewrite the header http://www.zope.org/Members/ike/Flash-Zope/FLASH_xmlrpc_zope . 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