WebSwf Open Source

This project is not maintained!

I leave this page just in case somebody want to resume it.

Download

Source Forge WebSwf Project Page

Per costruire facilmente i tuoi slideshow.

Logo WebSwf

WebSwf è lo strumento ideale per costruire facilmente
slideshow in formato Flash con una colonna sonora opzionale.

Caratteristiche di WebSwf

  • Software libero: WebSwf è sofware libero, distribuito tramite la licenza GPL.
  • Multi utente, ciascun utente può creare progetti indipendenti, ciascuno composto da diversi filmati.
  • Supporta dissolvenze semplici e incrociate.
  • Architettura client-server, tutti i dati sono salvati su un database e nelle
    cartelle del server.
  • Utilizzabile con qualsiasi browser moderno, per esempio Firefox.
  • Scritto interamente in PHP, si appoggia a un database MySQL.
  • Opzioni di ottimizzazione per l’uso su un palmare dei filmati generati
  • Multilingua, per ora è disponibile in inglese e italiano, ma può essere facilmente tradotto in numerose altre lingue.

Contattaci per il supporto commerciale a WebSwf.

Contribuisci a WebSwf!

Lo sviluppo di WebSwf è costato molto tempo, e ci sono tante cose che puoi fare per sostenerlo:

  • Contributi in denaro: fai clic sul collegamento PayPal in cima alla pagina.
  • Codice, se sai programmare, sarai il benvenuto nel team di sviluppo.
  • Documentazione, esempi, traduzioni ecc.

Il futuro di WebSwf dipende anche da te.

ScreenShots

Logo WebSwf

 

La finestra delle slide permette di aggiungere, cancellare e modificare le
diapositive che compongono lo slideshow.

 

Logo WebSwf
Usando il modulo di montaggio, puoi sincronizzare facilmente
la durata delle singole slide con la colonna sonora.

Accedi al manuale on-line di WebSwf.

12 commenti to “WebSwf Open Source”

  1. Israel Bravo Says:
    22 February 2006 at 11.29

    Hi, I’ve downloaded and installed webswf-1.0.
    The installation was very simple, everything went fine, but at the end when I try to connect to the website – I get the following message:
    Fatal error: main() [function.require]: Failed opening required ‘/www/CE/webswf/vnlib/gettext/GetText.php’ (include_path=’.:/www/www_new/docs/incl:/www/www_new/INCLUDE:/usr/lib/php/:/usr/share/pear/’) in /www/CE/webswf/config_system.inc.php on line 93
    There isn’t such directory “vnlib” in the distribution ! Please help.

  2. Alessandro Pasotti Says:
    22 February 2006 at 15.09

    I’ve uploaded today a new release, with all required libs included.

    Enjoy!

  3. Keith Longstreth Says:
    10 January 2007 at 20.27

    I installed your application on a Windows XP instance of the Apachefriends XAMMP. I followed the ENGLISH setup instructions but get this error when I try to browse to the webswf-1.0 directory:

    Fatal error: Call to undefined function fnmatch() in C:\xampp\xampp\htdocs\webswf-1.0\vnlib\xtpl\xtpl.inc.php on line 391

  4. Alessandro Pasotti Says:
    11 January 2007 at 9.52

    @Keith

    Sorry, this error has nothing to do with webswf, it is something wrong with your PHP installation: see
    http://it2.php.net/fnmatch

    Additionally: webswf was not tested under windows but was specifically developed and tested under Linux (this doesn’t mean it should’nt run under windows though).

  5. Keith Longstreth Says:
    11 January 2007 at 19.17

    Thank you for your response. I saw on the php site that fnmatch() is not supported on windows and other non-posix versions of php. For your application, do you think would it be easier to find all of the fnmatch() calls and replace the call with explicit code performing the same function OR to build and add on a customized fnmatch() function to my php?

  6. Alessandro Pasotti Says:
    11 January 2007 at 19.30

    @Keith

    I think the second option would be better, you could easily write such a function using preg_match(), but search if something exists already.

  7. Ray Reeder Says:
    11 February 2008 at 22.57

    I have webswf installed, but when I try to login at the first page , the user admin, and the password , admin, do not work.Is there another user and password I should use?

  8. Alessandro Pasotti Says:
    11 February 2008 at 23.02

    @Ray

    No, there is just a user at install time, the login name is admin and the password is admin.

    Look for PHP errors into your webserver logs.

  9. Ray Reeder Says:
    13 February 2008 at 20.35

    What is this error?
    Notice: Interface::set_attribute – Setting attribute ‘user_id’ failed for object type user in /homepages/25/d99903883/htdocs/pvillekyus/webswf/applib/Interface.inc.php on line 531

    Fatal error: Call to a member function on a non-object in /homepages/25/d99903883/htdocs/pvillekyus/webswf/user/interface.inc.php on line 69

  10. Bob Says:
    08 June 2008 at 3.06

    Where did I go wrong with my instillation? I can’t change to english within the admin section. I can change my password but cannot change the language.

  11. Mike Says:
    22 January 2010 at 23.06

    I get the same error as Ray Reader when I try to log in? Is there an updated version for today’s apache/php/pear/etc?

  12. Alessandro Pasotti Says:
    23 January 2010 at 1.18

    @Mike:

    I’m sorry, this project is not maintained anymore.
    I will add a notice at the top of this page.