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
On Fri, 6 Jun 2003 11:34:30 -0400 GMT (..17:34 where i live(GMT+2) ) Jet Wilda asked the Zope mailinglist about the following: ...
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?
the content-type-bug in flash was fixed in version 6 of the player, so if you can keep only to flash MX/6 , flash-xmlrpc will work out-of-the-box with Zope. If you also need to support flash5 (ugh), you will need to do the apache rewrite-hack-thing i guess.. I do it all the time. :) and : personally i have found the 'other' xml-rpc-lib for flash much more easy to use properly: http://members.netmadeira.com/killer/xmlrpc/ :) -- Geir Bækholt
participants (2)
-
Geir Bækholt -
Jet Wilda