iframe-photo.js File Reference

Go to the source code of this file.

Functions

Components utils import ("resource://mashTape/mtUtils.jsm")
 
document addEvent ('mousewheel', function(event){event=new Event(event);if(typeof(nS5)=="undefined") return;if(event.wheel > 0){nS5.previous();}else if(event.wheel< 0){nS5.next();}})
 
function _mashTape_setupPhotoStream (imageItems, paneWidth, paneHeight)
 
function mashTape_updatePhotoStreamSpeed ()
 
function mashTape_triggerPhotoStream (imageItems, paneWidth)
 

Variables

var nS5
 

Function Documentation

function _mashTape_setupPhotoStream (   imageItems,
  paneWidth,
  paneHeight 
)

Definition at line 20 of file iframe-photo.js.

Here is the call graph for this function:

Here is the caller graph for this function:

document addEvent ( 'mousewheel'  ,
function(event){event=new Event(event);if(typeof(nS5)=="undefined") return;if(event.wheel > 0){nS5.previous();}else if(event.wheel< 0){nS5.next();}}   
)
Components utils import ( "resource://mashTape/mtUtils.jsm"  )
function mashTape_triggerPhotoStream (   imageItems,
  paneWidth 
)

Definition at line 100 of file iframe-photo.js.

Here is the call graph for this function:

function mashTape_updatePhotoStreamSpeed ( )

updatePhotoStreamSpeed If the preference for the photo speed changes we update the interval here so that while the slidshow is playing we can automatically adjust to the changes.

Definition at line 86 of file iframe-photo.js.

Variable Documentation

var nS5

Definition at line 3 of file iframe-photo.js.