Difference between revisions of "Popcorn slideshow player"

From CDOT Wiki
Jump to: navigation, search
(Requirements for working with this project)
(About the Player)
Line 12: Line 12:
  
 
== About the Player ==
 
== About the Player ==
 +
 +
The player itself is just a modified version of the vimeo player for popcorn and essentially works the same way.  When invoked from an HTML file, the javascript file needs to be passed a URL file that points to the slideshow.  The player will then embed the slideshow to the HTML file while adding popcorn events to the slideshow much like the other players.  The key difference in this case, is that being a slideshow, the passage of time will not trigger the popcorn event but going through each slide (ie: in a video player at a minute and a half into playing the video a popcorn event gets triggered, in the slideshow player, hitting slide 20 will trigger the popcorn event.)
  
 
== Project Plan & Description ==
 
== Project Plan & Description ==

Revision as of 17:42, 11 December 2011

Project Name

Popcorn Slideshow PLayer - This is a slideshow player for Popcorn. It will run slideshows created and/or uploaded to Slideshare. The slideshows will work with popcorn events.

Requirements for working with this project

The following steps are required to work on this project.

github Link - Connect to this github repo and fork a copy to your github account.


Coding and editing the .js file can be done with notepad++, Sublime, Textpad or most any text editor. However, to test whether your code works, the entire popcorn directory you cloned as well as the slideshow.js file you worked on will need to be uploaded and run from a web server as the flash events will not execute due to Flash's security model.

About the Player

The player itself is just a modified version of the vimeo player for popcorn and essentially works the same way. When invoked from an HTML file, the javascript file needs to be passed a URL file that points to the slideshow. The player will then embed the slideshow to the HTML file while adding popcorn events to the slideshow much like the other players. The key difference in this case, is that being a slideshow, the passage of time will not trigger the popcorn event but going through each slide (ie: in a video player at a minute and a half into playing the video a popcorn event gets triggered, in the slideshow player, hitting slide 20 will trigger the popcorn event.)

Project Plan & Description

Project Description

Release Download Release Features/Points Addressed
0.1

Project Leader(s)

Releases

Lighthouse Ticket

Project Notes