Skip to content
Edgar Gonzalez edited this page Feb 5, 2012 · 3 revisions

Since version 0.1.3, you can add a flash object as one of the slides, like this:

<div>
  <object width="618" height="238">
    <param name="movie" value="http://www.youtube.com/v/7mkLoSqqvq8?version=3&amp;hl=en_US">
    <param name="allowFullScreen" value="true">
    <param name="allowscriptaccess" value="always">
    <param name="wmode" value="opaque">
    <embed src="http://www.youtube.com/v/7mkLoSqqvq8?version=3&amp;hl=en_US" type="application/x-shockwave-flash" width="618" height="238" allowscriptaccess="always" allowfullscreen="true" wmode="opaque"></embed>
  </object>
</div>

The current transitions supported are:

  • fadeOut, slideInRight and slideInLeft, when passing from an image to a flash object.
  • slideInRight and slideInLeft, when passing from a flash object to another one.