Google Speech API + Flex API [closed] - apache-flex

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.
Improve this question
This might be considered a very broad question but, I am trying to introduce speech into a web application built using Flex API.
My initial plan is to introduce something like the Google homepage with a text box and a mic icon which will trigger the speech api on click.
Having done research, I havent found a way yet.

Google speech API is implemented in browser on client side in javascript, the detailed documentation is here.
To communicate between javascript and flex you can use ExternalInterface
Similar question is How can I have HTML5 FileApi Support in Flex?

Related

Screen Readers and Browser Events [closed]

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 4 years ago.
Improve this question
Do any of the commonly used screen readers emit browser events that can be scripted with javascript?
Or, are there current or planned javascript APIs to communicate with screen readers in the same way there are now APIs for working with other OS level systems (cameras, GPS, etc.)?
A similar question from three years ago (Evaluating current state of a screen reader in JavaScript) produced a definitive "NO" answer. Has anything changed since then?
I believe, it's still a No, but the closest to your request is the (drafted) Accessibility Object Model. It does not allow to interact with screen readers directly (it seems), but it does allow to manipulate the accessibility tree in a browser.
Currently supported at least in Chrome Canary via a command-line flag.

How can I find out which app is being used on a website [closed]

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 8 years ago.
Improve this question
I'm looking to find out if the interactive map on this website is custom made or used from another source which I can replicate - http://www.nomadicmatt.com/travel-guides/, I'm not a coder so was wondering if it's possible to find this from the page source info or possibly another way?
it's using GeoChart from google api. like you can see in the source code:
<script src="http://www.google.com/uds/api/visualization/1.0/8c95b72e5c145d5b3d7bb8b4ea74fd63/format+en,default+en,ui+en,geochart+en.I.js" type="text/javascript"></script>
https://developers.google.com/maps/documentation/javascript/tutorial
But if you are not a coder - it will be hard for you to implement this.
It's an interactive world maps plugin for wordpress.
However this question does not belong on S/O.

Is source code for editor open source? [closed]

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 8 years ago.
Improve this question
I am new to dart and really like the editor, I mean, just at the editing features: auto-completion, function signature prompt, etc.
Is the underlining technology totally Eclipse? I am not familiar with Eclipse, but I wonder if Dart editor open source? Is it programmed in C++, Java or Dart?
I guess my question is - is it available relatively easy to grab used for an editor in my application? My application is to be done in Dart hopefully.
Right at the top AND bottom of https://www.dartlang.org/tools/editor/, which is the first search result on Google and DuckDuckGo, it says open-source. There's even a link to all the source code on Google Code. It appears to be mostly Python.
Before asking a question, make some effort to find things out for yourself.

windows 8 style API for ASP.NEt (websites) [closed]

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 9 years ago.
Improve this question
I've heard that Microsoft has unleashed a windows 8 style (previously known as metro) API for ASP.NET
Does anyone knows anything about it? What is it called? Where to get it from?
Unfortunately I don't have any link about that API. I've tried searching for it but didn't get any luck.
I have found some JQuery APIs, but I'm asking about the one done by Microsoft itself. Is there any?
I was hoping that there's a simple way of creating "metro look" without having to reinvent any wheel (if there's already an API for it)
That's not called an API, that's ususally called a theme: a set of stylesheets and images.
I think you are looking for Metro UI CSS. It's got little to do with Microsoft though.

how to load website (google, yahoo, any site) to canvas [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
how to load website (google, yahoo, any site) to canvas
You need to use Adobe AIR and its HTML control to do this. Flex cannot easily render large, complicated HTML documents.
http://livedocs.adobe.com/flex/3/langref/mx/controls/HTML.html
Very simply the following:
<mx:HTML location="(url of the HTML)"/>
For all other properties and events check the page Brd6644 linked.

Resources