Changes between Version 10 and Version 11 of PluginsSnapshot

Show
Ignore:
Timestamp:
09/04/09 02:38:47 (3 months ago)
Author:
jeroen (IP: 87.209.186.89)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PluginsSnapshot

    v10 v11  
    2121The plugin is loaded with the flashvar ''plugins=snapshot''. This will automatically load the latest version of the plugin straight off our servers. It offers two flashvars: 
    2222 
    23  * '''snapshot.bitmap''' (''true''): Set this to ''false'' if you want to render the thumbnail serverside. The plugin will then not post the JPG data, but two variables: ''file'' (location of the video) and '''position''' (position of the snapshot in seconds). 
     23 * '''snapshot.bitmap''' (''true''): Set this to ''false'' if you want to render the thumbnail serverside. The plugin will then not post the JPG data, but two variables: '''file''' (location of the video) and '''position''' (position of the snapshot in seconds). 
    2424 * '''snapshot.script''' (''undefined''): the location of the serverside script (PHP,ASP,..) that processes the snapshot. It must echo the HTTP url of the resulting image, so the player can display the result to the user. Here's an example of such a script: 
    2525