Skip to main content

Posts

Showing posts from September, 2011

ImageRotatorApi – JW Player

The Image Rotator contains a small javascript API. It can be enabled by setting the flashvar enablejs=true . When set, the rotator can be controlled by calling the function sendEvent() on the rotator. Additionally, the rotator will automatically send updates to a global getUpdate() javascript function. enablejs ¶ Here's an example of an embed code that enables the rotator javascript API: src="rotator.swf" width="300" height="300" flashvars="file=playlist.xml&enablejs=true" name="rotator" id="rotator" />     src = "rotator.swf"     width = "300"     height = "300"     FlashVars = "file = playlist.xml & enablejs = true"     nama = "rotator"     id = "rotator" /> src="rotator.swf" width="300" height="300" flashvars="file=playlist.xml&enablejs=true" name="rotat