Skip to main content

Add dewslider flash slider inside Plone by Makina Corpus

Project description

Introduction

This collective module register a zope directory resource containing the wonderful slider flash Dewslider, developed by alsacreation (http://www.alsacreations.fr/dewslider only french at the moment).

Dewslider version - downloaded 2009-12-24

Credits

makinacom

Installation

Add collective.dewslider to your buildout as normal. See http://plone.org/documentation/tutorial/buildout.

At the moment this module doesn’t add any feature to Plone. It is primary use as resource package.

Usage

Dewslider offer two ways of doing:

  • Provide img as parameters

  • Provide an xml file

See examples with img as parameters

<object type="application/x-shockwave-flash" data="dewslider.swf?img=image1.jpg,image2.jpg,image3.jpg" width="500" height="300">
<param name="movie" value="dewslider.swf?img=image1.jpg,image2.jpg,image3.jpg" />
</object>

Or with xml file

<object type="application/x-shockwave-flash" data="dewslider.swf?xml=dewslider.xml" width="500" height="300">
<param name="movie" value="dewslider.swf?xml=dewslider.xml" />
</object>

<?xml version="1.0" ?>
  <album
    showbuttons="yes"
    showtitles="yes"
    randomstart="yes"
    timer="5"
    aligntitles="bottom"
    alignbuttons="bottom"
    transition="push"
    speed="20"
  >
  <img src="img/1.jpg" title="Titre 1" />
  <img src="img/2.jpg" title="Titre 2" href="test.html" />
  <img src="img/3.jpg" title="Titre 3" href="http://www.blup.fr/" />
  <img src="img/4.jpg" title="Titre 4" href="http://www.blup.fr/" target="_blank" rollover="alert('yay');" rollout="showdiv('pub');" />
  <img src="img/5.jpg" title="Titre 5" />
</album>

Changelog

1.0 - 2009/12/28

  • Initial release

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.dewslider-1.0.zip (314.3 kB view details)

Uploaded Source

File details

Details for the file collective.dewslider-1.0.zip.

File metadata

File hashes

Hashes for collective.dewslider-1.0.zip
Algorithm Hash digest
SHA256 872234749e1a633775bc806aabb0b26129ccf5ce9d0a00bbfa76802769f96a54
MD5 379abc5832df43dad0e489ed6cbd9b15
BLAKE2b-256 cdbfbb975027a64723ace9a43bc406ba1a2b23239357bbcf4ebfc1b33a6dc682

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page