Flash Player和ASP.NET按钮并排



我正在尝试通过Caster.fm和ASP.NET按钮并排获取Flash Player

目前,他们正如预期的那样,我只是彼此坐在顶上,我试图将它们与容器div一起包裹在单独的divs中,但没有成功。我怀疑闪光灯播放器中的javacode只是不让这是可能的

<script type="text/javascript">var cstrpuid = 426247;var cstrpwidth = "400";var cstrpheight = "300";</script>
<script type="text/javascript" src="removed"></script>
<!--   DO NOT REMOVE THE LINKS BELOW, THEY  WILL BE HIDDEN (AND WILL HELP US A LOT)   -->
<a id="cstrplb" href="http://www.caster.fm/">Free Shoutcast Hosting</a><a id="cstrplb2" href="http://www.caster.fm/">Radio Stream Hosting</a>
<div id="cstrpdiv"></div>
<asp:Button ID="btnRadioStatus" runat="server" Text="Online Radio Status" Font-Size="XX-Large" Width="400" Height="30px" />

在边缘中该按钮在播放器下方(打开一个令人讨厌的全屏弹出窗口(。尚未在Firefox或Chrome中安装Flash。 但是它给出了cstrpdiv播放器宽度和高度,它也应在其他浏览器中工作。

<div id="cstrpdiv" style="width: 400px; height: 300px; float: left;"></div>

最新更新