On 9/21/15, 4:26 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" <omup...@gmail.com on behalf of bigosma...@gmail.com> wrote:
>I have checked in a new example, FlexWebsiteStatsViewer, which, as the >README says: Sounds very cool. Maybe we should integrate it with the project dashboard? > >We have a very rich set of data in our flex.apache.org google analytics >site. Google Analytics exposes something called a SuperProxy, which >essentially allows public access of the analytics data for the website >without the need for a app id, token, etc. This is good for us because we >can use this rich data without restrictions to build cool visualizations. >We can even do real time data visualization. I am open to ideas on how >else we can use this data. Did you try running from http:// and not just file://? I’m curious as to how it works around browser cross-domain security. > >Before I post links, there is one bug on the javascript side: > >========================================================================== >==== ><snip> >using SWC: C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 >Bit)\sdks\FlexJS_0.5_nightly\frameworks\libs\Network.swc >Could not find file for class: >org.apache.flex.collections.parsers.IInputParser >java.lang.RuntimeException: Unable to find JavaScript filePath for class: >org.apache.flex.collections.parsers.IInputParser Please grep the output to see who wants IInputParser. So far, none of our examples needed one on the JS side. Maybe we just need to add one. -Alex