真正的玩家疯了 [英] Real Player has gone mad

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

问题描述

几个月来,我一直很高兴使用下载的JS文件和内联脚本

来嵌入和控制我用作mp3播放器的SWF文件的参数

with actionscript 。


最后一个so.addParam控制简单的自动播放功能;关闭但是自从

最近真正的玩家安装以来,它已经接管了所有

off甚至提供下载。


这个对于一些作家来说可能很烦人但是这对我使用的网站来说很重要

这个因为有些页面有多个SWF mp3播放器 - 多达13个,现在全部是b $ b一起开始吧!

http:// www .crackguitar.com / audio / loo ... yourenemy.html


只是一个鼓机循环,没有什么讨厌的。

<一个rel =nofollowhref =http://www.crackguitar.com/swfobject_1.4/swfobject.jstarget =_ blank> http://www.crackguitar.com/swfobject_1.4/swfobject.js


有没有办法修改这个以告诉Real Player不要离开舞台?


先谢谢你,


混淆Del

For months I have been happily using a downloaded JS file and inline script
to embed and control the parameters of SWF files which I use as mp3 players
with actionscript.

The last so.addParam controls the simple function auto-play; OFF but since
recent real player installations this has been taking over starting them all
off and even offering downloads.

This may be annoying for some writers but it is critical for the site I use
this on as some pages hold multiple SWF mp3 players- as many as 13, which
now all start together!

http://www.crackguitar.com/audio/loo...yourenemy.html

Just a drum machine loop, nothing nasty.

http://www.crackguitar.com/swfobject_1.4/swfobject.js

Is there a way to modify this to tell Real Player to keep off the stage?

Thanks in Advance,

Confused Del

推荐答案

10月1日晚上8:02,dE | _ " < d ... @ crackguitar.comwrote:
On Oct 1, 8:02 pm, "dE|_" <d...@crackguitar.comwrote:

几个月来,我一直很高兴使用下载的JS文件和内联脚本

to嵌入并控制我用作mp3播放器的SWF文件的参数

with actionscript。


最后的so.addParam控制简单的自动播放功能;关闭但是因为
For months I have been happily using a downloaded JS file and inline script
to embed and control the parameters of SWF files which I use as mp3 players
with actionscript.

The last so.addParam controls the simple function auto-play; OFF but since



什么so.addParam?

What so.addParam?


最近真正的玩家安装这已经接管了他们全部

关闭,甚至提供下载。


这对一些作家来说可能很烦人但对我使用的网站来说很关键

这个,因为有些页面拥有多个SWF MP3播放器 - 多达13个,现在所有的b
起始于一起!
recent real player installations this has been taking over starting them all
off and even offering downloads.

This may be annoying for some writers but it is critical for the site I use
this on as some pages hold multiple SWF mp3 players- as many as 13, which
now all start together!



为什么使用Flash嵌入音频?为什么不使用对象标签?并且

为什么你会在一个页面上有13部Flash电影?!听起来运气不好

给我。

Why are you using Flash to embed audio? Why not use object tags? And
why would you have 13 Flash movies on one page?! Sounds like bad luck
to me.


>
http://www.crackguitar.com/audio/loo...yourenemy.html


只是一个鼓机循环,没有什么讨厌的。

http://www.crackguitar.com/swfobject_1.4/swfobject.js



我认出那个剧本。这是在

网站上不使用Flash的另一个原因。它比Adobe自己的部署套件更好,但是这并不是很好。

I recognize that script. It is another reason not to use Flash on the
Web. It is better than Adobe''s own deployment kit, but that isn''t
saying much.


>

有没有办法修改它以告诉Real Player不要离开舞台?
>
Is there a way to modify this to tell Real Player to keep off the stage?



修改脚本?我不明白这会有什么帮助。尝试卸载

RealPlayer,看看问题是否消失。我怀疑

的根本问题出在Flash应用程序中。

Modify the script? I don''t see how that will help. Try uninstalling
RealPlayer and see if the problem goes away. I suspect the root of
the problem is in the Flash app.




"大卫马克 < dm *********** @ gmail.comwrote in message

news:11 ******************* ***@57g2000hsv.googlegro ups.com ...

"David Mark" <dm***********@gmail.comwrote in message
news:11**********************@57g2000hsv.googlegro ups.com...

10月1日晚上8:02,dE | _ < d ... @ crackguitar.comwrote:
On Oct 1, 8:02 pm, "dE|_" <d...@crackguitar.comwrote:

>几个月来,我一直很高兴使用下载的JS文件和内联
脚本嵌入和控制SWF文件的参数,我用它作为mp3
玩家用动作脚本。

最后的so.addParam控制简单的自动播放功能;关闭但是
因为
>For months I have been happily using a downloaded JS file and inline
script
to embed and control the parameters of SWF files which I use as mp3
players
with actionscript.

The last so.addParam controls the simple function auto-play; OFF but
since



什么so.addParam?


What so.addParam?



so.addParam(" quality",best);

so.addParam(" loop"," false");

so.addParam(" play"," false");

so.write(" flashcontent");


是脚本的对象标签版本

