Hello, How to set up a Zope web site which utilises Flash animation ? What is the best way to proceed for integrate Fash animation and DTML document, when the flash developper don't know Zope and zope developer don't know Flash ? there is someone who build this kind of site ? ______________________________________________ FREE Personalized Email at Mail.com Sign up at http://www.mail.com/?sr=signup
On Sun, Mar 19, 2000 at 05:12:35PM -0500, abel gance wrote:
Hello,
How to set up a Zope web site which utilises Flash animation ?
What is the best way to proceed for integrate Fash animation and DTML document, when the flash developper don't know Zope and zope developer don't know Flash ?
there is someone who build this kind of site ?
You can just use File objects to store the flash content, and refer to the objects from HTML the same way you would from a static HTML site. I wrote a special Python object for it, inheriting from File, just so it would take care of its own HTML tag, just like the Image object does. This because the site in question contained quite a lot of different Flash objects, and the widths and heights changed sometimes during the course of the design. The designers just had to upload their flash content into these objects, which they very quickly got the hang of. However, for the one Shockwave game in the site, I just had the Shickwave developer upload to a File object, and the HTML for it was handcoded into the reffering HTML page. -- Martijn Pieters | Software Engineer mailto:mj@digicool.com | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | The Open Source Web Application Server ---------------------------------------------
Thank Martijn , Can you give the URL's site who you developed with Zope-Flash ? i go on your Members page but i don't find your Python Object. Where can i find this product to test it ?
On Tue, Mar 21, 2000 at 02:29:30AM +0100, renaud SL2K wrote:
Thank Martijn ,
Can you give the URL's site who you developed with Zope-Flash ? i go on your Members page but i don't find your Python Object. Where can i find this product to test it ?
iI'm going to have to disappoint you. - I never published the object, it was simple and not that general. Also, I cannot release it now, because it was written while working for my previous employer. - The site for which I used it was for a big Dutch youth event, and now that it has taken place the site has been taken down again. -- Martijn Pieters | Software Engineer mailto:mj@digicool.com | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | The Open Source Web Application Server ---------------------------------------------
participants (3)
-
abel gance -
Martijn Pieters -
renaud SL2K