nederlands
english
   
Uplpu demo support interface events scripts order  

Scripts

The scripts on this page together form the standalone version of Uplpu Demo. Click here to see it in action.

It is this bundle of scripts that you will get together with the Flash component when you order a copy of Uplpu for a particular domain.

The source code of all scripts are to be seen below together with comments which are available at the green lines numbers.

  • uplpu.php
    This is the page visited with the browser in order to see the standalone demo.
  • PlatFork.js
    PlatFork loads a list of javascript files synchronously and as one.
  • enviroment.js
    This file contains all javascript dependencies of Uplpu.js and the demo.
  • Uplpu.js
    Each instance of class function Uplpu represents a Uplpu Flash component embedded in the browser. Codewise it displays how to initialize and configure the Flash component and what events are available.
  • uplpu_recv.php
    This is the server side script that receives the uploaded files.
  • .htaccess
    uplpu_recv.php needs to have extra rights that differs from an ordinary file. An .htaccess file informs Apache webserver the rights for a file.
  • crossdomain.xml
    crossdomain.xml is a file that is needed by Flash Player as a security measure in the webspace of an external domain that will receive file uploads.