CSS帧 [英] CSS frames

查看:64
本文介绍了CSS帧的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一位客户,一位音乐家,希望在她的

网站中加入媒体播放器。她希望它出现在网站的所有页面上。


此外,她希望它能够连续播放任何一首歌

,即使是另一首页面已加载。


我能想到的唯一方法就是使用一个框架集和

将玩家放在框架中。


我调查了CSS帧。但是,据我所知,他们只需要模拟一个框架的外观;但我希望每当加载新页面时,播放器仍会重新加载,然后停止播放。


这是正确的吗?或者是否有一些我可以实现的CSS魔法来阻止

a部分页面重新加载,好像它是一个实际的框架?


如果这是我的道歉OT。我真的不知道怎么回事

这个;我不是很熟悉在网站上使用媒体播放器和

我正在学习。


提前致谢。

我有一个客户,一位音乐家,希望在她的网站上加入一个媒体播放器.class =h2_lin>解决方案

她希望它出现在网站的所有页面上。

此外,她希望它能够连续播放任何一首歌,即使已经加载了另一个页面。

我能想到的唯一方法就是使用一个框架集并将玩家放在框架中。

我调查了CSS框架。但是,据我所知,他们只是模拟一个框架的外观;但我希望每当加载一个新页面时,播放器仍会重新加载,并停止播放。

这是正确的吗?或者是否有一些CSS魔法我可以实现以防止页面的一部分重新加载,就好像它是一个真正的框架?

如果这是OT,我道歉。我真的不知道怎么回事
这个;我不太熟悉在网站上使用媒体播放器和我正在学习的东西。

提前致谢。




我想我必须是第一个告诉你的人:


1.将她从这个愿望中解脱出来:

a。这是没有意义的:用户可以控制他/她的机器,你的客户不能b / b $ b b。它是非常烦人的,坦率地说,一种粗鲁的方式来对待

访客/潜在客户


2.请告诉我网站的网址以便我确保我永远不会访问它

-

Ed Mullen
http://edmullen.net
http:// mozilla .edmullen.net
http://abington.edmullen.net


Darrell写道:

我有一位客户,一位音乐家,希望在
她的网站。她希望它出现在网站的所有页面上。




1.我已经在听一些不错的醇厚爵士乐。

2.我家里已经死了,我的妻子在隔壁房间睡着了。


-

- bts

-警告:我为草坪鹿刹车


Darrell< da ****** @ sympatico.ca>写道:


(带有后续跟随ciwahtml的全文链接)

我有一位客户,一位音乐家,希望加入媒体玩家在她的网站上。她希望它出现在网站的所有页面上。

此外,她希望它能够连续播放任何一首歌,即使已经加载了另一个页面。

我能想到的唯一方法就是使用一个框架集并将玩家放在框架中。

我调查了CSS框架。但是,据我所知,他们只是模拟一个框架的外观;但我希望每当新页面加载时,播放器仍会重新加载,并停止播放。

这是正确的吗?或者是否有一些我可以实现的CSS魔法来防止页面的一部分重新加载,好像它是一个
实际框架?

如果这是OT,我道歉。我真的不知道怎么回事
这个;我不太熟悉在网站上使用媒体播放器和我正在学习的东西。

提前致谢。




无论你能做什么或应该做什么,CSS与它无关。


最好和最简单的解决方案是简单地链接到媒体对象;

为MIME类型打开已配置的媒体播放器(如果有的话)

然后可以愉快地在后面或

前景中涂鸦,而访问者是浏览网站的其余部分。


这不仅可以解决您的初始问题(连续播放

无状态请求),如果它不起作用这不是你的错也不是问题。一旦你开始尝试在

页面中逐字嵌入一个玩家,它就不会在各种情况下工作,它将*将成为你的

故障(甚至没有谈到使用框架的次要问题,

弹出窗口或诸如此类,以便在前者保持活动状态时使用

发起UA请求新资源) 。

-

|||十六进制EBB

oo十进制3771

--oOo - () - oOo--八进制7273

205再见二进制111010111011


I have a client, a musician, who wishes to include a media player in her
site. She wishes it to be present on all pages in the site.

Further, she wishes it to play whichever song has been selected
continuously, even when another page has been loaded.

The only way I can think to accomplish this is to use a frameset and
place the player in a frame.

I have investigated CSS frames. However, as far as I can tell they
merely simulate the appearance of a frame; but I expect that whenever a
new page loads, the player would still reload, and stop playing.

Is this correct? Or is there some CSS magic I could implement to prevent
a section of the page from reloading as though it were an actual frame?

I apologize if this is OT. I really don''t know how else to go about
this; I''m not really familiar with using media players in websites and
am learning as I go.

Thanks in advance.

解决方案

Darrell wrote:

I have a client, a musician, who wishes to include a media player in her
site. She wishes it to be present on all pages in the site.

Further, she wishes it to play whichever song has been selected
continuously, even when another page has been loaded.

The only way I can think to accomplish this is to use a frameset and
place the player in a frame.

I have investigated CSS frames. However, as far as I can tell they
merely simulate the appearance of a frame; but I expect that whenever a
new page loads, the player would still reload, and stop playing.

Is this correct? Or is there some CSS magic I could implement to prevent
a section of the page from reloading as though it were an actual frame?

I apologize if this is OT. I really don''t know how else to go about
this; I''m not really familiar with using media players in websites and
am learning as I go.

Thanks in advance.



I guess I''ll have to be the first to tell you:

1. Dissuade her from this desire:
a. it''s pointless: the user can control his/her machine, your client can''t
b. it''s hugely annoying and, frankly, a rude way to treat
visitors/potential customers

2. Please tell me the site URL so that I make sure I never visit it
--
Ed Mullen
http://edmullen.net
http://mozilla.edmullen.net
http://abington.edmullen.net


Darrell wrote:

I have a client, a musician, who wishes to include a media player in
her site. She wishes it to be present on all pages in the site.



1. I''m already listening to some nice mellow jazz.

2. It''s dead-quiet in my house and my wife is asleep in the next room.

--
-bts
-Warning: I brake for lawn deer


Darrell <da******@sympatico.ca> writes:

(Crossposted fullquoted with followup-to c.i.w.a.html)

I have a client, a musician, who wishes to include a media player in
her site. She wishes it to be present on all pages in the site.

Further, she wishes it to play whichever song has been selected
continuously, even when another page has been loaded.

The only way I can think to accomplish this is to use a frameset and
place the player in a frame.

I have investigated CSS frames. However, as far as I can tell they
merely simulate the appearance of a frame; but I expect that whenever
a new page loads, the player would still reload, and stop playing.

Is this correct? Or is there some CSS magic I could implement to
prevent a section of the page from reloading as though it were an
actual frame?

I apologize if this is OT. I really don''t know how else to go about
this; I''m not really familiar with using media players in websites and
am learning as I go.

Thanks in advance.



Whatever you can or should do, CSS has nothing to do with it.

The best and easiest solution is to simply link to the media object;
that brings up the configured media player (if any) for the MIME type
in question which then can happily doodle along in the back- or
foreground while the visitor is browsing the rest of the site.

Not only does this solve your initial problem (continuous playing across
stateless requests), if it doesn''t work it''s neither your fault nor
problem. As soon as you start trying to literally ''embed'' a player in a
page, it is bound not to work in various scenarios and it *will* be your
fault (not even speaking about the secondary problems of using frames,
popups or whatnot in order to request a new resource with the
originating UA while the former remains active).
--
||| hexadecimal EBB
o-o decimal 3771
--oOo--( )--oOo-- octal 7273
205 goodbye binary 111010111011


这篇关于CSS帧的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