想找几款兼容性强的播放器,特别要是支持swf格式的.
还有一个JS问题,JS脚本写出来一个控件,
例如
document.writeln("<object id='mediaplayer' width='"+ this.width +"' height='"+ this.height +"' " +" classid='CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6' align='center' border='0' type='application/x-oleobject' standby='Loading Windows Media Player components...'>")
我再其他JS中怎么才能获取到这个控件呢?
例如 document.getElementById();这个为什么我获取不到呢
控件。扔到JS里。然后附带下个flash播放器。支持swf格式的
然后。输出问题。直接用JS的调用。。
然后获取问题。document.getElementById();就应该可以了~试试。。具体我也不知道。