< param name =" quality"值= QUOT;最好" />

< param name =" loop"值= QUOT假QUOT; />

< param name =" play"值= QUOT假QUOT; />

so.addParam("quality", "best");
so.addParam("loop", "false");
so.addParam("play","false");
so.write("flashcontent");

is the script''s version of the object tags
<param name="quality" value="best" />
<param name="loop" value="false" />
<param name="play" value="false" />


>最近真正的玩家安装这已经接管了它们
所有
关闭甚至提供下载。

对于一些作家来说这可能很烦人但是对于我使用
这个网站至关重要,因为有些网页拥有多个SWF mp3播放器 - 尽可能多作为13,现在全部一起开始!
>recent real player installations this has been taking over starting them
all
off and even offering downloads.

This may be annoying for some writers but it is critical for the site I
use
this on as some pages hold multiple SWF mp3 players- as many as 13, which
now all start together!



为什么使用Flash嵌入音频?为什么不使用对象标签?并且

为什么你会在一个页面上有13部Flash电影?!听起来运气不好

给我。


Why are you using Flash to embed audio? Why not use object tags? And
why would you have 13 Flash movies on one page?! Sounds like bad luck
to me.



Flash嵌入音频,应绕过所有其他可变媒体

播放器,保持页面自身而不是另一个未知应用弹出

在旁边。


Flash对象标签不验证,我的简历拥有100%的验证。


13''电影''一页; www.crackguitar.com/recordings.html 大量的

由我的吉他学生录制。即使我把乐队分开,我也会想要每页上不止一首歌。

Flash to embed audio as it was and should bypass all other variable media
players, keeping the page to itself rather than another unknown app popping
up on the side.

Flash Object tags don''t validate and my CV boasts 100% validation.

13 ''movies'' one one page; www.crackguitar.com/recordings.html a mass of
recordings by guitar students of mine. Even if I seperated the bands I would
still want more than one song on each page.


>>
http://www.crackguitar。 com / audio / loo ... yourenemy.html

只是一个鼓机循环,没有什么讨厌的。

http://www.crackguitar.com/swfobject_1.4/swfobject.js



我认出那个剧本。这是在

网站上不使用Flash的另一个原因。它比Adobe自己的部署工具包更好,但是这并不是很好。


I recognize that script. It is another reason not to use Flash on the
Web. It is better than Adobe''s own deployment kit, but that isn''t
saying much.


>> <有没有办法修改这个以告诉Real Player不要离开舞台?
>>
Is there a way to modify this to tell Real Player to keep off the stage?



修改脚本?我不明白这会有什么帮助。尝试卸载

RealPlayer,看看问题是否消失。我怀疑

的根源问题出在Flash应用程序中。


Modify the script? I don''t see how that will help. Try uninstalling
RealPlayer and see if the problem goes away. I suspect the root of
the problem is in the Flash app.



我知道Real Player是错误的,我上周必须安装更新才能观看婚礼

视频现在它已经是出错了。我不能告诉我的访客

卸载RealPlayer-根据我的统计数据,2个访问量最大的页面是

包含6和13个mp3的内容。


也许''修改''不是正确的术语(我不是脚本王牌),告诉

电影不能启动,直到你点击一个按钮是在程序中非常简单,

对象和脚本甚至对我来说。

我想我需要一个脚本告诉RealPlayer关闭。


Del

I know Real Player is the fault, I had to install update to watch a wedding
video last week and now it''s gone wrong. I can''t tell my visitors to
uninstall RealPlayer- according to my stats the 2 most visited pages are
ones that hold 6 and 13 mp3s.

Maybe ''Modify'' was not the correct term (I''m not a script ace), telling a
movie not to start until you click a button is very simple in the program,
object and script even for me.
I suppose I need a script that tells RealPlayer to pss off.

Del


10月2日上午6:20,dE | _ < d ... @ crackguitar.comwrote:
On Oct 2, 6:20 am, "dE|_" <d...@crackguitar.comwrote:

" David Mark" < dmark.cins ... @ gmail.com写信息


新闻:11 ********************* *@57g2000hsv.googlegro ups.com ...
"David Mark" <dmark.cins...@gmail.comwrote in message

news:11**********************@57g2000hsv.googlegro ups.com...

10月1日晚上8:02,dE | _ < d ... @ crackguitar.comwrote:
On Oct 1, 8:02 pm, "dE|_" <d...@crackguitar.comwrote:

几个月来,我一直很高兴使用下载的JS文件和内联

脚本

嵌入并控制我用作mp3的SWF文件的参数

玩家

with actionscript。
For months I have been happily using a downloaded JS file and inline
script
to embed and control the parameters of SWF files which I use as mp3
players
with actionscript.


最后一个so.addParam控制简单函数自动播放;关闭但是


The last so.addParam controls the simple function auto-play; OFF but
since


什么so.addParam?
What so.addParam?



so.addParam(" quality",best);

so.addParam(" loop"," false");

so.addParam(" play"," false");

so.write(" flashcontent");


是脚本的对象标签版本

< param name =" quality"值= QUOT;最好" />

< param name =" loop"值= QUOT假QUOT; />

