Adds a WebCast applet to a page
Parameters- id = A webcast identifier
Usage:
[{WebCast id="myCast"}]
renderer.sjsid = extension.getAttributeValueByName( "id" );
if(id==null)
{
id = pageName;
}
width = extension.getAttributeValueByName( "width" );
if(width==null)
{
width = 600;
}
height = extension.getAttributeValueByName( "height" );
if(height==null)
{
height = 400;
}
data = "\n"
return data;by Anon on 21/04/2008 at 10:08 PM |
|