rich-internet-application

Adobe AIR to detect URL of active browser/tab

橙三吉。 提交于 2020-01-06 08:47:08
问题 Using Adobe AIR + related technologies, is it possible to detect the URL of the active tab/window of the active browser? For instance, if my user is surfing in IE8 on www.example.com/subdirectory/ , can I retrieve that data for use in my Adobe AIR RIA? 回答1: Not easily. In theory you could use NativeProcess and run some local machine code to figure it out; assuming the browser exposes it via some API. OF course, I'm not sure how you'd trigger that code from AIR if the browser was the active

What are some alternatives to Java Web Start for executing outside of the browser sandbox?

我与影子孤独终老i 提交于 2019-12-23 03:18:35
问题 I'm looking for a method to deliver my thick client software to intranet users through a browser. Ideally, the user could click a single button on the page, and something local to the machine would execute the software (similar to how Java Web Start works.) Are there any alternatives to Java? I really like the experience provided by Spoon. I see something called 0Install, which sounds like a non-Java web start. What is the experience like? Are there other alternatives I should consider? 回答1:

Silverlight vs Flash vs HTML5, should I care?

北城余情 提交于 2019-12-18 13:10:12
问题 I have read a range of articles on advantages/disadvantages of Microsoft Silverlight framework in comparisson to Flash. Fact that there were two version of Silverlight in the past 18 months worries me, as well as the fact that over 97% of web browsers already have Flash pre-installed. I'm a .NET developer and I'm very happy with what I can do in the framework. At the moment I feel like I have to put my own preference to a side and decide whether I need to integrage flash with .NET instead of

List of rich web application technologies [closed]

不羁岁月 提交于 2019-12-12 07:08:03
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago . I am trying to get myself acquainted with the world of rich web application. There are some comparison tables of available technologies on the Wikipedia, but I still find it unclear what are the options for rich application development. Could you please verify and complete the

URL detection adobe air desktop widget

ぐ巨炮叔叔 提交于 2019-12-11 03:49:13
问题 I'm new in Adobe Air, I need (urgente!!!) to do a widget with Adobe Air that monitors the URLs where I navigate and when I enter to a specific site the widget appears in the front of my screen and display a message. The problem is that I don't know how to listen the current URL of my browser using Adobe air (flash). I was trying with HttpStatusEvent but I can figure aut how to retireve the URL from my browser. Thanx!! Carolina 回答1: See my answer to this question This wouldn't be easy; it may

Client-side Development Platforms based on JavaScript

倾然丶 夕夏残阳落幕 提交于 2019-12-09 23:00:50
问题 I'd like to set this up as a post where all known JavaScript client development platforms could be listed by company/organization/ecosystem. * anything that is HTML/JavaScript-based. Microsoft Windows Gadgets* HTA - HTML Applications* Adobe Adobe AIR* Can be done with only HTML/JS but can also can use Flex/Flash Adobe Director Adobe PDF Yahoo Konfabulator Google Google Desktop Gadgets - SDK link on the left Mozilla/Firefox Greasemonkey XUL Runner Appcelerator Titanium What did I miss? Should

How to mix Java Swing and JavaFX in Swing application?

被刻印的时光 ゝ 提交于 2019-12-09 00:52:18
问题 I am developing a Java Swing application but I want to also use JavaFX with Swing. Is there any resource for that told how to do that? 回答1: See here. The short story is that embedding JavaFX in Swing is now possible and supported via JFXPanel, but the other direction is not supported. 回答2: The "JavaFX in Swing" link given above only works with JavaFX 1.1. Here is how to do it in JavaFX 1.2 JavaFX in Swing - 1.2. However, as Rastislav mentioned above, this is also using private APIs and will

Silverlight vs Flash vs HTML5, should I care?

我们两清 提交于 2019-11-30 08:58:16
I have read a range of articles on advantages/disadvantages of Microsoft Silverlight framework in comparisson to Flash. Fact that there were two version of Silverlight in the past 18 months worries me, as well as the fact that over 97% of web browsers already have Flash pre-installed. I'm a .NET developer and I'm very happy with what I can do in the framework. At the moment I feel like I have to put my own preference to a side and decide whether I need to integrage flash with .NET instead of using Silverlight with WPF. Did anybody try integrating Flash with .NET? What challanges did you come

List of rich web application technologies [closed]

▼魔方 西西 提交于 2019-11-29 19:54:06
I am trying to get myself acquainted with the world of rich web application. There are some comparison tables of available technologies on the Wikipedia, but I still find it unclear what are the options for rich application development. Could you please verify and complete the information I gathered below? What are the key pros and cons of each option? Which is the best choice for big and very rich web application? Option 1: ASP.NET/ASP.NET MVC Vendor: Microsoft Environment: Visual Studio Language: C# Output: HTML+JavaScript+AJAX Example: www.stackoverflow.com Option 2: Silverlight Vendor:

What are the pros and cons of the assorted Java web frameworks? [closed]

会有一股神秘感。 提交于 2019-11-26 11:31:15
I am considering creating my own website using Java and am trying to decide what framework to use. However, doing a quick search for Java frameworks returns more than 50 to choose from! My website is just going to be for my own enjoyment of building it in the beginning, but if it becomes popular, it would be good for it to have some scalability, or to at least be able to redesign for that. What are the main differences between the more popular frameworks? Are there instances where one significantly outperforms the others? For example, high-traffic enterprise applications versus low-traffic