< param name =" play"值= QUOT假QUOT; />


so.addParam("quality", "best");
so.addParam("loop", "false");
so.addParam("play","false");
so.write("flashcontent");

is the script''s version of the object tags
<param name="quality" value="best" />
<param name="loop" value="false" />
<param name="play" value="false" />



我怀疑脚本写的是什么。 SWFObject与

XHTML不兼容。

I doubt the script writes that. SWFObject is not compatible with
XHTML.


>
>

最近真正的玩家安装这已经接管了它们

all

off甚至提供下载。
recent real player installations this has been taking over starting them
all
off and even offering downloads.


这对某些作家来说可能很烦人,但对于我这个网站来说这是至关重要的>
使用

这个因为有些页面拥有多个SWF mp3播放器 - 多达13个,现在所有的b
都在一起开始!
This may be annoying for some writers but it is critical for the site I
use
this on as some pages hold multiple SWF mp3 players- as many as 13, which
now all start together!


为什么使用Flash嵌入音频?为什么不使用对象标签?并且

为什么你会在一个页面上有13部Flash电影?!听起来运气不好

给我。
Why are you using Flash to embed audio? Why not use object tags? And
why would you have 13 Flash movies on one page?! Sounds like bad luck
to me.



Flash嵌入音频,应该绕过所有其他可变媒体

玩家,保持页面自身而不是另一个未知的应用程序弹出

在旁边。


Flash to embed audio as it was and should bypass all other variable media
players, keeping the page to itself rather than another unknown app popping
up on the side.



你突然站在一边是什么意思?它听起来像是

Flash应用程序以某种方式与RealPlayer纠缠在一起,所以它不是一个

岛。

What do you mean by popping up on the side? And it sounds like the
Flash app is somehow tangled up with RealPlayer, so it is not an
island.


>

Flash对象标签无法验证,我的简历拥有100%验证。
>
Flash Object tags don''t validate and my CV boasts 100% validation.



Flash对象标签不是与任何其他对象标签不同。他们

验证它们是否以有效的方式标记。您正在考虑使用

嵌入标签,这是大多数Flash开发人员使用的。

Flash object tags are no different than any other object tags. They
validate if they are marked up in valid fashion. You are thinking of
embed tags, which is what most Flash developers use.


13''电影''一页; < a rel =nofollowhref =http://www.crackguitar.com/recordings.htmlatarget =_ blank> www.crackguitar.com/recordings.htmla 质量
$ b我的吉他学生录制了$ b录音。即使我把乐队分开,我也会想要每页上不止一首歌。


13 ''movies'' one one page;www.crackguitar.com/recordings.htmla mass of
recordings by guitar students of mine. Even if I seperated the bands I would
still want more than one song on each page.



> http:// www。 crackguitar.com/audio/loo...yourenemy.html


只是鼓机循环什么都不讨厌
Just a drum machine loop, nothing nasty.


> http://www.crackguitar.com/swfobject_1.4/swfobject.js


我认出那个剧本。这是在

网站上不使用Flash的另一个原因。它比Adobe自己的部署工具包更好,但这并不是说b $ b。
I recognize that script. It is another reason not to use Flash on the
Web. It is better than Adobe''s own deployment kit, but that isn''t
saying much.


有没有办法修改这个以告诉Real Player不要离开舞台?
Is there a way to modify this to tell Real Player to keep off the stage?


修改脚本?我不明白这会有什么帮助。尝试卸载

RealPlayer,看看问题是否消失。我怀疑

的根源问题出在Flash应用程序中。
Modify the script? I don''t see how that will help. Try uninstalling
RealPlayer and see if the problem goes away. I suspect the root of
the problem is in the Flash app.



我知道Real Player是错误的,我上周必须安装更新才能观看婚礼

视频现在它已经是出错了。我无法告诉我的访问者

卸载RealPlayer-根据我的统计数据,2个访问量最大的页面是

,其中包含6个和13个mp3。


I know Real Player is the fault, I had to install update to watch a wedding
video last week and now it''s gone wrong. I can''t tell my visitors to
uninstall RealPlayer- according to my stats the 2 most visited pages are
ones that hold 6 and 13 mp3s.



我没有说要告诉访问者卸载它。你应该

卸载它以确定它是否是问题的原因。

I didn''t say to tell your visitors to uninstall it. You should
uninstall it to determine if it is the cause of the problem.


>

也许''修改''不是正确的术语(我不是一个脚本王牌),告诉

电影不能启动,直到你点击按钮在程序中非常简单,

对象和脚本甚至对我来说。
>
Maybe ''Modify'' was not the correct term (I''m not a script ace), telling a
movie not to start until you click a button is very simple in the program,
object and script even for me.



我不知道你的意思,但是修改那些

写的Flash标签的JavaScript无济于事有这个问题。

I don''t know what you mean by that, but modifying the JavaScript that
writes the Flash tags is not going to help with this problem.


我想我需要一个告诉RealPlayer关闭的脚本。
I suppose I need a script that tells RealPlayer to pss off.



没有这样的事情。你应该把它告诉Adobe。

There is no such thing. You should tell it to Adobe instead.


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

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