adobe

Displaying Flash content in a C# WinForms application

旧巷老猫 提交于 2019-11-27 05:32:10
问题 What is the best way to display Flash content in a C# WinForms application? I would like to create a user control (similar to the current PictureBox ) that will be able to display images and flash content. It would be great to be able to load the flash content from a stream of sorts rather than a file on disk. 回答1: While I haven't used a flash object inside a windows form application myself, I do know that it's possible. In Visual studio on your toolbox, choose to add a new component. Then in

【原创】响应式设计之移动端调试工具

元气小坏坏 提交于 2019-11-27 05:14:40
背景 2013年是网页设计响应式的一年。所谓响应式网页设计,是由Ethan Marcotte在2010年提出的名词,指可以自动识别屏幕宽度、并做出相应调整的网页设计。简单来说就是同一张网页自动适应不同大小的屏幕,根据屏幕宽度,自动调整布局。这是一个多么强大的概念,一套代码兼容所有设备,节省维护成本,提高开发效率。然而,现实并非如此完美,在其强大的背后也有鲜为人知的辛酸苦楚。 众所周知,在响应式设计出现或者说在各种移动设备不断迅速抢占PC市场之前,所有的网页设计几乎不要求兼容移动设备,而在PC端的开发调试已经相当成熟,各种调试工具纷纷脱颖而出,诸如:Firebug、Chrome开发者工具等。这让开发者如鱼得水,在传统网页设计中游刃有余。 而如今的互联网市场已经有很大一部分属于移动设备的领地,网页设计兼容移动设备刻不容缓,而响应式设计的提出让这一目标成为可能,甚至可以说是网页设计兼容移动设备的完美解决方案。但是,光有方案只能是空谈,几乎没有人能够不经过反复调试就能写出完全正确的代码,移动设备上的开发调试给网页设计带来了阻力,让开发者不得不投入更多的成本用以对移动设备兼容的调试。所以良好的移动开发调试工具必须问世,而拥有一款优秀的移动开发调试工具,必然给响应式网页设计锦上添花。 人类的智慧是无穷的,2010年底weinre问世,至今weinre已经发布2.0.0版本

What IDE can be used for ActionScript 3 coding? [closed]

孤街浪徒 提交于 2019-11-27 04:58:32
What IDEs can be used for coding ActionScript-3 with most of the support.. I know following IDEs: Flash CS3 - horrible - but have to use to debug! FlashDevelop - My favorite Seppy - No much AS3 support FlexBuilder - Heavy on system Also, any advice for choosing between them would be appreciated. Practically speaking there are really only three contenders: FDT , Flash Builder and FlashDevelop . Of these two, only FDT and Flash Builder are cross-platform, Flash Develop being Windows only, with no foreseeable port to OS X or Linux. Sepy is OK, but was last updated in 2005. If you're Windows-based

How to specify parameters to google chrome adobe pdf viewer?

爱⌒轻易说出口 提交于 2019-11-27 04:12:45
I have an embed tag like this: <embed src="../../Content/PDF/StockReport.pdf#zoom=50" width="100%" height="100%"> the #zoom=50 is a parameter that tells the pdf reader to zoom to 50%. This works in all browsers but google chrome because chrome has a built in pdf viewer. How can I pass this same parameter to google chrome's pdf viewer ? BentOnCoding After checking various chrome bug reports, I can confirm that Google Chrome ignores the default functionality of Adobe PDF viewer. At the time of this answer there is no way to pass parameters (like zoom) to the Chrome PDF viewer. EDIT Progress has

Is it possible to execute JSX scripts from outside ExtendScript?

别说谁变了你拦得住时间么 提交于 2019-11-27 03:01:34
Typically when you're writing a .jsx script to automate an Adobe product (like InDesign, Illustrator or Photoshop), you write, debug and execute the script from the ExtendScript IDE. Is it possible to bypass ExtendScript and run the script from a third program? I think Adobe products have a built-in JavaScript interpreter which ExtendScript can connect to to access the Adobe object models and automate their software. I'd like to be able to connect directly to that interpreter and run jsx files just as I would in ExtendScript. Are you on a Mac? If so, you can use AppleScript with the osascript

Can I build a debug version of an Adobe AIR application?

