我正试图通过caster.fm和一个asp.net按钮并排放置一个flash播放器
目前他们按照预期只是坐在彼此之上,我试图将它们包装在带有容器div的单独div中但没有成功。 我怀疑flash播放器中的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" />
答案 0 :(得分:0)
在Edge中按钮位于播放器下方(打开一个恼人的全屏弹出窗口)。 Haven未在Firefox或Chrome中安装Flash。
但是你给它cstrpdiv
播放器的宽度和高度也应该适用于其他浏览器。
<div id="cstrpdiv" style="width: 400px; height: 300px; float: left;"></div>