Open main menu

CDOT Wiki β

Changes

Popcorn slideshow player

112 bytes added, 17:58, 11 December 2011
About the Player
The first part handles the loading and embedding of the slideshow player. This is done by setting parameters and calling swfobject which is a tool that embeds flash objects into web pages.
'''*Important:''' In the slideshare webpage there is documentation on how to invoke the swfobject in order to embed the slideshow, popcorn works slightly differently from this however in that it requires a few more parameters to be set.
To embed the slideshow player the following code is used, this is essentially the same method used by the youtube and vimeo players to embed their flash players:
function makeSwf( self, slideId, containerId ) {
1
edit