Class Index | File Index

Classes


Class SntSwfobjectEmbed


Defined in: SntSwfobjectEmbed.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Engine to render an abstract data to pure HTML
Method Summary
Method Attributes Method Name and Description
 
render(id, swfMovie, size, flashvars, params, attributes)
Render all received data to object element with required params.
 
Set callback function
Class Detail
SntSwfobjectEmbed()
Engine to render an abstract data to pure HTML
Method Detail
render(id, swfMovie, size, flashvars, params, attributes)
Render all received data to object element with required params. This function used SntEmbed#render
Parameters:
id
Id of the holder
swfMovie
path to the swf
size
an array with two elements `width` and `height` with video holder size
flashvars
array with flashvars
params
array with parameters
attributes
an array with attributes

setCallback(fn)
Set callback function
Parameters:
fn
callback function or null
Returns:
void

© 2009 Sonettic
Documentation generated by JsDoc Toolkit 2.1.1 on Thu Apr 09 2009 15:51:03 GMT+0300 (EEST)