0
Welcome Guest! Login
0 items Join Now

Time to choose a photo gallery, need help?

    • LiEs's Avatar
    • LiEs
    • Sr. Rocketeer
    • Posts: 238
    • Thanks: 0

    Re: Time to choose a photo gallery, need help?

    Posted 16 years 11 months ago
    • I use Expose and SSP

      Expose
      Very sleek. Supports video & images. It looks easy.

      SSP
      It is more of a gallery for portfolios and of course a slideshow view. With that said....

      I LOOVE ssp. I own ssp + ssp director. You will probably need both to do what you want. ssp director highly uses ajax. You can drag and drop images to organize with ajax. 1 button activate/deactivate albums with ajax. SSP color and looks is highly customizable especially if you know Actionscript. Just go to their website and read their PDF's documentations.
      Drawbacks: It is a flash slideshow, so looking at tons of images at once isn't too pleasing. Not really for multiple client control. If you want the client to have some control you are better of buying multiple copies of director. SSP directory does have user groups, but it is not good at all. There is only editor, publisher, admin ( or something like that) you can give a person permission to edit images and upload, but it will be for all galleries. You cant limit which galleries they have permission for.Director has 1 license for 1 domain

      On the upside the new Director coming out will support API which opens tons of possibilities. Even looking at images without using the flash slideshow. Slideshow pro alone without director is alright, but your clients might not like it. You have to manually edit the XML file, and get get messy if you have many galleries and images.

      Here is an example how customizable it is IF you know flash www.lakecrackenback.com.au/
      Heres an example if the new api in Director(beta4) www.italyapartments.it/admins/director_api_demo/

      END: SSP is more for your own gallery rather then clients.
    • Last Edit: 16 years 11 months ago by LiEs.
    • Patrick Toulze's Avatar
    • Patrick Toulze
    • Elite Rocketeer
    • Posts: 1810
    • Thanks: 18
    • Marketing - Web Designer

    Re: Time to choose a photo gallery, need help?

    Posted 16 years 11 months ago
    • I choose SSP and director.
      The module to integrate SSP made by Joomlashack don’t seem to work in Joomla 1.5.2 and the last version of SSP ( SlideShowPro_for_Flash_188.zip).

      Now if I can have some hint on the embedding process to be able to use Director as well.......
    • Graphic Designer - Marketing -Web Sites — Trying to become a decent human being.
      www.grafcomm.ca
    • LiEs's Avatar
    • LiEs
    • Sr. Rocketeer
    • Posts: 238
    • Thanks: 0

    Re: Time to choose a photo gallery, need help?

    Posted 16 years 11 months ago
    • Which way do you edit SSP settings? with adobe flash, or standalone version?
    • Patrick Toulze's Avatar
    • Patrick Toulze
    • Elite Rocketeer
    • Posts: 1810
    • Thanks: 18
    • Marketing - Web Designer

    Re: Time to choose a photo gallery, need help?

    Posted 16 years 11 months ago
    • Using flash to transform the .fla to .swf.
    • Graphic Designer - Marketing -Web Sites — Trying to become a decent human being.
      www.grafcomm.ca
    • LiEs's Avatar
    • LiEs
    • Sr. Rocketeer
    • Posts: 238
    • Thanks: 0

    Re: Time to choose a photo gallery, need help?

    Posted 16 years 11 months ago
    • Upload your swf anywhere convenient in your server. Go to modules, then click on New and create a custom module. then click on Embed media link and put the link to your SWF.

      To use director open the .fla and set the ssp setting called xml to 'director' instead of images.xml

      To access your director its xxx.com/directorpath  ; You can't embed director into joomla if that is what your saying.
    • Last Edit: 16 years 11 months ago by LiEs.
    • Patrick Toulze's Avatar
    • Patrick Toulze
    • Elite Rocketeer
    • Posts: 1810
    • Thanks: 18
    • Marketing - Web Designer

    Re: Time to choose a photo gallery, need help?

    Posted 16 years 11 months ago
    • m using XHTML suite as WYSIWYG editor and they will have a flash embed button on the next version....

      for now I use:
      <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" id="any" align="middle" height="440" width="600">
      &nbsp; <param name="allowScriptAccess" value="sameDomain" />
      &nbsp; <param name="movie" value="http://localhost:8888/joomlagraf/hivemind/modules/mod_ssp/ssp.swf" />
      &nbsp; <param name="quality" value="high" />
      &nbsp; <param name="bgcolor" value="#131313" />
      &nbsp; <param name="allowFullScreen" value="true" />
      &nbsp; <embed src="http://localhost:8888/joomlagraf/hivemind/modules/mod_ssp/ssp.swf" quality="high" bgcolor="#131313" name="any" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="middle" height="440" width="600" />
      </object>

      Everything work well now, but the full screen button don’t work... I try to implement with <param name="allowFullScreen" value="true" /> but it’s not working????
    • Graphic Designer - Marketing -Web Sites — Trying to become a decent human being.
      www.grafcomm.ca
  • Re: Time to choose a photo gallery, need help?

    Posted 16 years 11 months ago
    • when i try to install the zoom media gallery or Pony Media Gallery, i had this error line... please help me!



      Parse error: syntax error, unexpected $end in /home/people/public_html/administrator/includes/pcl/pclzip.lib.php on line 3360
    • testing... testing.. 1, 2, 3
  • Re: Time to choose a photo gallery, need help?

    Posted 16 years 11 months ago
    • LiEs's Avatar
    • LiEs
    • Sr. Rocketeer
    • Posts: 238
    • Thanks: 0

    Re: Time to choose a photo gallery, need help?

    Posted 16 years 11 months ago
    • Patrick Toulze wrote:
      m using XHTML suite as WYSIWYG editor and they will have a flash embed button on the next version....

      for now I use:
      <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" id="any" align="middle" height="440" width="600">
      &nbsp; <param name="allowScriptAccess" value="sameDomain" />
      &nbsp; <param name="movie" value="http://localhost:8888/joomlagraf/hivemind/modules/mod_ssp/ssp.swf" />
      &nbsp; <param name="quality" value="high" />
      &nbsp; <param name="bgcolor" value="#131313" />
      &nbsp; <param name="allowFullScreen" value="true" />
      &nbsp; <embed src="http://localhost:8888/joomlagraf/hivemind/modules/mod_ssp/ssp.swf" quality="high" bgcolor="#131313" name="any" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="middle" height="440" width="600" />
      </object>

      Everything work well now, but the full screen button don’t work... I try to implement with <param name="allowFullScreen" value="true" /> but it’s not working????

      Have you downloaded the latest flash player?
    • Patrick Toulze's Avatar
    • Patrick Toulze
    • Elite Rocketeer
    • Posts: 1810
    • Thanks: 18
    • Marketing - Web Designer

    Re: Time to choose a photo gallery, need help?

    Posted 16 years 11 months ago
    • Yes, yesterday.
      Do you think that way to embeded is OK.
    • Graphic Designer - Marketing -Web Sites — Trying to become a decent human being.
      www.grafcomm.ca

Time to create page: 0.082 seconds