问题标签 [flashcanvas]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - 支持和模拟 HTML5
我发现 excanvas 和 flashcanvas 是 Internet Explorer 中用于支持画布功能的常用库(低于 9)。但是它们都没有实现canvas的所有规范特性。
例如 drawImage() 函数只接受图像作为源。它不支持画布或视频。getImageData(),putImageData() 也没有可用的实现
哪个是支持 IE 浏览器中画布功能的最佳且正确的 JavaScript 库?我们是否有任何其他完全模仿原生画布功能的 IE 库?
javascript - FlashCanvas drawImage 不工作
我在 IE8 中运行的 Windows7 IE9 上。这仅在 IE9 中有效,因为我可以使用画布,但在 IE8 中,它应该回退到 Flash 画布。这是我的来源http://blog.jackadam.net/2010/alpha-jpegs/现在看来我在 IE 中遇到了 context.drawImage 不绘制图像的问题?我已经在 flashcanvas 谷歌组上发帖,但他们似乎需要一些时间来回复,所以希望这里可能有 flashcanvas 大师。
javascript - IE8 上的 html2canvas 和 flashcanvas 无法正常工作
我使用 html2canvas 库制作表格的 png 图像。
它适用于 Chrome、Firefox 和 Safari。
代码如下:
当我用IE8 打开页面时,页面不起作用。
我读过我应该使用 flashcanvas,所以我添加了 flashcanvas 库并在页面中添加了这一行:
所以,当我用 IE8 打开页面时,库 flashcanvas.js 被加载了!
但问题依然存在!IE8 告诉我:
谁能帮我?
javascript - Try use easeljs with excanvas or flashcanvas in ie8
I'm using easeljs in my webpage.
But when it show nothing in IE8.
I had added excanvas or flashcanvas to webpage, it show the same blank page.
Then i'm using IE11 debug tool to emulate IE8 and trying to debug.
The debugger say Object not support this method or attribute 'addEventListener' at Stage.js Line 526 (code is o.t.addEventListener(n, o.f, false);).
I trace in the code, and it show this method should exist.
Now i just want to figure out where is the problem, easeljs or flashcanvas.
here is my webpage http://goo.gl/kcGVBO
Thanks everyone.
flot - 如何禁用 flashcanvas 的上下文菜单
我正在使用 FlashCanvas ( flashcanvas ) 而不是 excanvas.js 库在 IE7/8 版本中绘制 Flot 图表。我能够成功查看图表,但无法禁用右键单击(上下文菜单)选项。正如他们在配置falsh 画布配置文档下的文档部分中提到的那样,我在页面底部有以下代码,但是当我右键单击时仍然会出现 contextMenu。我在这里做错了什么
javascript - how to get html2canvas working in ie8?
I am trying to run this simple html2canvas
code. It work great in Chrome, IE9, Firefox
. But is not working in IE8
Code:
Is there a way I can get it working in IE8
. I have heard about flashcanvas
which I am not sure on how to use it.
Else, is there any other way I can capture
<div>
element in IE8.
flash - Flash Canvas:将 URL 加载到影片剪辑中
我正在使用 Flash Canvas 开发一个项目。界面和大部分内容已根据需要创建和执行。在某些时候,我想授予用户上传自定义 HTML 并将其解析为空白影片剪辑(标题为 custom_html)的可能性,以便它显示为可用电子邮件之一。
我知道如何分别使用 Flash 和 Javascript 来做到这一点,但这已成为 Flash CC Canvas 构建中的一个挑战。我的代码是正确的还是有更简单的方法来完成这个?
在空白影片剪辑中,我的代码如下:
createjs - 如何在 Flash html5 画布中更改影片剪辑的宽度?
我使用 flash cc html5 画布创建了一个新项目,并创建了一个宽度为 200 像素、高度为 200 像素的影片剪辑。我可以使用this.mc.nominalBounds;
. 我试过this.mc.getBounds ();
但它返回null
。setBounds
似乎也不起作用。
html - Flash HTML5 Canvas 点击,双击质量检查失败
我使用 Flash 画布制作了一个在线广告,并将其上传到 Double Click Studio 进行发布。一切都很好,但是,它未能通过 QA,因为点击也是在“右键”鼠标按下时激活的。
有谁知道如何解决这个问题?即只有点击注册左键点击?
这是我的按钮代码:
this.bgExit.addEventListener("click", fl_MouseClickHandler_3.bind(this));
function fl_MouseClickHandler_3() {
alert("Mouse clicked");
}
任何帮助感激不尽!
javascript - HTML5 flash canva 无法通过“mouseout”功能停止我的声音
我在 Adobe 论坛上找到了一些关于在“flash html5 mycanva.fla”中编码 MouseOver 以在悬停按钮时触发声音的问题的答案。看这里
问题是,当您将鼠标移出按钮时,当停止播放声音时,我被“MouseOut 功能”卡住了!
最重要的是在鼠标悬停时暂停声音,并在鼠标悬停时从暂停点开始播放。但我不想显得太贪婪;-)
这是我在 my_flash_canva.fla 中使用的代码:
使用 flash pro cc 2014。我想我一定是遗漏了一些东西或语法错误,但在我看来,与 playSound("xxx") 一起使用的东西应该与 stopSound("xxx") 一起使用。但显然事情没那么简单。欢迎任何线索,我将不胜感激。非常感谢。
奥利维尔。