Displaying 1 result from an estimated 1 matches for "vidplay".
Did you mean:
display
2008 Jan 09
4
Using Prototype - Getting Javascript Error - "Object doesn't support this property or method"
...(thevideo,isDefault){
if(isDefault==true)
{
listItems = $("vidList").childElements("li");
listItems.each
(
function(item)
{
Event.observe($(item).childElements("a")[0], "click", assignB);
}
)
}
var so = new SWFObject(thevideo, "vidplayer", "<?php if
(is_numeric($width)) echo $width; else echo $dw; ?>", "<?php if
(is_numeric($height)) echo $height; else echo $dh; ?>", "8",
"#000000");
so.addParam("wmode", "transparent");
so.write("videoPlayer"...