China☆狼群 提交于 2019-11-27 02:27:13
问题 I'm trying to debug an issue on a clients machine. The problem is that the problem is a runtime error with very little clue as to where it is. It is an intermittent problem. I know ADL allows me to run the application in a debug mode. The problem is that to tell the user to download and manage the ADL invokation is going to be very difficult. It would be a lot easier if I could just give the end user one install/executable to install and run and then send me the trace of the issue. So what I

PDF格式文件,日文字符复制变成方块的解决办法

最后都变了- 提交于 2019-11-26 22:00:36
今天帮朋友弄一个日本政府驻中国办事处的网站,要把PDF上的日文内容做到网站上。我把PDF里的字符copy出来,然后黏贴,结果全都变成了一个个方块或者乱码,网上搜了半天也没有找到办法,居然有人建议用OCR的。这个字符弄不下来网站可就没法做了,而且我对日语是两眼一抹黑,不认识,只能复制粘贴。 我尝试了以下方法: 1.安装windows日文语言包,失败 2.调整字体字符集,失败 3.升级Adobe Reader到X,依然失败(焦虑) 4.将windows系统调成日文系统,再次失败(即将崩溃) 5.用软件把PDF转成Txt和Doc,失败依旧(抓狂中) 6.最后死马当活马医,下载个Adobe Reader日文字符支持包,居然好了!!!(大难不死的感觉)。 总结 ,Adobe Reader似乎在没有语言支持包的情况下是可以正常显示日文字符的,但粘贴不下来,这个真的很奇怪的机制。大家一定要注意这个语言字符的支持包啊。这个东西不是在安装的时候可选的,是要另外下载的哈。希望对以后遇到这个问题的兄弟姐妹有帮助。 转载于:https://www.cnblogs.com/yangjian2006/archive/2011/06/27/2091025.html 来源: https://blog.csdn.net/weixin_30702887/article/details/99155588

Uncaught Error: Error calling method on NPObject

你。 提交于 2019-11-26 21:06:10
问题 I have a flash video on my page as follows: <script type="text/javascript"> var flashvars = { }; var params = { movie: "VideoMain.swf", quality: "high", bgcolor: "#000000", allowScriptAccess: "always", wmode: "transparent" }; var attributes = { id: "VideoMain", name: "VideoMain", classid: "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", width: "100%", height: "100%" }; swfobject.embedSWF("./video/VideoMain.swf", "myVideoContent", "100%", "100%", "11.0.0","", flashvars, params, attributes); <

How do I display a PDF in Adobe Flex?

两盒软妹~` 提交于 2019-11-26 21:05:13
问题 Looking for a way to display a PDF in Flex. I'm sure there are several ways. Looking for the easiest to maintain / integrate / most user friendly. I'm guessing it's possible to display a browser window in the app and render it, but if it goes off of IE / FireFox it's not acceptable for this project. Thanks... 回答1: This looks like a nice PDF viewer for flex http://www.devaldi.com/?p=212 回答2: We just did a large AIR app that used PDF quite a bit - make sure you save yourself some heartache and

Google Analytics Premium VS Adobe Analytics

人走茶凉 提交于 2019-11-26 20:28:09
在很久以前的互联网年代,Google收购了一家名为Urchin的公司,进而演化诞生了Google Analytics。当Goochin(Google / Urchin)首次亮相时,它被所有人称为“新的”企业级网络分析工具。当时它还只是半企业的,也不是全新的,当然也不能与当时的WebTrends,Coremetrics或SiteCatalyst相提并论。当时这个产品最好的部分是因为它是免费的,任何人都可以花很少的功夫就可以开始分析他们的网站。只需复制和粘贴一些javascript代码,基本就可以了。当时它唯一的痛点是:不怎么懂html知识的人的用户一般使用第三方WYSIWYG或Blogger可视化编辑器来编辑网页,这些人不知道具体代码在哪里。它的另一个最好的亮点是开箱即用的报告(out-of-the-box reporting),它真正满足了那些需要虚拟网络分析的用户。几年后,雅虎收购了IndexTools,微软也冒险进入一个名为Gatineau的东西。这些其实不是很重要,因为现在大多数人可能从来没有听说过它们。 随着时间的推移,网络分析师的角色已经转化为我们通常称为的“站点管理员” (WebMaster),站点管理员实际上已经成为一个全职工作并且做了一切分析工作。 这个时候许多公司已经开始转移到一些简单的指标,如点击,网页浏览和访问数据。 更复杂的问题开始涉及分段,位置,活动