星期三 晴 3~13℃
flash 页面自动跳转到 getflash.htm 的解决方法
使用 chrome 浏览 自行车飞人 游戏,会自动跳转到 getflash.htm 页面,可能是 flash 影片内作了 as 判断。
小明解决了此问题:
先是在 html 页面中加入 allowScriptAccess:
allowScriptAccess = never
这样处理后,不会再自动跳转到 getflash.htm,但是画面停止,需要在 flash 上点右键来“播放”。
随后做了一个引导的 swf:
http://www.friends8.com/upimg/media/flashgames/0801/dangerousDaveLoad.swf
在 html 页面中去掉 allowScriptAccess,加入 FlashVars 和 allowNetworking:
mySwf.addParam("FlashVars", "frameNum=5&swfpath=/upimg/media/flashgames/0801/dangerousDave.swf");
mySwf.addParam("allowNetworking", "internal");
问题解决。
The Mountain in Labor
from http://classics.mit.edu/Aesop/fab.1.1.html#224
A Mountain was once greatly agitated. Loud groans and noises were heard, and crowds of people came from all parts to see what was the matter. While they were assembled in anxious expectation of some terrible calamity, out came a Mouse.
Don’t make much ado about nothing.
不要小提大作,无事生非。
发表评论