English 中文(简体)
页: 1
原标题:Youtube API - div over flash object

我正试图在你管录像带上iv。 我曾试图打上手法:透明和不透明,但录像消失。 是否有其他办法?

var params = { allowScriptAccess: "always"};
swfobject.embedSWF(
        "http://www.youtube.com/apiplayer?&video_id=9_So9QyozqQ&enablejsapi=1&version=3&playerapiid=ytplayer", 
        "ytplayer", "229", "209", "8", null, null, params);
}
最佳回答

The swf Object is a windowed content. 窗口内容总是从<条码>无窗内容中提取,不幸的是,大多数其他html要素实际上都没有窗户。

另一条<代码>窗口要素为<代码>iframe。 见ts。 实现你想要的东西的方法是用iFrame掩盖 object子。 您可以把iframe放在 object子上,给它一个更高的<代码>z-index。 然后,你可以使iframe具有透明度,这基本上缩小了你<条码>的窗户层的漏洞,显示出根本的无窗因素。

卡车

问题回答

暂无回答




相关问题
selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

How to fire event handlers on the link using javascript

I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

javascript debugging question

I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...

Parsing date like twitter

I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.

热门标签