FLASH弹出自定义窗口

      FLASH 2005-8-18 0:30
下面为JS代码:
<script>
function openNewWindow(URLtoOpen, windowName, windowFeatures)
{
window.open(URLtoOpen, windowName, windowFeatures);
}
</script>

FLASH试例里调用;
_btn.onPress=fucntion(){
getURL("javascript:openNewWindow('"+url+"','show','toolbar=0,scrollbars=0 height=350')")
}
标签集:TAGS:
回复Comments() 点击Count()

回复Comments

{commenttime}{commentauthor}

{CommentUrl}
{commentcontent}