Changes between Version 10 and Version 11 of PluginsSnapshot
- Timestamp:
- 09/04/09 02:38:47 (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PluginsSnapshot
v10 v11 21 21 The 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: 22 22 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). 24 24 * '''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: 25 25
