Members: 16,996
Threads: 38,845
Posts: 159,389
Online: 15

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse

Go Back   Mambers.com > Development > Module Development

Reply
 
LinkBack Thread Tools Display Modes
Old 21.04.2004, 00:12   #11 (permalink)
Professional Mamber
 
eyezberg's Avatar
 
Join Date: Apr 2004
Location: Gap / France
Posts: 860
eyezberg is an unknown quantity at this point
Default Re: Looking for Slideshow Module

Why not use one of the multiple Flash slideshows available online and put that into a "typed content" page?
Here's some good links (just did some research on the subject ):
http://www.slooz.com/trinkets.php
http://www.airtightinteractive.com/simpleviewer/
http://www.bigwebmaster.com/1494.html
etc, got more if you want..
Some of these, they will read the files from a dir and do the job on their own..
__________________
joe / ex Mambo ex Doc Team
Eyezberg.com
eyezberg is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 21.04.2004, 00:44   #12 (permalink)
Professional Mamber
 
tonyskyday's Avatar
 
Join Date: Apr 2004
Location: Charlottesville, VA USA
Posts: 565
tonyskyday is on a distinguished road
Default Re: Looking for Slideshow Module

Quote:
Originally Posted by eyezberg
Why not use one of the multiple Flash slideshows available online and put that into a "typed content" page?
Here's some good links (just did some research on the subject ):
http://www.slooz.com/trinkets.php
http://www.airtightinteractive.com/simpleviewer/
http://www.bigwebmaster.com/1494.html
etc, got more if you want..
Some of these, they will read the files from a dir and do the job on their own..
Because he wants it as a module so he can pick the page it displays on (I gathered he wanted it on the frontpage).
tonyskyday is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 22.04.2004, 21:41   #13 (permalink)
Professional Mamber
 
eyezberg's Avatar
 
Join Date: Apr 2004
Location: Gap / France
Posts: 860
eyezberg is an unknown quantity at this point
Default Re: Looking for Slideshow Module

oups oversight
so it would need to be pretty smal, huh?
i'll make one. (in flash tho', which means only non-progressive jpg's would load..or maybe one using MING if your host has that installed, so you can make gifs, png whatever into swfs and then load..))
__________________
joe / ex Mambo ex Doc Team
Eyezberg.com
eyezberg is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 22.04.2004, 22:00   #14 (permalink)
Professional Mamber
 
tonyskyday's Avatar
 
Join Date: Apr 2004
Location: Charlottesville, VA USA
Posts: 565
tonyskyday is on a distinguished road
Default Re: Looking for Slideshow Module

Quote:
Originally Posted by eyezberg
oups oversight
so it would need to be pretty smal, huh?
i'll make one. (in flash tho', which means only non-progressive jpg's would load..or maybe one using MING if your host has that installed, so you can make gifs, png whatever into swfs and then load..))
I think he actually wants fairly large pictures, and will use the module in the main column, like in the "top" position (if that's where you put the call to that position ).

-Tony
tonyskyday is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 23.04.2004, 15:12   #15 (permalink)
Mamber
 
Join Date: Apr 2004
Location: Wiesbaden, Germany
Posts: 64
Fabster is on a distinguished road
Default Re: Looking for Slideshow Module

Hi guys,

thanks for Your suggestions. I am thinking about picture (could be limited to .jpg only) with a width of 200px and with the possibility to place the call to the module position anywhere I want (top, left, right, user1, user2 inset..). I would like to use it as part of the design. For a photographer's website for example. He could present his best fotos directly there with a slideshow effect. Or a company that offers appartments for rent. They could put there sample picture of their appartments, so the customer gets a short insight in what they are offering.. and so on. So, it's more a design element than a module with more functionality to it.

Did I get it stated what I think of? Sometimes my English is not enough to express my ideas..
Fabster is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 23.04.2004, 16:56   #16 (permalink)
Professional Mamber
 
tonyskyday's Avatar
 
Join Date: Apr 2004
Location: Charlottesville, VA USA
Posts: 565
tonyskyday is on a distinguished road
Default Re: Looking for Slideshow Module

Quote:
Originally Posted by eyezberg
oups oversight
so it would need to be pretty smal, huh?
i'll make one. (in flash tho', which means only non-progressive jpg's would load..or maybe one using MING if your host has that installed, so you can make gifs, png whatever into swfs and then load..))
Could a component be made where a site owner could upload jpgs through an easy interface in the backend and they would be added to a flash annimation module that cycled through whatever pictures were "published"? (I don't know anything about flash)

-Tony
tonyskyday is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 23.04.2004, 22:20   #17 (permalink)
Professional Mamber
 
eyezberg's Avatar
 
Join Date: Apr 2004
Location: Gap / France
Posts: 860
eyezberg is an unknown quantity at this point
Default Re: Looking for Slideshow Module

Yes, easily, either use PHP to read all files in the photo folder and load (build array to keep track of where you are), or use a table with admin upload and maybe links and description if needed inserted into db, then script to retrieve pics, could even add an un/publish column and use that to select and return list of pics to load to Flash.. basically, anything you can do with PHP, you can send into Flash, just strip the markup/css/html and use Flash as frontend..
Is there interest in such a module/component? I have no idea about the backend tho', and it would be my first shot, so I guess I would just take an existing one and tear appart the code, use what I need etc.. and it would take a while
If anyone good with PHP wants to collab, I can get the FLash ready, tell you what data I'd need depending on specifications set for the mod_ or com_ , and then get a hand on the script / admin side..?
Table in db, no table (just read from folder), admin: what can be done here (ie: upload, delete, add comment, publish/unpub., ...)... losts of stuff to work on.
__________________
joe / ex Mambo ex Doc Team
Eyezberg.com
eyezberg is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 24.04.2004, 15:51   #18 (permalink)
Mamber
 
Join Date: Apr 2004
Location: Wiesbaden, Germany
Posts: 64
Fabster is on a distinguished road
Default Re: Looking for Slideshow Module

Quote:
Originally Posted by tonyskyday
Could a component be made where a site owner could upload jpgs through an easy interface in the backend and they would be added to a flash annimation module that cycled through whatever pictures were "published"? (I don't know anything about flash)

-Tony
This sounds to me as it would be perfect for what I was thinking of!!
Fabster is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 26.05.2004, 03:23   #19 (permalink)
Baby Mamber
 
Join Date: May 2004
Posts: 2
bobnow is on a distinguished road
Default Re: Looking for Slideshow Module

I have a site that I would like to implement a slideshow on the frontpage RSGalleryThumbnailScroller would work great but need the photos to go right to left , any ideas??

to get a better understanding look at the site www.wkonk.com you will see the gap I have open for this module.
bobnow is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Yanc Subscribe Module 1.2 Released visualdensity Development Announcements 24 14.10.2005 14:06
Is there an easy way to create multiple instances/copies of a module nickc Module 'How Do I' Questions 8 29.04.2004 04:50
Post nuke module conversion? wooly Module Development 0 17.04.2004 23:19
Module -> Public Module viewable only by Public and not Registered and above sash Module 'How Do I' Questions 1 17.04.2004 08:03
Is there a FAQ Module for Mambo caspern Module 'How Do I' Questions 3 14.04.2004 13:40


All times are GMT +2. The time now is 08:27.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.