English 中文(简体)
无法将MP3从同一领域装入AS3
原标题:Unable to load MP3 from same domain in AS3

I have an issue with a Flash applet that I ve written; it s an MP3 player that is supposed to load an MP3 file from a web address.

当我用我的当地电脑管理大自然基金会时,它就象一个药店。 然而,当我把它放在一个网页上时,它没有装上MP3文件。 (我猜测,我拿不出什么东西来做这种事。) 我提出了双重检查的许可,似乎一切照旧。

我知道,AS3公司有一些交叉政策,但Im把MP3的档案从同一领域上载。 我的理解是,闪电具有沙箱特性,但我预计同一领域的卷宗就是一个问题。 我在媒体档案中曾听到过与妇联有问题的人。

谁能对这一问题有所了解? 我怀疑这是第一次经历。 如果可能的话,我也想找到一个不需要重写该法典的解决办法,因为我现在在我的网站上已经发行了特别野生动植物基金会的版本。 (书面胜诉是一个问题,但我不得不等到日末才这样做,而现在,大自然基金会正在展示。)

Edit:

我有三个朋友对此进行了测试,并为他们工作。 然而,它仍然为我工作。 现在,Im在家,I m检测——我的包裹装上了MP3,但不是在 Chrome。 ( tested,测试的朋友们正在使用 Chrome,没有问题。) 在工作时,我的包裹不会装上 Chrome或 Firefox。

我可以列举零星的行为。 是否有人这样做?

问题回答

通往MP3档案的道路与超文本页面(而不是SWF)相对,因此道路可能是错误的。





相关问题
Signed executables under Linux

For security reasons, it is desirable to check the integrity of code before execution, avoiding tampered software by an attacker. So, my question is How to sign executable code and run only trusted ...

MALICIOUS_CODE EI_EXPOSE_REP Medium

I run findbugs against all of my code and only tackle the top stuff. I finally got the top stuff resolved and now am looking at the details. I have a simple entity, say a user: public class User ...

XSS on jsbin.com

Anyone know if jsbin.com implements any protection for XSS or other javascript attacks? I see jsbin links used fairly regularly on sites like this one and I can t find any indication from the site ...

Make md5 strong

Im making a website that will intergrate with game that only support md5 hashing metod (atm). Which ofc is not especially safe anymore. But how could i make it stronger? Should I just generate long ...

Why running a service as Local System is bad on windows?

I am trying to find out the difference between difference service account types. I tumbled upon this question. The answer was because it has powerful access to local resources, and Network Service ...

Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

热门标签