To the first two questions: Yes and Yes ! There is a FlashFile Product somewhere on Zope.org you might want to look at. As for the third question, I do it using the PARAM element under the OBJECT that embeds the movie in the page. There might be other ways, but this works fine for me. But then I'm not very knowledgeable in Flash, if by "variables" something more advanced, then I don't know (I'm guessing under CF5 or CFMX , flash integration is conciderable). Cheers, J.F. -----Original Message----- From: zope-bounces@zope.org [mailto:zope-bounces@zope.org]On Behalf Of Cameron Brown Sent: Wednesday, November 05, 2003 1:40 PM To: zope@zope.org Subject: [Zope] Flash in zope Hi All, Another newbie here to ask all the already asked questions. I'm interested in recreating a web site originally written in coldfusion in zope. One of the first questions that I have is how does zope handle flash movies, can they be imported into the zodb? can they be pulled in from another directory? When they are in the page can I pass variables to them? How is that done? Thanks for the help, Cam Brown I've stopped 86,149 spam messages. You can too! One month FREE spam protection at http://www.cloudmark.com/spamnetsig/} _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
On Wed, 5 Nov 2003 13:33:26 -0500 GMT Jean-Francois.Doyon@CCRS.NRCan.gc.ca asked the Zope mailinglist about the following:
As for the third question, I do it using the PARAM element under the OBJECT that embeds the movie in the page. There might be other ways, but this works fine for me. But then I'm not very knowledgeable in Flash, if by "variables" something more advanced, then I don't know (I'm guessing under CF5 or CFMX , flash integration is conciderable).
IF you want something more advanced, i have used this library for xml-rpc with great success : http://members.netmadeira.com/killer/xmlrpc/ Zope supports xml-rpc out-of-the-box, and with xml-rpc you can call pythonscripts in Zope over the web, asynchronously from inside Flash, and get nice return values. Really fun to play with :) -- __________________________________________________________________ Geir Bækholt · Interaction Architect · Plone Solutions Development · Training · Support · http://www.plonesolutions.com __________________________________________________________________
participants (2)
-
Geir Bækholt -
Jean-Francois.Doyon@CCRS.NRCan.gc.ca