这里是我的代码,我想用小标题代替id。 如何做?
例如: 我要用我的 j子功能取代11111、高潮和高潮。
<div id="divMedia">
<a style="display: block; width:600px; height:400px;" id= 11111 >
</a>
<script type= text/javascript >
flowplayer( 11111 , flowplayer-3.2.7.swf , {
onLoad: function () {
this.setVolume(30);
},
playlist: [
{
url: http://localhost:3080/PlayList/icon_survey.gif ,
scaling: orig
},
{
autoPlay: false,
autoBuffering: true,
url: http://localhost:3080/PlayList/renren.flv
}
],
onMouseOver: function () {
this.play();
},
onMouseOut: function () {
this.stop();
}
});</script>
</div>